package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "gulp-util@~2.2.14",
  3. "_id": "gulp-util@2.2.20",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9rtv4sj9EtCWYGD15HQQvWtRBtU9g1t0+w29tphetHxjxEAuBKQJkhGqvlLkHEtUjEgoqIpsVwPKU1yMZAa+wA==",
  6. "_location": "/gulp-nop/gulp-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-util@~2.2.14",
  12. "name": "gulp-util",
  13. "escapedName": "gulp-util",
  14. "rawSpec": "~2.2.14",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.2.14"
  17. },
  18. "_requiredBy": [
  19. "/gulp-nop"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/gulp-util/-/gulp-util-2.2.20.tgz",
  22. "_shasum": "d7146e5728910bd8f047a6b0b1e549bc22dbd64c",
  23. "_spec": "gulp-util@~2.2.14",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-nop",
  25. "author": {
  26. "name": "Fractal",
  27. "email": "contact@wearefractal.com",
  28. "url": "http://wearefractal.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wearefractal/gulp-util/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "chalk": "^0.5.0",
  36. "dateformat": "^1.0.7-1.2.3",
  37. "lodash._reinterpolate": "^2.4.1",
  38. "lodash.template": "^2.4.1",
  39. "minimist": "^0.2.0",
  40. "multipipe": "^0.1.0",
  41. "through2": "^0.5.0",
  42. "vinyl": "^0.2.1"
  43. },
  44. "deprecated": "gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5",
  45. "description": "Utility functions for gulp plugins",
  46. "devDependencies": {
  47. "buffer-equal": "~0.0.1",
  48. "coveralls": "^2.7.0",
  49. "event-stream": "^3.1.0",
  50. "istanbul": "^0.2.3",
  51. "jshint": "^2.4.1",
  52. "lodash.templatesettings": "^2.4.1",
  53. "mocha": "^1.17.0",
  54. "mocha-lcov-reporter": "^0.0.1",
  55. "rimraf": "^2.2.5",
  56. "should": "^4.0.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.9"
  60. },
  61. "homepage": "http://github.com/wearefractal/gulp-util",
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "http://github.com/wearefractal/gulp-util/raw/master/LICENSE"
  66. }
  67. ],
  68. "main": "./index.js",
  69. "name": "gulp-util",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/wearefractal/gulp-util.git"
  73. },
  74. "scripts": {
  75. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  76. "test": "mocha --reporter spec && jshint"
  77. },
  78. "version": "2.2.20"
  79. }