json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
75 lines (74 loc) • 1.95 kB
JSON
{
"_from": "crypto-browserify@3.3.0",
"_id": "crypto-browserify@3.3.0",
"_inBundle": false,
"_integrity": "sha1-ufx1u0oO1h3PHNXa6W6zDJw+UGw=",
"_location": "/crypto-browserify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "crypto-browserify@3.3.0",
"name": "crypto-browserify",
"escapedName": "crypto-browserify",
"rawSpec": "3.3.0",
"saveSpec": null,
"fetchSpec": "3.3.0"
},
"_requiredBy": [
"/node-libs-browser"
],
"_resolved": "http://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.3.0.tgz",
"_shasum": "b9fc75bb4a0ed61dcf1cd5dae96eb30c9c3e506c",
"_spec": "crypto-browserify@3.3.0",
"_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\node-libs-browser",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"browser": {
"crypto": false
},
"bugs": {
"url": "https://github.com/dominictarr/crypto-browserify/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserify-aes": "0.4.0",
"pbkdf2-compat": "2.0.1",
"ripemd160": "0.2.0",
"sha.js": "2.2.6"
},
"deprecated": false,
"description": "partial implementation of crypto for the browser",
"devDependencies": {
"hash-test-vectors": "~1.3.0",
"tape": "~2.3.2"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/dominictarr/crypto-browserify",
"license": "MIT",
"name": "crypto-browserify",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/crypto-browserify.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"opera/latest"
]
},
"version": "3.3.0"
}