mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
135
node_modules/split-string/package.json
generated
vendored
Normal file
135
node_modules/split-string/package.json
generated
vendored
Normal file
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"split-string@^3.0.2",
|
||||
"/home/beppe/Github/yahooApi/node_modules/braces"
|
||||
]
|
||||
],
|
||||
"_from": "split-string@>=3.0.2 <4.0.0",
|
||||
"_id": "split-string@3.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/split-string",
|
||||
"_nodeVersion": "9.1.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/split-string-3.1.0.tgz_1511106894667_0.3419800808187574"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "5.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "split-string",
|
||||
"raw": "split-string@^3.0.2",
|
||||
"rawSpec": "^3.0.2",
|
||||
"scope": null,
|
||||
"spec": ">=3.0.2 <4.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/braces",
|
||||
"/set-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
|
||||
"_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "split-string@^3.0.2",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/braces",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/split-string/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://twitter.com/doowb"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"extend-shallow": "^3.0.0"
|
||||
},
|
||||
"description": "Split a string on a character except when the character is escaped.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
"mocha": "^3.5.3"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
|
||||
"shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
|
||||
"tarball": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "2f83feb70267a54ca01e795e6a0558a51b89d6c8",
|
||||
"homepage": "https://github.com/jonschlinkert/split-string",
|
||||
"keywords": [
|
||||
"character",
|
||||
"escape",
|
||||
"split",
|
||||
"string"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "doowb",
|
||||
"email": "brian.woodward@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "split-string",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/split-string.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"deromanize",
|
||||
"randomatic",
|
||||
"repeat-string",
|
||||
"romanize"
|
||||
]
|
||||
},
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"titles": [
|
||||
".",
|
||||
"Why use this?",
|
||||
"install"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "3.1.0"
|
||||
}
|
Reference in New Issue
Block a user