You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "uglify-js@^3.0.5",
  3. "_id": "uglify-js@3.9.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8RZBJq5smLOa7KslsNsVcSH+KOXf1uDU8yqLeNuVKwmT0T3FA0ZoXlinQfRad7SDcbZZRZE4ov+2v71EnxNyCA==",
  6. "_location": "/uglify-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uglify-js@^3.0.5",
  12. "name": "uglify-js",
  13. "escapedName": "uglify-js",
  14. "rawSpec": "^3.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.5"
  17. },
  18. "_requiredBy": [
  19. "/gulp-uglify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz",
  22. "_shasum": "867402377e043c1fc7b102253a22b64e5862401b",
  23. "_spec": "uglify-js@^3.0.5",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-uglify",
  25. "author": {
  26. "name": "Mihai Bazon",
  27. "email": "mihai.bazon@gmail.com",
  28. "url": "http://lisperator.net/"
  29. },
  30. "bin": {
  31. "uglifyjs": "bin/uglifyjs"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mishoo/UglifyJS/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "commander": "~2.20.3"
  39. },
  40. "deprecated": false,
  41. "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
  42. "devDependencies": {
  43. "acorn": "~7.1.0",
  44. "semver": "~6.3.0"
  45. },
  46. "engines": {
  47. "node": ">=0.8.0"
  48. },
  49. "files": [
  50. "bin",
  51. "lib",
  52. "tools",
  53. "LICENSE"
  54. ],
  55. "homepage": "https://github.com/mishoo/UglifyJS#readme",
  56. "keywords": [
  57. "cli",
  58. "compress",
  59. "compressor",
  60. "ecma",
  61. "ecmascript",
  62. "es",
  63. "es5",
  64. "javascript",
  65. "js",
  66. "jsmin",
  67. "min",
  68. "minification",
  69. "minifier",
  70. "minify",
  71. "optimize",
  72. "optimizer",
  73. "pack",
  74. "packer",
  75. "parse",
  76. "parser",
  77. "uglifier",
  78. "uglify"
  79. ],
  80. "license": "BSD-2-Clause",
  81. "main": "tools/node.js",
  82. "maintainers": [
  83. {
  84. "name": "Alex Lam",
  85. "email": "alexlamsl@gmail.com"
  86. },
  87. {
  88. "name": "Mihai Bazon",
  89. "email": "mihai.bazon@gmail.com",
  90. "url": "http://lisperator.net/"
  91. }
  92. ],
  93. "name": "uglify-js",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/mishoo/UglifyJS.git"
  97. },
  98. "scripts": {
  99. "test": "node test/compress.js && node test/mocha.js"
  100. },
  101. "version": "3.9.4"
  102. }