package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "uglify-js@^2.7.0",
  6. "scope": null,
  7. "escapedName": "uglify-js",
  8. "name": "uglify-js",
  9. "rawSpec": "^2.7.0",
  10. "spec": ">=2.7.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accord"
  14. ]
  15. ],
  16. "_from": "uglify-js@>=2.7.0 <3.0.0",
  17. "_id": "uglify-js@2.7.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/uglify-js",
  21. "_nodeVersion": "7.2.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/uglify-js-2.7.5.tgz_1480455154503_0.30158154270611703"
  25. },
  26. "_npmUser": {
  27. "name": "rvanvelzen1",
  28. "email": "rvanvelzen1@gmail.com"
  29. },
  30. "_npmVersion": "3.10.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "uglify-js@^2.7.0",
  34. "scope": null,
  35. "escapedName": "uglify-js",
  36. "name": "uglify-js",
  37. "rawSpec": "^2.7.0",
  38. "spec": ">=2.7.0 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/accord"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz",
  45. "_shasum": "4612c0c7baaee2ba7c487de4904ae122079f2ca8",
  46. "_shrinkwrap": null,
  47. "_spec": "uglify-js@^2.7.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accord",
  49. "author": {
  50. "name": "Mihai Bazon",
  51. "email": "mihai.bazon@gmail.com",
  52. "url": "http://lisperator.net/"
  53. },
  54. "bin": {
  55. "uglifyjs": "bin/uglifyjs"
  56. },
  57. "browserify": {
  58. "transform": [
  59. "uglify-to-browserify"
  60. ]
  61. },
  62. "bugs": {
  63. "url": "https://github.com/mishoo/UglifyJS2/issues"
  64. },
  65. "dependencies": {
  66. "async": "~0.2.6",
  67. "source-map": "~0.5.1",
  68. "uglify-to-browserify": "~1.0.0",
  69. "yargs": "~3.10.0"
  70. },
  71. "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
  72. "devDependencies": {
  73. "acorn": "~0.6.0",
  74. "escodegen": "~1.3.3",
  75. "esfuzz": "~0.3.1",
  76. "estraverse": "~1.5.1",
  77. "mocha": "~2.3.4"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "4612c0c7baaee2ba7c487de4904ae122079f2ca8",
  82. "tarball": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz"
  83. },
  84. "engines": {
  85. "node": ">=0.8.0"
  86. },
  87. "files": [
  88. "bin",
  89. "lib",
  90. "tools",
  91. "LICENSE"
  92. ],
  93. "gitHead": "f6372483a0c555a3aaf900ffa1a9ccc6585b59f9",
  94. "homepage": "http://lisperator.net/uglifyjs",
  95. "keywords": [
  96. "uglify",
  97. "uglify-js",
  98. "minify",
  99. "minifier"
  100. ],
  101. "license": "BSD-2-Clause",
  102. "main": "tools/node.js",
  103. "maintainers": [
  104. {
  105. "name": "mishoo",
  106. "email": "mihai.bazon@gmail.com"
  107. },
  108. {
  109. "name": "rvanvelzen1",
  110. "email": "rvanvelzen1@gmail.com"
  111. }
  112. ],
  113. "name": "uglify-js",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/mishoo/UglifyJS2.git"
  119. },
  120. "scripts": {
  121. "shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
  122. "test": "node test/run-tests.js"
  123. },
  124. "version": "2.7.5"
  125. }