json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
78 lines (77 loc) • 1.85 kB
JSON
{
"_from": "rimraf@~2.2.0",
"_id": "rimraf@2.2.8",
"_inBundle": false,
"_integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
"_location": "/rimraf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rimraf@~2.2.0",
"name": "rimraf",
"escapedName": "rimraf",
"rawSpec": "~2.2.0",
"saveSpec": null,
"fetchSpec": "~2.2.0"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
"_shasum": "e439be2aaee327321952730f99a8929e4fc50582",
"_spec": "rimraf@~2.2.0",
"_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\fs-extra",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"rimraf": "./bin.js"
},
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
{
"name": "Wayne Larsen",
"email": "wayne@larsen.st",
"url": "http://github.com/wvl"
},
{
"name": "ritch",
"email": "skawful@gmail.com"
},
{
"name": "Marcel Laverdet"
},
{
"name": "Yosef Dinerstein",
"email": "yosefd@microsoft.com"
}
],
"deprecated": false,
"description": "A deep deletion module for node (like `rm -rf`)",
"homepage": "https://github.com/isaacs/rimraf#readme",
"license": {
"type": "MIT",
"url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
},
"main": "rimraf.js",
"name": "rimraf",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/rimraf.git"
},
"scripts": {
"test": "cd test && bash run.sh"
},
"version": "2.2.8"
}