package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "chokidar@2.0.3",
  5. "E:\\learn\\GameFrameWork\\packages\\excel-killer"
  6. ]
  7. ],
  8. "_from": "chokidar@2.0.3",
  9. "_id": "chokidar@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zW8iXYZtXMx4kux/nuZVXjkLP+CyIK5Al5FHnj1OgTKGZfp4Oy6/ymtMSKFv3GD8DviEmUPmJg9eFdJ/JzudMg==",
  12. "_location": "/chokidar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "chokidar@2.0.3",
  18. "name": "chokidar",
  19. "escapedName": "chokidar",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.3.tgz",
  28. "_spec": "2.0.3",
  29. "_where": "E:\\learn\\GameFrameWork\\packages\\excel-killer",
  30. "author": {
  31. "name": "Paul Miller",
  32. "url": "http://paulmillr.com"
  33. },
  34. "bugs": {
  35. "url": "http://github.com/paulmillr/chokidar/issues"
  36. },
  37. "dependencies": {
  38. "anymatch": "^2.0.0",
  39. "async-each": "^1.0.0",
  40. "braces": "^2.3.0",
  41. "fsevents": "^1.1.2",
  42. "glob-parent": "^3.1.0",
  43. "inherits": "^2.0.1",
  44. "is-binary-path": "^1.0.0",
  45. "is-glob": "^4.0.0",
  46. "normalize-path": "^2.1.1",
  47. "path-is-absolute": "^1.0.0",
  48. "readdirp": "^2.0.0",
  49. "upath": "^1.0.0"
  50. },
  51. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  52. "devDependencies": {
  53. "chai": "^3.2.0",
  54. "coveralls": "^2.11.2",
  55. "graceful-fs": "4.1.4",
  56. "istanbul": "^0.3.20",
  57. "mocha": "^3.0.0",
  58. "rimraf": "^2.4.3",
  59. "sinon": "^1.10.3",
  60. "sinon-chai": "^2.6.0"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib/"
  65. ],
  66. "homepage": "https://github.com/paulmillr/chokidar",
  67. "keywords": [
  68. "fs",
  69. "watch",
  70. "watchFile",
  71. "watcher",
  72. "watching",
  73. "file",
  74. "fsevents"
  75. ],
  76. "license": "MIT",
  77. "name": "chokidar",
  78. "optionalDependencies": {
  79. "fsevents": "^1.1.2"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/paulmillr/chokidar.git"
  84. },
  85. "scripts": {
  86. "ci-test": "istanbul cover _mocha",
  87. "coveralls": "cat ./coverage/lcov.info | coveralls",
  88. "test": "istanbul test node_modules/mocha/bin/_mocha"
  89. },
  90. "version": "2.0.3"
  91. }