package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "uglify-es@3.2.2",
  3. "_id": "uglify-es@3.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l+s5VLzFwGJfS+fbqaGf/Dfwo1MF13jLOF2ekL0PytzqEqQ6cVppvHf4jquqFok+35USMpKjqkYxy6pQyUcuug==",
  6. "_location": "/uglify-es",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "uglify-es@3.2.2",
  12. "name": "uglify-es",
  13. "escapedName": "uglify-es",
  14. "rawSpec": "3.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "3.2.2"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.2.2.tgz",
  22. "_shasum": "15c62b7775002c81b7987a1c49ecd3f126cace73",
  23. "_spec": "uglify-es@3.2.2",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/@ionic/app-scripts",
  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.12.1",
  39. "source-map": "~0.6.1"
  40. },
  41. "deprecated": false,
  42. "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
  43. "devDependencies": {
  44. "acorn": "~5.2.1",
  45. "mocha": "~3.5.1",
  46. "semver": "~5.4.1"
  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/tree/harmony",
  58. "keywords": [
  59. "uglify",
  60. "uglify-es",
  61. "uglify-js",
  62. "minify",
  63. "minifier",
  64. "javascript",
  65. "ecmascript",
  66. "es5",
  67. "es6",
  68. "es7",
  69. "es8",
  70. "es2015",
  71. "es2016",
  72. "es2017",
  73. "async",
  74. "await"
  75. ],
  76. "license": "BSD-2-Clause",
  77. "main": "tools/node.js",
  78. "maintainers": [
  79. {
  80. "name": "Mihai Bazon",
  81. "email": "mihai.bazon@gmail.com",
  82. "url": "http://lisperator.net/"
  83. }
  84. ],
  85. "name": "uglify-es",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
  89. },
  90. "scripts": {
  91. "test": "node test/run-tests.js"
  92. },
  93. "version": "3.2.2"
  94. }