package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "chokidar",
  3. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  4. "version": "1.7.0",
  5. "keywords": [
  6. "fs",
  7. "watch",
  8. "watchFile",
  9. "watcher",
  10. "watching",
  11. "file",
  12. "fsevents"
  13. ],
  14. "homepage": "https://github.com/paulmillr/chokidar",
  15. "author": "Paul Miller (http://paulmillr.com), Elan Shanker",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/paulmillr/chokidar.git"
  19. },
  20. "bugs": {
  21. "url": "http://github.com/paulmillr/chokidar/issues"
  22. },
  23. "license": "MIT",
  24. "scripts": {
  25. "test": "istanbul test node_modules/mocha/bin/_mocha",
  26. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  27. },
  28. "files": [
  29. "index.js",
  30. "lib/"
  31. ],
  32. "devDependencies": {
  33. "chai": "^3.2.0",
  34. "coveralls": "^2.11.2",
  35. "graceful-fs": "4.1.4",
  36. "istanbul": "^0.3.20",
  37. "mocha": "^3.0.0",
  38. "rimraf": "^2.4.3",
  39. "sinon": "^1.10.3",
  40. "sinon-chai": "^2.6.0"
  41. },
  42. "optionalDependencies": {
  43. "fsevents": "^1.0.0"
  44. },
  45. "dependencies": {
  46. "anymatch": "^1.3.0",
  47. "async-each": "^1.0.0",
  48. "glob-parent": "^2.0.0",
  49. "inherits": "^2.0.1",
  50. "is-binary-path": "^1.0.0",
  51. "is-glob": "^2.0.0",
  52. "path-is-absolute": "^1.0.0",
  53. "readdirp": "^2.0.0"
  54. },
  55. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  56. "_from": "chokidar@1.7.0",
  57. "_resolved": "https://registry.npm.taobao.org/chokidar/download/chokidar-1.7.0.tgz?cache=0&sync_timestamp=1587911215694&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchokidar%2Fdownload%2Fchokidar-1.7.0.tgz"
  58. }