WIP - add extractor, generate snippet_data
This commit is contained in:
74
node_modules/object-path/package.json
generated
vendored
Normal file
74
node_modules/object-path/package.json
generated
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"_from": "object-path@^0.11.2",
|
||||
"_id": "object-path@0.11.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=",
|
||||
"_location": "/object-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "object-path@^0.11.2",
|
||||
"name": "object-path",
|
||||
"escapedName": "object-path",
|
||||
"rawSpec": "^0.11.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.11.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/graphql-compose",
|
||||
"/yurnalist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz",
|
||||
"_shasum": "370ae752fbf37de3ea70a861c23bba8915691949",
|
||||
"_spec": "object-path@^0.11.2",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/yurnalist",
|
||||
"author": {
|
||||
"name": "Mario Casciaro"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mariocasciaro/object-path/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Access deep object properties using a path",
|
||||
"devDependencies": {
|
||||
"@mariocasciaro/benchpress": "^0.1.3",
|
||||
"chai": "^3.5.0",
|
||||
"coveralls": "^2.11.2",
|
||||
"istanbul": "^0.4.4",
|
||||
"mocha": "^2.2.4",
|
||||
"mocha-lcov-reporter": "^1.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/mariocasciaro/object-path",
|
||||
"keywords": [
|
||||
"deep",
|
||||
"path",
|
||||
"access",
|
||||
"bean",
|
||||
"get",
|
||||
"property",
|
||||
"dot",
|
||||
"prop",
|
||||
"object",
|
||||
"obj",
|
||||
"notation",
|
||||
"segment",
|
||||
"value",
|
||||
"nested",
|
||||
"key"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "object-path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mariocasciaro/object-path.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec"
|
||||
},
|
||||
"version": "0.11.4"
|
||||
}
|
||||
Reference in New Issue
Block a user