package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "uglify-save-license@^0.4.1",
  6. "scope": null,
  7. "escapedName": "uglify-save-license",
  8. "name": "uglify-save-license",
  9. "rawSpec": "^0.4.1",
  10. "spec": ">=0.4.1 <0.5.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-uglify"
  14. ]
  15. ],
  16. "_from": "uglify-save-license@>=0.4.1 <0.5.0",
  17. "_id": "uglify-save-license@0.4.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/uglify-save-license",
  21. "_npmUser": {
  22. "name": "shinnn",
  23. "email": "snnskwtnb@gmail.com"
  24. },
  25. "_npmVersion": "1.4.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "uglify-save-license@^0.4.1",
  29. "scope": null,
  30. "escapedName": "uglify-save-license",
  31. "name": "uglify-save-license",
  32. "rawSpec": "^0.4.1",
  33. "spec": ">=0.4.1 <0.5.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-uglify"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/uglify-save-license/-/uglify-save-license-0.4.1.tgz",
  40. "_shasum": "95726c17cc6fd171c3617e3bf4d8d82aa8c4cce1",
  41. "_shrinkwrap": null,
  42. "_spec": "uglify-save-license@^0.4.1",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-uglify",
  44. "author": {
  45. "name": "Shinnosuke Watanabe",
  46. "url": "https://github.com/shinnn"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/shinnn/uglify-save-license/issues"
  50. },
  51. "dependencies": {},
  52. "description": "License detector for UglifyJS",
  53. "devDependencies": {
  54. "grunt": "^0.4.4",
  55. "grunt-contrib-clean": "^0.5.0",
  56. "grunt-contrib-jshint": "^0.10.0",
  57. "grunt-contrib-nodeunit": "^0.3.3",
  58. "grunt-contrib-uglify": "^0.4.0",
  59. "grunt-contrib-watch": "^0.6.1",
  60. "grunt-release": "^0.7.0",
  61. "grunt-replace": "^0.7.7",
  62. "load-grunt-tasks": "^0.4.0",
  63. "semver": "^2.2.1"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "95726c17cc6fd171c3617e3bf4d8d82aa8c4cce1",
  68. "tarball": "https://registry.npmjs.org/uglify-save-license/-/uglify-save-license-0.4.1.tgz"
  69. },
  70. "homepage": "https://github.com/shinnn/uglify-save-license",
  71. "keywords": [
  72. "uglify",
  73. "compression",
  74. "minification",
  75. "comment",
  76. "license",
  77. "copyright",
  78. "detection",
  79. "preservation",
  80. "banner"
  81. ],
  82. "licenses": [
  83. {
  84. "type": "MIT",
  85. "url": "https://github.com/shinnn/uglify-save-license/blob/master/LICENSE"
  86. }
  87. ],
  88. "main": "./uglify-save-license.js",
  89. "maintainers": [
  90. {
  91. "name": "shinnn",
  92. "email": "snnskwtnb@gmail.com"
  93. }
  94. ],
  95. "name": "uglify-save-license",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/shinnn/uglify-save-license.git"
  101. },
  102. "scripts": {
  103. "test": "grunt build"
  104. },
  105. "version": "0.4.1"
  106. }