json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
60 lines (59 loc) • 1.52 kB
JSON
{
"_from": "browserify-aes@0.4.0",
"_id": "browserify-aes@0.4.0",
"_inBundle": false,
"_integrity": "sha1-BnFJtmjfMcS1hTPgLQHoBthgjiw=",
"_location": "/browserify-aes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserify-aes@0.4.0",
"name": "browserify-aes",
"escapedName": "browserify-aes",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/crypto-browserify"
],
"_resolved": "http://registry.npmjs.org/browserify-aes/-/browserify-aes-0.4.0.tgz",
"_shasum": "067149b668df31c4b58533e02d01e806d8608e2c",
"_spec": "browserify-aes@0.4.0",
"_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\crypto-browserify",
"author": "",
"bugs": {
"url": "https://github.com/calvinmetcalf/browserify-aes/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.1"
},
"deprecated": false,
"description": "aes, for browserify",
"devDependencies": {
"tap-spec": "^1.0.0",
"tape": "^3.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/calvinmetcalf/browserify-aes",
"keywords": [
"aes",
"crypto",
"browserify"
],
"license": "MIT",
"main": "index.js",
"name": "browserify-aes",
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/browserify-aes.git"
},
"scripts": {
"test": "node test/index.js|tspec"
},
"version": "0.4.0"
}