json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
55 lines (54 loc) • 1.37 kB
JSON
{
"_from": "tapable@~0.1.8",
"_id": "tapable@0.1.10",
"_inBundle": false,
"_integrity": "sha1-KcNXB8K3DlDQdIK10gLo7URtr9Q=",
"_location": "/tapable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tapable@~0.1.8",
"name": "tapable",
"escapedName": "tapable",
"rawSpec": "~0.1.8",
"saveSpec": null,
"fetchSpec": "~0.1.8"
},
"_requiredBy": [
"/enhanced-resolve",
"/webpack"
],
"_resolved": "http://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz",
"_shasum": "29c35707c2b70e50d07482b5d202e8ed446dafd4",
"_spec": "tapable@~0.1.8",
"_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/tapable/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Just a little module for plugins.",
"devDependencies": {
"mocha": "^2.2.4",
"should": "^5.2.0"
},
"engines": {
"node": ">=0.6"
},
"homepage": "https://github.com/webpack/tapable",
"license": "MIT",
"main": "lib/Tapable.js",
"name": "tapable",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/webpack/tapable.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "0.1.10"
}