package.json 3.6 KB

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