package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "chokidar@^1.6.1",
  3. "_id": "chokidar@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^1.6.1",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^1.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-watch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
  22. "_shasum": "798e689778151c8076b4b360e5edd28cda2bb468",
  23. "_spec": "chokidar@^1.6.1",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp-watch",
  25. "author": {
  26. "name": "Paul Miller",
  27. "url": "http://paulmillr.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/paulmillr/chokidar/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "anymatch": "^1.3.0",
  35. "async-each": "^1.0.0",
  36. "fsevents": "^1.0.0",
  37. "glob-parent": "^2.0.0",
  38. "inherits": "^2.0.1",
  39. "is-binary-path": "^1.0.0",
  40. "is-glob": "^2.0.0",
  41. "path-is-absolute": "^1.0.0",
  42. "readdirp": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  46. "devDependencies": {
  47. "chai": "^3.2.0",
  48. "coveralls": "^2.11.2",
  49. "graceful-fs": "4.1.4",
  50. "istanbul": "^0.3.20",
  51. "mocha": "^3.0.0",
  52. "rimraf": "^2.4.3",
  53. "sinon": "^1.10.3",
  54. "sinon-chai": "^2.6.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib/"
  59. ],
  60. "homepage": "https://github.com/paulmillr/chokidar",
  61. "keywords": [
  62. "fs",
  63. "watch",
  64. "watchFile",
  65. "watcher",
  66. "watching",
  67. "file",
  68. "fsevents"
  69. ],
  70. "license": "MIT",
  71. "name": "chokidar",
  72. "optionalDependencies": {
  73. "fsevents": "^1.0.0"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/paulmillr/chokidar.git"
  78. },
  79. "scripts": {
  80. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  81. "test": "istanbul test node_modules/mocha/bin/_mocha"
  82. },
  83. "version": "1.7.0"
  84. }