You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "gulp-uglify@^3.0.2",
  3. "_id": "gulp-uglify@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gk1dhB74AkV2kzqPMQBLA3jPoIAPd/nlNzP2XMDSG8XZrqnlCiDGAqC+rZOumzFvB5zOphlFh6yr3lgcAb/OOg==",
  6. "_location": "/gulp-uglify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-uglify@^3.0.2",
  12. "name": "gulp-uglify",
  13. "escapedName": "gulp-uglify",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.2.tgz",
  23. "_shasum": "5f5b2e8337f879ca9dec971feb1b82a5a87850b0",
  24. "_spec": "gulp-uglify@^3.0.2",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app",
  26. "author": {
  27. "name": "Terin Stock",
  28. "email": "terinjokes@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/terinjokes/gulp-uglify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "array-each": "^1.0.1",
  36. "extend-shallow": "^3.0.2",
  37. "gulplog": "^1.0.0",
  38. "has-gulplog": "^0.1.0",
  39. "isobject": "^3.0.1",
  40. "make-error-cause": "^1.1.1",
  41. "safe-buffer": "^5.1.2",
  42. "through2": "^2.0.0",
  43. "uglify-js": "^3.0.5",
  44. "vinyl-sourcemaps-apply": "^0.2.0"
  45. },
  46. "deprecated": false,
  47. "description": "Minify files with UglifyJS.",
  48. "devDependencies": {
  49. "eslint": "^3.18.0",
  50. "eslint-config-prettier": "^2.1.0",
  51. "eslint-config-xo": "^0.18.1",
  52. "eslint-plugin-no-use-extend-native": "^0.3.12",
  53. "eslint-plugin-prettier": "^2.0.1",
  54. "eslint-plugin-unicorn": "^2.1.0",
  55. "power-assert": "^1.4.1",
  56. "prettier": "^1.1.0",
  57. "source-list-map": "^1.1.2",
  58. "tape": "^4.9.1",
  59. "tape-catch": "^1.0.6",
  60. "testdouble": "^2.1.2",
  61. "vinyl": "^2.0.0"
  62. },
  63. "eslintConfig": {
  64. "env": {
  65. "node": true
  66. },
  67. "extends": [
  68. "xo",
  69. "prettier"
  70. ],
  71. "plugins": [
  72. "unicorn",
  73. "no-use-extend-native",
  74. "prettier"
  75. ],
  76. "rules": {
  77. "prettier/prettier": [
  78. "error",
  79. {
  80. "printWidth": 80,
  81. "tabWidth": 2,
  82. "singleQuote": true,
  83. "trailingComma": "none",
  84. "bracketSpacing": false
  85. }
  86. ]
  87. }
  88. },
  89. "files": [
  90. "index.js",
  91. "composer.js",
  92. "lib/"
  93. ],
  94. "greenkeeper": {
  95. "ignore": [
  96. "gulp-sourcemaps"
  97. ]
  98. },
  99. "homepage": "https://github.com/terinjokes/gulp-uglify/",
  100. "keywords": [
  101. "gulpplugin"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "name": "gulp-uglify",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/terinjokes/gulp-uglify.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint *.js lib test",
  112. "test": "tape test/*.js"
  113. },
  114. "version": "3.0.2"
  115. }