package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "chokidar@3.5.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@3.5.3",
  10. "_id": "chokidar@3.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  13. "_location": "/chokidar",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "chokidar@3.5.3",
  20. "name": "chokidar",
  21. "escapedName": "chokidar",
  22. "rawSpec": "3.5.3",
  23. "saveSpec": null,
  24. "fetchSpec": "3.5.3"
  25. },
  26. "_requiredBy": [
  27. "/watchpack"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
  30. "_spec": "3.5.3",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Paul Miller",
  34. "url": "https://paulmillr.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/paulmillr/chokidar/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Paul Miller",
  42. "url": "https://paulmillr.com"
  43. },
  44. {
  45. "name": "Elan Shanker"
  46. }
  47. ],
  48. "dependencies": {
  49. "anymatch": "~3.1.2",
  50. "braces": "~3.0.2",
  51. "fsevents": "~2.3.2",
  52. "glob-parent": "~5.1.2",
  53. "is-binary-path": "~2.1.0",
  54. "is-glob": "~4.0.1",
  55. "normalize-path": "~3.0.0",
  56. "readdirp": "~3.6.0"
  57. },
  58. "description": "Minimal and efficient cross-platform file watching library",
  59. "devDependencies": {
  60. "@types/node": "^14",
  61. "chai": "^4.3",
  62. "dtslint": "^3.3.0",
  63. "eslint": "^7.0.0",
  64. "mocha": "^7.0.0",
  65. "nyc": "^15.0.0",
  66. "rimraf": "^3.0.0",
  67. "sinon": "^9.0.1",
  68. "sinon-chai": "^3.3.0",
  69. "typescript": "~4.4.3",
  70. "upath": "^1.2.0"
  71. },
  72. "engines": {
  73. "node": ">= 8.10.0"
  74. },
  75. "files": [
  76. "index.js",
  77. "lib/*.js",
  78. "types/index.d.ts"
  79. ],
  80. "funding": [
  81. {
  82. "type": "individual",
  83. "url": "https://paulmillr.com/funding/"
  84. }
  85. ],
  86. "homepage": "https://github.com/paulmillr/chokidar",
  87. "keywords": [
  88. "fs",
  89. "watch",
  90. "watchFile",
  91. "watcher",
  92. "watching",
  93. "file",
  94. "fsevents"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "chokidar",
  99. "nyc": {
  100. "include": [
  101. "index.js",
  102. "lib/*.js"
  103. ],
  104. "reporter": [
  105. "html",
  106. "text"
  107. ]
  108. },
  109. "optionalDependencies": {
  110. "fsevents": "~2.3.2"
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/paulmillr/chokidar.git"
  115. },
  116. "scripts": {
  117. "dtslint": "dtslint types",
  118. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  119. "mocha": "mocha --exit --timeout 90000",
  120. "test": "npm run lint && npm run mocha"
  121. },
  122. "types": "./types/index.d.ts",
  123. "version": "3.5.3"
  124. }