package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "chokidar@^1.6.1",
  6. "scope": null,
  7. "escapedName": "chokidar",
  8. "name": "chokidar",
  9. "rawSpec": "^1.6.1",
  10. "spec": ">=1.6.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-watch"
  14. ]
  15. ],
  16. "_from": "chokidar@>=1.6.1 <2.0.0",
  17. "_id": "chokidar@1.6.1",
  18. "_inCache": true,
  19. "_location": "/chokidar",
  20. "_nodeVersion": "6.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/chokidar-1.6.1.tgz_1476470196311_0.5785318606067449"
  24. },
  25. "_npmUser": {
  26. "name": "paulmillr",
  27. "email": "paul@paulmillr.com"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "chokidar@^1.6.1",
  33. "scope": null,
  34. "escapedName": "chokidar",
  35. "name": "chokidar",
  36. "rawSpec": "^1.6.1",
  37. "spec": ">=1.6.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gulp-watch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz",
  44. "_shasum": "2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2",
  45. "_shrinkwrap": null,
  46. "_spec": "chokidar@^1.6.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-watch",
  48. "author": {
  49. "name": "Paul Miller",
  50. "url": "http://paulmillr.com"
  51. },
  52. "bugs": {
  53. "url": "http://github.com/paulmillr/chokidar/issues"
  54. },
  55. "dependencies": {
  56. "anymatch": "^1.3.0",
  57. "async-each": "^1.0.0",
  58. "fsevents": "^1.0.0",
  59. "glob-parent": "^2.0.0",
  60. "inherits": "^2.0.1",
  61. "is-binary-path": "^1.0.0",
  62. "is-glob": "^2.0.0",
  63. "path-is-absolute": "^1.0.0",
  64. "readdirp": "^2.0.0"
  65. },
  66. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  67. "devDependencies": {
  68. "chai": "^3.2.0",
  69. "coveralls": "^2.11.2",
  70. "graceful-fs": "4.1.4",
  71. "istanbul": "^0.3.20",
  72. "mocha": "^2.0.0",
  73. "rimraf": "^2.4.3",
  74. "sinon": "^1.10.3",
  75. "sinon-chai": "^2.6.0"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2",
  80. "tarball": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz"
  81. },
  82. "files": [
  83. "index.js",
  84. "lib/"
  85. ],
  86. "gitHead": "c08145c5368fac6441773e621da9db215cc0d3b2",
  87. "homepage": "https://github.com/paulmillr/chokidar",
  88. "keywords": [
  89. "fs",
  90. "watch",
  91. "watchFile",
  92. "watcher",
  93. "watching",
  94. "file",
  95. "fsevents"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "paulmillr",
  101. "email": "paul@paulmillr.com"
  102. },
  103. {
  104. "name": "es128",
  105. "email": "elan.shanker+npm@gmail.com"
  106. }
  107. ],
  108. "name": "chokidar",
  109. "optionalDependencies": {
  110. "fsevents": "^1.0.0"
  111. },
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/paulmillr/chokidar.git"
  116. },
  117. "scripts": {
  118. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  119. "test": "istanbul test node_modules/mocha/bin/_mocha"
  120. },
  121. "version": "1.6.1"
  122. }