package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "uglify-js@3.0.27",
  3. "_id": "uglify-js@3.0.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HD8CmxPXUI62v5tweiulMcP/apAtx1DXGcNZkhKQZyC+MTrTsoCBb8yPAwVrbvpgw3EpRU76bRe6axjIiCYcQg==",
  6. "_location": "/uglify-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "uglify-js@3.0.27",
  12. "name": "uglify-js",
  13. "escapedName": "uglify-js",
  14. "rawSpec": "3.0.27",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.27"
  17. },
  18. "_requiredBy": [
  19. "/miniprogram-ci"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/uglify-js/-/uglify-js-3.0.27.tgz",
  22. "_shasum": "a97db8c8ba6b9dba4e2f88d86aa9548fa6320034",
  23. "_spec": "uglify-js@3.0.27",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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/UglifyJS2/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "commander": "~2.11.0",
  39. "source-map": "~0.5.1"
  40. },
  41. "deprecated": false,
  42. "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
  43. "devDependencies": {
  44. "acorn": "~5.1.1",
  45. "mocha": "~3.4.2",
  46. "semver": "~5.3.0"
  47. },
  48. "engines": {
  49. "node": ">=0.8.0"
  50. },
  51. "files": [
  52. "bin",
  53. "lib",
  54. "tools",
  55. "LICENSE"
  56. ],
  57. "homepage": "http://lisperator.net/uglifyjs",
  58. "keywords": [
  59. "uglify",
  60. "uglify-js",
  61. "minify",
  62. "minifier",
  63. "es5"
  64. ],
  65. "license": "BSD-2-Clause",
  66. "main": "tools/node.js",
  67. "maintainers": [
  68. {
  69. "name": "Mihai Bazon",
  70. "email": "mihai.bazon@gmail.com",
  71. "url": "http://lisperator.net/"
  72. }
  73. ],
  74. "name": "uglify-js",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/mishoo/UglifyJS2.git"
  78. },
  79. "scripts": {
  80. "test": "node test/run-tests.js"
  81. },
  82. "version": "3.0.27"
  83. }