package.json 2.2 KB

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