summaryrefslogtreecommitdiff
path: root/node_modules/underscore/package.json
blob: 2f947622ad2c0a85eaebf8638477f16ad0ca4557 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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"
}