package.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. {
  2. "_args": [
  3. [
  4. "webpack-cli@2",
  5. "/home/seleznev/project Angular/Quality system"
  6. ]
  7. ],
  8. "_from": "webpack-cli@>=2.0.0 <3.0.0",
  9. "_id": "webpack-cli@2.1.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/webpack-cli",
  13. "_nodeVersion": "8.11.2",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/webpack-cli_2.1.5_1527871316628_0.30496671411946785"
  17. },
  18. "_npmUser": {
  19. "email": "evenstensberg@gmail.com",
  20. "name": "ev1stensberg"
  21. },
  22. "_npmVersion": "6.1.0",
  23. "_phantomChildren": {
  24. "big.js": "3.2.0",
  25. "decamelize": "1.2.0",
  26. "emojis-list": "2.1.0",
  27. "find-up": "2.1.0",
  28. "get-caller-file": "1.0.3",
  29. "graceful-fs": "4.1.11",
  30. "json5": "0.5.1",
  31. "memory-fs": "0.4.1",
  32. "nice-try": "1.0.4",
  33. "os-locale": "2.1.0",
  34. "path-key": "2.0.1",
  35. "require-directory": "2.1.1",
  36. "require-main-filename": "1.0.1",
  37. "semver": "5.5.0",
  38. "set-blocking": "2.0.0",
  39. "shebang-command": "1.2.0",
  40. "string-width": "2.1.1",
  41. "tapable": "1.0.0",
  42. "which": "1.3.1",
  43. "which-module": "2.0.0",
  44. "wrap-ansi": "2.1.0",
  45. "y18n": "3.2.1"
  46. },
  47. "_requested": {
  48. "name": "webpack-cli",
  49. "raw": "webpack-cli@2",
  50. "rawSpec": "2",
  51. "scope": null,
  52. "spec": ">=2.0.0 <3.0.0",
  53. "type": "range"
  54. },
  55. "_requiredBy": [
  56. "#DEV:/"
  57. ],
  58. "_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-2.1.5.tgz",
  59. "_shasum": "3081fdeb2f205f0a54aa397986880b0c20a71f7a",
  60. "_shrinkwrap": null,
  61. "_spec": "webpack-cli@2",
  62. "_where": "/home/seleznev/project Angular/Quality system",
  63. "bin": {
  64. "webpack-cli": "./bin/webpack.js"
  65. },
  66. "bugs": {
  67. "url": "https://github.com/webpack/webpack-cli/issues"
  68. },
  69. "bundlesize": [
  70. {
  71. "path": "./lib/migrate/**.js",
  72. "maxSize": "1 kB"
  73. },
  74. {
  75. "path": "./lib/init/**/**.js",
  76. "maxSize": "1.6 kB"
  77. },
  78. {
  79. "path": "./lib/utils/**.js",
  80. "maxSize": "5.32 kB"
  81. }
  82. ],
  83. "config": {
  84. "commitizen": {
  85. "path": "./node_modules/cz-customizable"
  86. },
  87. "cz-customizable": {
  88. "config": "./.cz-config.js"
  89. }
  90. },
  91. "dependencies": {
  92. "chalk": "^2.4.1",
  93. "cross-spawn": "^6.0.5",
  94. "diff": "^3.5.0",
  95. "enhanced-resolve": "^4.0.0",
  96. "envinfo": "^5.7.0",
  97. "glob-all": "^3.1.0",
  98. "global-modules": "^1.0.0",
  99. "got": "^8.3.1",
  100. "import-local": "^1.0.0",
  101. "inquirer": "^5.2.0",
  102. "interpret": "^1.1.0",
  103. "jscodeshift": "^0.5.0",
  104. "listr": "^0.14.1",
  105. "loader-utils": "^1.1.0",
  106. "lodash": "^4.17.10",
  107. "log-symbols": "^2.2.0",
  108. "mkdirp": "^0.5.1",
  109. "p-each-series": "^1.0.0",
  110. "p-lazy": "^1.0.0",
  111. "prettier": "^1.12.1",
  112. "supports-color": "^5.4.0",
  113. "v8-compile-cache": "^2.0.0",
  114. "webpack-addons": "^1.1.5",
  115. "yargs": "^11.1.0",
  116. "yeoman-environment": "^2.1.1",
  117. "yeoman-generator": "^2.0.5"
  118. },
  119. "description": "CLI for webpack & friends",
  120. "devDependencies": {
  121. "@commitlint/cli": "^6.2.0",
  122. "@commitlint/prompt-cli": "^6.1.3",
  123. "@commitlint/travis-cli": "^6.2.0",
  124. "bundlesize": "^0.17.0",
  125. "codecov": "^3.0.2",
  126. "commitizen": "^2.9.6",
  127. "conventional-changelog-cli": "^2.0.0",
  128. "conventional-changelog-lint-config-cz": "^0.3.0",
  129. "cz-customizable": "^5.2.0",
  130. "eslint": "^4.19.1",
  131. "eslint-plugin-node": "^6.0.1",
  132. "husky": "^0.14.3",
  133. "jest": "^22.4.4",
  134. "jest-cli": "^23.0.1",
  135. "jsdoc": "^3.5.5",
  136. "lint-staged": "^7.1.2",
  137. "nyc": "^11.8.0",
  138. "prettier-eslint-cli": "^4.7.1",
  139. "schema-utils": "^0.4.5",
  140. "semantic-release": "^15.5.0",
  141. "travis-deploy-once": "^5.0.0",
  142. "webpack": "^4.8.3",
  143. "webpack-dev-server": "^3.1.4"
  144. },
  145. "directories": {},
  146. "dist": {
  147. "fileCount": 175,
  148. "integrity": "sha512-CiWQR+1JS77rmyiO6y1q8Kt/O+e8nUUC9YfJ25JtSmzDwbqJV7vIsh3+QKRHVTbTCa0DaVh8iY1LBiagUIDB3g==",
  149. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEXdWCRA9TVsSAnZWagAAJRkP/0twQGF1g1wscWewNgG2\npjl04jddCccsxOEb0xGdL7Hwck4/b7+ITdDq0UPd1vaGvllzDGAV3y3yBHu/\nb1MvwcRAYzgrJsyM7TWklvVhHno0OMj+P6//Gq1j4uXkLeprOcQWRhPOFXFX\nN8O96NUDQ8W5rt/3YeDVQxdsmrUE+LbpdbzhzMGMdABu2oQWXAZM4i2iCpeG\nv9T4iMdogwRHXe6UtdFHT4FGHQOpz2pdQTVyz8Dmp1CbuszB7ROLoTOIH4S4\n6fUU0Lxg4aZfmrW3FzioyPn6Php2FejEV/RNHs5VBEofs1A3VvO7eWWiZTp2\nkewaWCix5Zlf+wUNM3RloTMiTLiq0vNiKZEcJakWrZIQ/dDijcYyHppE4znD\nTRrf9bwe6H88eg4KCNsypNAv7kakJc49B/MyBXpldwuWICETfYlvNe2Hj4Nx\nv+c5JxjFZ3MVeJ4y7eAG4XjQxwr7dnl3nIQjenZTLDq3rzn4DGepY1DggyKg\nsrVLkt8l6PIr4DEypnSvgFp4HMgd+E1AbIyEztcCwklcLe31Bo2liRRn2k52\nWgwmLvn9k/WVlUQMi3bWvuKEH/+R223kcnGtRMKUqKF9cSDgImNHexaL52RL\n/VmvpH00SL5y5hQn/EkOkLvLX/xDDXbz/WI+2DI1X8QVUqiHT/1g7gATj4YD\n8vaC\r\n=rb1j\r\n-----END PGP SIGNATURE-----\r\n",
  150. "shasum": "3081fdeb2f205f0a54aa397986880b0c20a71f7a",
  151. "tarball": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-2.1.5.tgz",
  152. "unpackedSize": 263414
  153. },
  154. "engines": {
  155. "node": ">=6.11.5"
  156. },
  157. "files": [
  158. "bin",
  159. "lib",
  160. "schemas"
  161. ],
  162. "gitHead": "3a8fcce15ec7c1216a063a6d390184d1e8a5e273",
  163. "homepage": "https://github.com/webpack/webpack-cli#readme",
  164. "jest": {
  165. "collectCoverage": true,
  166. "coverageReporters": [
  167. "html",
  168. "json"
  169. ],
  170. "testEnvironment": "node"
  171. },
  172. "keywords": [
  173. "bundler",
  174. "cli",
  175. "module",
  176. "scaffolding",
  177. "webpack"
  178. ],
  179. "license": "MIT",
  180. "lint-staged": {
  181. "{lib,bin}/**/!(__testfixtures__)/**.js": [
  182. "eslint --fix",
  183. "git add"
  184. ]
  185. },
  186. "main": "./bin/webpack.js",
  187. "maintainers": [
  188. {
  189. "name": "bebraw",
  190. "email": "bebraw@gmail.com"
  191. },
  192. {
  193. "name": "ematipico",
  194. "email": "my.burning@gmail.com"
  195. },
  196. {
  197. "name": "ev1stensberg",
  198. "email": "evenstensberg@gmail.com"
  199. },
  200. {
  201. "name": "sendilkumarn",
  202. "email": "sendilkumarn@live.com"
  203. }
  204. ],
  205. "name": "webpack-cli",
  206. "nyc": {
  207. "all": true,
  208. "exclude": [
  209. "**/__testfixtures__/**"
  210. ],
  211. "include": [
  212. "bin/**.js",
  213. "lib/**.js"
  214. ],
  215. "reporter": [
  216. "lcov"
  217. ]
  218. },
  219. "optionalDependencies": {},
  220. "peerDependencies": {
  221. "webpack": "^4.0.0"
  222. },
  223. "readme": "ERROR: No README data found!",
  224. "repository": {
  225. "type": "git",
  226. "url": "git+https://github.com/webpack/webpack-cli.git"
  227. },
  228. "scripts": {
  229. "appveyor:lint": "npm run lint",
  230. "appveyor:test": "nyc jest && npm run reportCoverage",
  231. "bundlesize": "bundlesize",
  232. "changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
  233. "format": "prettier-eslint \"bin/**/*.js\" \"lib/**/*.js\" \"test/**/*.js\" --write",
  234. "jsdoc": "jsdoc -c jsdoc.json -r -d docs",
  235. "lint": "eslint \"**/*.js\"",
  236. "lint:codeOnly": "eslint \"{lib,bin}/**/!(__testfixtures__)/*.js\" \"{lib,bin}/**.js\"",
  237. "precommit": "lint-staged",
  238. "pretest": "npm run lint",
  239. "reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
  240. "semantic-release": "semantic-release",
  241. "test": "nyc jest",
  242. "travis-deploy-once": "travis-deploy-once",
  243. "travis:integration": "nyc jest && npm run reportCoverage",
  244. "travis:lint": "npm run lint && npm run bundlesize"
  245. },
  246. "version": "2.1.5"
  247. }