package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "gulp-watch@latest",
  3. "_id": "gulp-watch@4.3.11",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Fi/FY96fx3DpH5p845VVE6mhGMA=",
  6. "_location": "/gulp-watch",
  7. "_phantomChildren": {
  8. "clone": "1.0.3",
  9. "clone-stats": "0.0.1",
  10. "core-util-is": "1.0.2",
  11. "inherits": "2.0.3",
  12. "process-nextick-args": "1.0.7",
  13. "replace-ext": "0.0.1",
  14. "safe-buffer": "5.1.1",
  15. "util-deprecate": "1.0.2"
  16. },
  17. "_requested": {
  18. "type": "tag",
  19. "registry": true,
  20. "raw": "gulp-watch@latest",
  21. "name": "gulp-watch",
  22. "escapedName": "gulp-watch",
  23. "rawSpec": "latest",
  24. "saveSpec": null,
  25. "fetchSpec": "latest"
  26. },
  27. "_requiredBy": [
  28. "#DEV:/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz",
  31. "_shasum": "162fc563de9fc770e91f9a7ce3955513a9a118c0",
  32. "_spec": "gulp-watch@latest",
  33. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi",
  34. "author": {
  35. "name": "Vsevolod Strukchinsky"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/floatdrop/gulp-watch/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "anymatch": "^1.3.0",
  43. "chokidar": "^1.6.1",
  44. "glob-parent": "^3.0.1",
  45. "gulp-util": "^3.0.7",
  46. "object-assign": "^4.1.0",
  47. "path-is-absolute": "^1.0.1",
  48. "readable-stream": "^2.2.2",
  49. "slash": "^1.0.0",
  50. "vinyl": "^1.2.0",
  51. "vinyl-file": "^2.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Watch, that actually is an endless stream",
  55. "devDependencies": {
  56. "coveralls": "^2.7.0",
  57. "istanbul": "^0.3.0",
  58. "mocha": "^2",
  59. "mocha-lcov-reporter": "0.0.2",
  60. "proxyquire": "^1.0.1",
  61. "rimraf": "^2.2.8",
  62. "should": "~7",
  63. "sinon": "^1.9.1",
  64. "stream-assert": "^2.0.1",
  65. "strip-ansi": "^3.0.0",
  66. "xo": "^0.10.1"
  67. },
  68. "engine": "node >= 0.10",
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/floatdrop/gulp-watch#readme",
  73. "keywords": [
  74. "gulp",
  75. "watch",
  76. "gulpplugin"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "gulp-watch",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/floatdrop/gulp-watch.git"
  84. },
  85. "scripts": {
  86. "coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -r test/util/set-default-options -R spec",
  87. "coveralls": "istanbul cover _mocha --report lcovonly -- -r test/util/set-default-options -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  88. "test": "xo && mocha -r test/util/set-default-options -R spec test/test-*"
  89. },
  90. "version": "4.3.11"
  91. }