package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "uglify-js@2.8.29",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "uglify-js@2.8.29",
  9. "_id": "uglify-js@2.8.29",
  10. "_inBundle": false,
  11. "_integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
  12. "_location": "/uglify-js",
  13. "_optional": true,
  14. "_phantomChildren": {
  15. "camelcase": "1.2.1",
  16. "cliui": "2.1.0",
  17. "decamelize": "1.2.0",
  18. "window-size": "0.1.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "uglify-js@2.8.29",
  24. "name": "uglify-js",
  25. "escapedName": "uglify-js",
  26. "rawSpec": "2.8.29",
  27. "saveSpec": null,
  28. "fetchSpec": "2.8.29"
  29. },
  30. "_requiredBy": [
  31. "/handlebars"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
  34. "_spec": "2.8.29",
  35. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  36. "author": {
  37. "name": "Mihai Bazon",
  38. "email": "mihai.bazon@gmail.com",
  39. "url": "http://lisperator.net/"
  40. },
  41. "bin": {
  42. "uglifyjs": "bin/uglifyjs"
  43. },
  44. "browserify": {
  45. "transform": [
  46. "uglify-to-browserify"
  47. ]
  48. },
  49. "bugs": {
  50. "url": "https://github.com/mishoo/UglifyJS2/issues"
  51. },
  52. "dependencies": {
  53. "source-map": "~0.5.1",
  54. "uglify-to-browserify": "~1.0.0",
  55. "yargs": "~3.10.0"
  56. },
  57. "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
  58. "devDependencies": {
  59. "acorn": "~5.0.3",
  60. "mocha": "~2.3.4"
  61. },
  62. "engines": {
  63. "node": ">=0.8.0"
  64. },
  65. "files": [
  66. "bin",
  67. "lib",
  68. "tools",
  69. "LICENSE"
  70. ],
  71. "homepage": "http://lisperator.net/uglifyjs",
  72. "keywords": [
  73. "uglify",
  74. "uglify-js",
  75. "minify",
  76. "minifier"
  77. ],
  78. "license": "BSD-2-Clause",
  79. "main": "tools/node.js",
  80. "maintainers": [
  81. {
  82. "name": "Mihai Bazon",
  83. "email": "mihai.bazon@gmail.com",
  84. "url": "http://lisperator.net/"
  85. }
  86. ],
  87. "name": "uglify-js",
  88. "optionalDependencies": {
  89. "uglify-to-browserify": "~1.0.0"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/mishoo/UglifyJS2.git"
  94. },
  95. "scripts": {
  96. "test": "node test/run-tests.js"
  97. },
  98. "version": "2.8.29"
  99. }