package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "chokidar@2.0.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "chokidar@2.0.4",
  9. "_id": "chokidar@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==",
  12. "_location": "/chokidar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "chokidar@2.0.4",
  18. "name": "chokidar",
  19. "escapedName": "chokidar",
  20. "rawSpec": "2.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.4"
  23. },
  24. "_requiredBy": [
  25. "/documentation",
  26. "/karma",
  27. "/sass"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz",
  30. "_spec": "2.0.4",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Paul Miller",
  34. "url": "http://paulmillr.com"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/paulmillr/chokidar/issues"
  38. },
  39. "dependencies": {
  40. "anymatch": "^2.0.0",
  41. "async-each": "^1.0.0",
  42. "braces": "^2.3.0",
  43. "fsevents": "^1.2.2",
  44. "glob-parent": "^3.1.0",
  45. "inherits": "^2.0.1",
  46. "is-binary-path": "^1.0.0",
  47. "is-glob": "^4.0.0",
  48. "lodash.debounce": "^4.0.8",
  49. "normalize-path": "^2.1.1",
  50. "path-is-absolute": "^1.0.0",
  51. "readdirp": "^2.0.0",
  52. "upath": "^1.0.5"
  53. },
  54. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  55. "devDependencies": {
  56. "chai": "^3.2.0",
  57. "coveralls": "^3.0.1",
  58. "graceful-fs": "4.1.4",
  59. "mocha": "^5.2.0",
  60. "nyc": "^11.8.0",
  61. "rimraf": "^2.4.3",
  62. "sinon": "^1.10.3",
  63. "sinon-chai": "^2.6.0"
  64. },
  65. "files": [
  66. "index.js",
  67. "lib/"
  68. ],
  69. "homepage": "https://github.com/paulmillr/chokidar",
  70. "keywords": [
  71. "fs",
  72. "watch",
  73. "watchFile",
  74. "watcher",
  75. "watching",
  76. "file",
  77. "fsevents"
  78. ],
  79. "license": "MIT",
  80. "name": "chokidar",
  81. "optionalDependencies": {
  82. "fsevents": "^1.2.2"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/paulmillr/chokidar.git"
  87. },
  88. "scripts": {
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "test": "nyc mocha --exit"
  91. },
  92. "version": "2.0.4"
  93. }