summaryrefslogtreecommitdiff
path: root/node_modules/underscore/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:37:42 -0700
committer8cy <[email protected]>2020-04-03 02:37:42 -0700
commit60867fb030bae582082340ead7dbc7efdc2f5398 (patch)
tree4c6a7356351be2e4914e15c4703172597c45656e /node_modules/underscore/package.json
parentcommenting (diff)
downloads5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz
s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/underscore/package.json')
-rw-r--r--node_modules/underscore/package.json98
1 files changed, 98 insertions, 0 deletions
diff --git a/node_modules/underscore/package.json b/node_modules/underscore/package.json
new file mode 100644
index 0000000..2f94762
--- /dev/null
+++ b/node_modules/underscore/package.json
@@ -0,0 +1,98 @@
+{
+ "_from": "underscore@^1.9.1",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==",
+ "_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": [
+ "/demojijs"
+ ],
+ "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
+ "_shasum": "73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf",
+ "_spec": "underscore@^1.9.1",
+ "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\demojijs",
+ "author": {
+ "name": "Jeremy Ashkenas",
+ "email": "[email protected]"
+ },
+ "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": "^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"
+ },
+ "files": [
+ "underscore.js",
+ "underscore.js.map",
+ "underscore-min.js",
+ "underscore-min.js.map",
+ "modules/"
+ ],
+ "homepage": "https://underscorejs.org",
+ "husky": {
+ "hooks": {
+ "pre-commit": "npm run bundle && git add underscore.js underscore.js.map",
+ "post-commit": "git reset underscore.js underscore.js.map"
+ }
+ },
+ "keywords": [
+ "util",
+ "functional",
+ "server",
+ "client",
+ "browser"
+ ],
+ "license": "MIT",
+ "main": "underscore.js",
+ "module": "modules/index-all.js",
+ "name": "underscore",
+ "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"
+}