package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-watch@^4.2.4",
  6. "scope": null,
  7. "escapedName": "gulp-watch",
  8. "name": "gulp-watch",
  9. "rawSpec": "^4.2.4",
  10. "spec": ">=4.2.4 <5.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs"
  14. ]
  15. ],
  16. "_from": "gulp-watch@>=4.2.4 <5.0.0",
  17. "_id": "gulp-watch@4.3.11",
  18. "_inCache": true,
  19. "_location": "/gulp-watch",
  20. "_nodeVersion": "7.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/gulp-watch-4.3.11.tgz_1479543997388_0.3181034412700683"
  24. },
  25. "_npmUser": {
  26. "name": "ult_combo",
  27. "email": "ultcombo@gmail.com"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {
  31. "buffer-shims": "1.0.0",
  32. "clone": "1.0.2",
  33. "clone-stats": "0.0.1",
  34. "core-util-is": "1.0.2",
  35. "inherits": "2.0.3",
  36. "path-dirname": "1.0.2",
  37. "process-nextick-args": "1.0.7",
  38. "replace-ext": "0.0.1",
  39. "string_decoder": "0.10.31",
  40. "util-deprecate": "1.0.2"
  41. },
  42. "_requested": {
  43. "raw": "gulp-watch@^4.2.4",
  44. "scope": null,
  45. "escapedName": "gulp-watch",
  46. "name": "gulp-watch",
  47. "rawSpec": "^4.2.4",
  48. "spec": ">=4.2.4 <5.0.0",
  49. "type": "range"
  50. },
  51. "_requiredBy": [
  52. "#DEV:/"
  53. ],
  54. "_resolved": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz",
  55. "_shasum": "162fc563de9fc770e91f9a7ce3955513a9a118c0",
  56. "_shrinkwrap": null,
  57. "_spec": "gulp-watch@^4.2.4",
  58. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs",
  59. "author": {
  60. "name": "Vsevolod Strukchinsky"
  61. },
  62. "bugs": {
  63. "url": "https://github.com/floatdrop/gulp-watch/issues"
  64. },
  65. "dependencies": {
  66. "anymatch": "^1.3.0",
  67. "chokidar": "^1.6.1",
  68. "glob-parent": "^3.0.1",
  69. "gulp-util": "^3.0.7",
  70. "object-assign": "^4.1.0",
  71. "path-is-absolute": "^1.0.1",
  72. "readable-stream": "^2.2.2",
  73. "slash": "^1.0.0",
  74. "vinyl": "^1.2.0",
  75. "vinyl-file": "^2.0.0"
  76. },
  77. "description": "Watch, that actually is an endless stream",
  78. "devDependencies": {
  79. "coveralls": "^2.7.0",
  80. "istanbul": "^0.3.0",
  81. "mocha": "^2",
  82. "mocha-lcov-reporter": "0.0.2",
  83. "proxyquire": "^1.0.1",
  84. "rimraf": "^2.2.8",
  85. "should": "~7",
  86. "sinon": "^1.9.1",
  87. "stream-assert": "^2.0.1",
  88. "strip-ansi": "^3.0.0",
  89. "xo": "^0.10.1"
  90. },
  91. "directories": {},
  92. "dist": {
  93. "shasum": "162fc563de9fc770e91f9a7ce3955513a9a118c0",
  94. "tarball": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz"
  95. },
  96. "engine": "node >= 0.10",
  97. "files": [
  98. "index.js"
  99. ],
  100. "gitHead": "608c7aa47ebe3d19b55fee703b30d5245a7229ee",
  101. "homepage": "https://github.com/floatdrop/gulp-watch#readme",
  102. "keywords": [
  103. "gulp",
  104. "watch",
  105. "gulpplugin"
  106. ],
  107. "license": "MIT",
  108. "main": "index.js",
  109. "maintainers": [
  110. {
  111. "name": "floatdrop",
  112. "email": "floatdrop@gmail.com"
  113. },
  114. {
  115. "name": "ult_combo",
  116. "email": "ultcombo@gmail.com"
  117. }
  118. ],
  119. "name": "gulp-watch",
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git://github.com/floatdrop/gulp-watch.git"
  125. },
  126. "scripts": {
  127. "coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -r test/util/set-default-options -R spec",
  128. "coveralls": "istanbul cover _mocha --report lcovonly -- -r test/util/set-default-options -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  129. "test": "xo && mocha -r test/util/set-default-options -R spec test/test-*"
  130. },
  131. "version": "4.3.11"
  132. }