mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
105
node_modules/to-object-path/package.json
generated
vendored
Normal file
105
node_modules/to-object-path/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"to-object-path@^0.3.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/cache-base"
|
||||
]
|
||||
],
|
||||
"_from": "to-object-path@>=0.3.0 <0.4.0",
|
||||
"_id": "to-object-path@0.3.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/to-object-path",
|
||||
"_nodeVersion": "5.3.0",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "3.3.12",
|
||||
"_phantomChildren": {
|
||||
"is-buffer": "1.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "to-object-path",
|
||||
"raw": "to-object-path@^0.3.0",
|
||||
"rawSpec": "^0.3.0",
|
||||
"scope": null,
|
||||
"spec": ">=0.3.0 <0.4.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cache-base",
|
||||
"/union-value/set-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
|
||||
"_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "to-object-path@^0.3.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/cache-base",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/to-object-path/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"kind-of": "^3.0.2"
|
||||
},
|
||||
"description": "Create an object path from a list or array of strings.",
|
||||
"devDependencies": {
|
||||
"base": "^0.6.7",
|
||||
"mocha": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
|
||||
"tarball": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "56f6627285b7f5b7563e6f3ffe3766d966368c17",
|
||||
"homepage": "https://github.com/jonschlinkert/to-object-path",
|
||||
"keywords": [
|
||||
"dot",
|
||||
"nested",
|
||||
"notation",
|
||||
"object",
|
||||
"path",
|
||||
"stringify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "to-object-path",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/to-object-path.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
"get-value",
|
||||
"has-value",
|
||||
"omit-value",
|
||||
"set-value",
|
||||
"unset-value"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
Reference in New Issue
Block a user