package.json 2.2 KB

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