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.

56 lines
1.4 KiB

{
"_from": "underscore@~1.4.4",
"_id": "underscore@1.4.4",
"_inBundle": false,
"_integrity": "sha1-YaajIBBiKvoHljvzJSA88SI51gQ=",
"_location": "/underscore",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "underscore@~1.4.4",
"name": "underscore",
"escapedName": "underscore",
"rawSpec": "~1.4.4",
"saveSpec": null,
"fetchSpec": "~1.4.4"
},
"_requiredBy": [
"/node-zookeeper-client"
],
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz",
"_shasum": "61a6a32010622afa07963bf325203cf12239d604",
"_spec": "underscore@~1.4.4",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/node-zookeeper-client",
"author": {
"name": "Jeremy Ashkenas",
"email": "jeremy@documentcloud.org"
},
"bugs": {
"url": "https://github.com/documentcloud/underscore/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript's functional programming helper library.",
"devDependencies": {
"phantomjs": "0.2.2"
},
"homepage": "http://underscorejs.org",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"main": "underscore.js",
"name": "underscore",
"repository": {
"type": "git",
"url": "git://github.com/documentcloud/underscore.git"
},
"scripts": {
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
},
"version": "1.4.4"
}