68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
|
{
|
||
|
"_from": "hashish@>=0.0.2",
|
||
|
"_id": "hashish@0.0.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-bWC8b/r3Ebav1g5CbQd5iAFOZVQ=",
|
||
|
"_location": "/hashish",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "hashish@>=0.0.2",
|
||
|
"name": "hashish",
|
||
|
"escapedName": "hashish",
|
||
|
"rawSpec": ">=0.0.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": ">=0.0.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/markov"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/hashish/-/hashish-0.0.4.tgz",
|
||
|
"_shasum": "6d60bc6ffaf711b6afd60e426d077988014e6554",
|
||
|
"_spec": "hashish@>=0.0.2",
|
||
|
"_where": "/home/dabbott/dev/chainy/node_modules/markov",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/substack/node-hashish/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"traverse": ">=0.2.4"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Hash data structure manipulation functions",
|
||
|
"devDependencies": {
|
||
|
"expresso": ">=0.6.0"
|
||
|
},
|
||
|
"engine": [
|
||
|
"node >=0.2.0"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"homepage": "https://github.com/substack/node-hashish#readme",
|
||
|
"keywords": [
|
||
|
"hash",
|
||
|
"object",
|
||
|
"convenience",
|
||
|
"manipulation",
|
||
|
"data structure"
|
||
|
],
|
||
|
"license": "MIT/X11",
|
||
|
"main": "./index.js",
|
||
|
"name": "hashish",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/substack/node-hashish.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "expresso"
|
||
|
},
|
||
|
"version": "0.0.4"
|
||
|
}
|