package.json 2.2 KB

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