json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
59 lines (58 loc) • 1.46 kB
JSON
{
"_from": "jsonfile@~1.0.1",
"_id": "jsonfile@1.0.1",
"_inBundle": false,
"_integrity": "sha1-6l7+QLg2kLmGZ2FKc5L8YOhCwN0=",
"_location": "/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsonfile@~1.0.1",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "~1.0.1",
"saveSpec": null,
"fetchSpec": "~1.0.1"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-1.0.1.tgz",
"_shasum": "ea5efe40b83690b98667614a7392fc60e842c0dd",
"_spec": "jsonfile@~1.0.1",
"_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\fs-extra",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
},
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "*",
"testutil": "~0.5.1"
},
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"main": "./lib/jsonfile.js",
"name": "jsonfile",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
},
"scripts": {
"test": "mocha test"
},
"version": "1.0.1"
}