{ "_args": [ [ { "name": "underscore", "raw": "underscore@^1.7.0", "rawSpec": "^1.7.0", "scope": null, "spec": ">=1.7.0 <2.0.0", "type": "range" }, "/gitbook/node_modules/sitemap" ] ], "_from": "underscore@>=1.7.0 <2.0.0", "_hasShrinkwrap": false, "_id": "underscore@1.10.2", "_inCache": true, "_installable": true, "_location": "/underscore", "_nodeVersion": "12.16.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/underscore_1.10.2_1585603711034_0.7595328776283652" }, "_npmUser": { "email": "jashkenas@gmail.com", "name": "jashkenas" }, "_npmVersion": "6.13.4", "_phantomChildren": {}, "_requested": { "name": "underscore", "raw": "underscore@^1.7.0", "rawSpec": "^1.7.0", "scope": null, "spec": ">=1.7.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/sitemap" ], "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", "_shasum": "73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf", "_shrinkwrap": null, "_spec": "underscore@^1.7.0", "_where": "/gitbook/node_modules/sitemap", "author": { "email": "jeremy@documentcloud.org", "name": "Jeremy Ashkenas" }, "bugs": { "url": "https://github.com/jashkenas/underscore/issues" }, "dependencies": {}, "description": "JavaScript's functional programming helper library.", "devDependencies": { "coveralls": "^2.11.2", "docco": "*", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.1", "gzip-size-cli": "^1.0.0", "husky": "^4.2.3", "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", "rollup": "^0.59.4", "uglify-js": "3.3.21" }, "directories": {}, "dist": { "fileCount": 11, "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegmR/CRA9TVsSAnZWagAAht4QAKH4WUU3fPmIVKLD5EOS\nEq90yHcQYoJtPlRng21KdrO3ahOF+S5FdAciqD8Z1PotwxfGmCRxKJ8Exdvb\njDSrvhvLxepf2GjDosPlI3qV2XelmtKUrB2fkS3XPhrfBa8BI+Fr42Jx53T8\nXthXvdIqVIj0ZKo0y4Ws5U7GYdMIlF/+JmhiiV+NsWVsPNSM2Vg95mmubLbP\nIlo1BBMqBbHOs3xvzKMYPPNr3U37preecTm6fDAZAN7lTDm5nXyRWCqOhNiP\nV+mooCaXxvsaNS8F/W6MyLudmnh7A6mpn6faQpGMX/2vjEjGySPhMxwq4rtf\nTk7TSK1EHapy80oBkrkmAJ85XhglREA6jMorpPJNlxt1uLm1r5er+ULPRWar\n4RP8Rjm1Gigl6+PD/IKwwUrOhLAVenAwxF92qt2QZLZqlws1ldYVQm2ZTG00\nHnEiYF1pS1duMedbp0AicStppTyoDYN9hrUC5nMsM/lW2gXr4/6gClE8J0en\nIQldeW7Q4aYUyTfLKltJVZIxudkf9sxRMdRsspFu8RaSVD/SCcqzkHkd11nA\nXgsmZPris1NcpRjyO85Sgo8KqvOxpHHpWIHFQsSEOfb9FAA1B6+vRGGVOWWC\nXeAqYNd68Ki+NLMuMXGBIVqeBRGsmg+me6EFlFF9mdgEB+jHXan++1VCzwNC\nKY2l\r\n=oYEP\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf", "tarball": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", "unpackedSize": 278034 }, "gitHead": "2a932470303157072015d5ab7f26d40b9deb4634", "homepage": "https://underscorejs.org", "husky": { "hooks": { "post-commit": "git reset underscore.js underscore.js.map", "pre-commit": "npm run bundle && git add underscore.js underscore.js.map" } }, "keywords": [ "util", "functional", "server", "client", "browser" ], "license": "MIT", "main": "underscore.js", "maintainers": [ { "email": "jashkenas@gmail.com", "name": "jashkenas" }, { "email": "justin+npm@ridgewell.name", "name": "jridgewell" } ], "module": "modules/index-all.js", "name": "underscore", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/jashkenas/underscore.git" }, "scripts": { "build": "npm run bundle && npm run minify -- --source-map content=underscore.js.map --source-map-url \" \" -o underscore-min.js", "bundle": "rollup --config && eslint underscore.js", "bundle-treeshake": "cd test-treeshake && npx rollup@latest --config", "coverage": "nyc npm run test-node && nyc report", "coveralls": "nyc npm run test-node && nyc report --reporter=text-lcov | coveralls", "doc": "cd docs && rollup -c && docco -o . underscore.js", "lint": "eslint modules/*.js test/*.js", "minify": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m", "prepare-tests": "npm run bundle && npm run bundle-treeshake", "prepublishOnly": "npm run build && npm run doc", "test": "npm run lint && npm run test-node", "test-browser": "npm run prepare-tests && npm i karma-phantomjs-launcher && karma start", "test-node": "npm run prepare-tests && qunit-cli test/*.js", "weight": "npm run bundle && npm run minify | gzip-size | pretty-bytes" }, "version": "1.10.2" }