package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. "uglifyjs-webpack-plugin@^0.4.6",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack"
  6. ]
  7. ],
  8. "_from": "uglifyjs-webpack-plugin@>=0.4.6 <0.5.0",
  9. "_id": "uglifyjs-webpack-plugin@0.4.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/uglifyjs-webpack-plugin",
  13. "_nodeVersion": "7.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/uglifyjs-webpack-plugin-0.4.6.tgz_1497909096724_0.6575086114462465"
  17. },
  18. "_npmUser": {
  19. "email": "sean.larkin@cuw.edu",
  20. "name": "thelarkinn"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {
  24. "camelcase": "1.2.1",
  25. "cliui": "2.1.0",
  26. "decamelize": "1.2.0",
  27. "source-map": "0.5.7",
  28. "uglify-to-browserify": "1.0.2",
  29. "window-size": "0.1.0"
  30. },
  31. "_requested": {
  32. "name": "uglifyjs-webpack-plugin",
  33. "raw": "uglifyjs-webpack-plugin@^0.4.6",
  34. "rawSpec": "^0.4.6",
  35. "scope": null,
  36. "spec": ">=0.4.6 <0.5.0",
  37. "type": "range"
  38. },
  39. "_requiredBy": [
  40. "/webpack"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
  43. "_shasum": "b951f4abb6bd617e66f63eb891498e391763e309",
  44. "_shrinkwrap": null,
  45. "_spec": "uglifyjs-webpack-plugin@^0.4.6",
  46. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack",
  47. "author": "",
  48. "bugs": {
  49. "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues"
  50. },
  51. "dependencies": {
  52. "source-map": "^0.5.6",
  53. "uglify-js": "^2.8.29",
  54. "webpack-sources": "^1.0.1"
  55. },
  56. "description": "UglifyJS plugin for webpack",
  57. "devDependencies": {
  58. "babel-cli": "^6.18.0",
  59. "babel-core": "^6.21.0",
  60. "babel-eslint": "^7.1.1",
  61. "babel-jest": "^18.0.0",
  62. "babel-plugin-syntax-object-rest-spread": "^6.13.0",
  63. "babel-plugin-transform-object-rest-spread": "^6.20.2",
  64. "babel-preset-es2015": "^6.18.0",
  65. "eslint": "^3.13.1",
  66. "eslint-config-airbnb": "^14.0.0",
  67. "eslint-plugin-import": "^2.2.0",
  68. "eslint-plugin-jsx-a11y": "^3.0.2",
  69. "eslint-plugin-node": "^4.0.1",
  70. "eslint-plugin-react": "^6.9.0",
  71. "git-prepush-hook": "^1.0.1",
  72. "jest": "^18.1.0",
  73. "sync-exec": "^0.6.2",
  74. "webpack": "^2.2.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "b951f4abb6bd617e66f63eb891498e391763e309",
  79. "tarball": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz"
  80. },
  81. "engines": {
  82. "node": ">=4.3.0 <5.0.0 || >=5.10"
  83. },
  84. "files": [
  85. "dist",
  86. "lib"
  87. ],
  88. "gitHead": "689dfa100cfe1ca9201dccfc2628b54500955590",
  89. "homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
  90. "jest": {
  91. "collectCoverage": true,
  92. "moduleDirectories": [
  93. "node_modules"
  94. ],
  95. "moduleFileExtensions": [
  96. "js"
  97. ]
  98. },
  99. "keywords": [
  100. "plugin",
  101. "uglifyjs",
  102. "webpack"
  103. ],
  104. "license": "MIT",
  105. "main": "./dist",
  106. "maintainers": [
  107. {
  108. "name": "d3viant0ne",
  109. "email": "wiens.joshua@gmail.com"
  110. },
  111. {
  112. "name": "thelarkinn",
  113. "email": "sean.larkin@cuw.edu"
  114. },
  115. {
  116. "name": "bebraw",
  117. "email": "bebraw@gmail.com"
  118. }
  119. ],
  120. "name": "uglifyjs-webpack-plugin",
  121. "optionalDependencies": {},
  122. "peerDependencies": {
  123. "webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
  124. },
  125. "pre-push": [
  126. "test:all"
  127. ],
  128. "readme": "ERROR: No README data found!",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git"
  132. },
  133. "scripts": {
  134. "build": "babel src -d dist",
  135. "postinstall": "node lib/post_install.js",
  136. "preversion": "npm run test:all && npm run build && git commit --allow-empty -am \"Update dist\"",
  137. "test": "jest --",
  138. "test:all": "npm run test:coverage && npm run test:lint",
  139. "test:coverage": "jest --coverage --",
  140. "test:lint": "eslint . --ext .js --ignore-path .gitignore --cache",
  141. "test:watch": "jest --watch --"
  142. },
  143. "version": "0.4.6"
  144. }