json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
68 lines (67 loc) • 1.78 kB
JSON
{
"_from": "watchpack@^0.2.1",
"_id": "watchpack@0.2.9",
"_inBundle": false,
"_integrity": "sha1-Yuqkq15bo1/fwBgnVibjwPXj+ws=",
"_location": "/watchpack",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "watchpack@^0.2.1",
"name": "watchpack",
"escapedName": "watchpack",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz",
"_shasum": "62eaa4ab5e5ba35fdfc018275626e3c0f5e3fb0b",
"_spec": "watchpack@^0.2.1",
"_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/watchpack/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^0.9.0",
"chokidar": "^1.0.0",
"graceful-fs": "^4.1.2"
},
"deprecated": false,
"description": "Wrapper library for directory and file watching.",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.20.0",
"istanbul": "^0.3.13",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"should": "^6.0.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/webpack/watchpack",
"license": "MIT",
"main": "./lib/watchpack.js",
"name": "watchpack",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/watchpack.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib",
"precover": "npm run lint",
"pretest": "npm run lint",
"test": "mocha",
"travis": "npm run cover -- --report lcovonly"
},
"version": "0.2.9"
}