package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "uglify-js@^3.6.0",
  3. "_id": "uglify-js@3.17.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
  6. "_location": "/uglify-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uglify-js@^3.6.0",
  12. "name": "uglify-js",
  13. "escapedName": "uglify-js",
  14. "rawSpec": "^3.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.6.0"
  17. },
  18. "_requiredBy": [
  19. "/uglifyjs-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
  22. "_shasum": "61678cf5fa3f5b7eb789bb345df29afb8257c22c",
  23. "_spec": "uglify-js@^3.6.0",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/uglifyjs-webpack-plugin",
  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. "deprecated": false,
  38. "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
  39. "devDependencies": {
  40. "acorn": "~8.7.1",
  41. "semver": "~6.3.0"
  42. },
  43. "engines": {
  44. "node": ">=0.8.0"
  45. },
  46. "files": [
  47. "bin",
  48. "lib",
  49. "tools",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/mishoo/UglifyJS#readme",
  53. "keywords": [
  54. "cli",
  55. "compress",
  56. "compressor",
  57. "ecma",
  58. "ecmascript",
  59. "es",
  60. "es5",
  61. "javascript",
  62. "js",
  63. "jsmin",
  64. "min",
  65. "minification",
  66. "minifier",
  67. "minify",
  68. "optimize",
  69. "optimizer",
  70. "pack",
  71. "packer",
  72. "parse",
  73. "parser",
  74. "uglifier",
  75. "uglify"
  76. ],
  77. "license": "BSD-2-Clause",
  78. "main": "tools/node.js",
  79. "maintainers": [
  80. {
  81. "name": "Alex Lam",
  82. "email": "alexlamsl@gmail.com"
  83. },
  84. {
  85. "name": "Mihai Bazon",
  86. "email": "mihai.bazon@gmail.com",
  87. "url": "http://lisperator.net/"
  88. }
  89. ],
  90. "name": "uglify-js",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/mishoo/UglifyJS.git"
  94. },
  95. "scripts": {
  96. "test": "node test/compress.js && node test/mocha.js"
  97. },
  98. "version": "3.17.4"
  99. }