package.json 2.8 KB

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