83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"_from": "underscore@~1.9.1",
|
|
"_id": "underscore@1.9.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==",
|
|
"_location": "/underscore",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "underscore@~1.9.1",
|
|
"name": "underscore",
|
|
"escapedName": "underscore",
|
|
"rawSpec": "~1.9.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.9.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz",
|
|
"_shasum": "0c8d6f536d6f378a5af264a72f7bec50feb7cf2f",
|
|
"_spec": "underscore@~1.9.1",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc",
|
|
"author": {
|
|
"name": "Jeremy Ashkenas",
|
|
"email": "jeremy@documentcloud.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jashkenas/underscore/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "JavaScript's functional programming helper library.",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"docco": "*",
|
|
"eslint": "1.10.x",
|
|
"gzip-size-cli": "^1.0.0",
|
|
"karma": "^0.13.13",
|
|
"karma-qunit": "~2.0.1",
|
|
"karma-sauce-launcher": "^1.2.0",
|
|
"nyc": "^2.1.3",
|
|
"pretty-bytes-cli": "^1.0.0",
|
|
"qunit": "^2.6.0",
|
|
"qunit-cli": "~0.2.0",
|
|
"uglify-js": "3.3.21"
|
|
},
|
|
"files": [
|
|
"underscore.js",
|
|
"underscore-min.js",
|
|
"underscore-min.js.map"
|
|
],
|
|
"homepage": "https://underscorejs.org",
|
|
"keywords": [
|
|
"util",
|
|
"functional",
|
|
"server",
|
|
"client",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "underscore.js",
|
|
"name": "underscore",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jashkenas/underscore.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run minify -- --source-map --source-map-url \" \" -o underscore-min.js",
|
|
"coverage": "nyc npm run test-node && nyc report",
|
|
"coveralls": "nyc npm run test-node && nyc report --reporter=text-lcov | coveralls",
|
|
"doc": "docco underscore.js",
|
|
"lint": "eslint underscore.js test/*.js",
|
|
"minify": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m",
|
|
"test": "npm run lint && npm run test-node",
|
|
"test-browser": "npm i karma-phantomjs-launcher && karma start",
|
|
"test-node": "qunit-cli test/*.js",
|
|
"weight": "npm run minify | gzip-size | pretty-bytes"
|
|
},
|
|
"version": "1.9.2"
|
|
}
|