You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
858 B

{
"name": "hashish",
"version": "0.0.4",
"description": "Hash data structure manipulation functions",
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/substack/node-hashish.git"
},
"keywords": [
"hash",
"object",
"convenience",
"manipulation",
"data structure"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"dependencies": {
"traverse": ">=0.2.4"
},
"devDependencies": {
"expresso": ">=0.6.0"
},
"scripts": {
"test": "expresso"
},
"license": "MIT/X11",
"engine": [
"node >=0.2.0"
],
"__npminstall_done": "Sun Apr 18 2021 11:11:03 GMT+0800 (中国标准时间)",
"_from": "hashish@0.0.4",
"_resolved": "https://registry.npm.taobao.org/hashish/download/hashish-0.0.4.tgz"
}