package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_from": "chokidar@3.4.2",
  3. "_id": "chokidar@3.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "chokidar@3.4.2",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "3.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "3.4.2"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "/sass",
  21. "/watchpack"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz",
  24. "_shasum": "38dc8e658dec3809741eb3ef7bb0a47fe424232d",
  25. "_spec": "chokidar@3.4.2",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  27. "author": {
  28. "name": "Paul Miller",
  29. "url": "https://paulmillr.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/paulmillr/chokidar/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Paul Miller",
  38. "url": "https://paulmillr.com"
  39. },
  40. {
  41. "name": "Elan Shanker"
  42. }
  43. ],
  44. "dependencies": {
  45. "anymatch": "~3.1.1",
  46. "braces": "~3.0.2",
  47. "fsevents": "~2.1.2",
  48. "glob-parent": "~5.1.0",
  49. "is-binary-path": "~2.1.0",
  50. "is-glob": "~4.0.1",
  51. "normalize-path": "~3.0.0",
  52. "readdirp": "~3.4.0"
  53. },
  54. "deprecated": false,
  55. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  56. "devDependencies": {
  57. "@types/node": "^14",
  58. "chai": "^4.2",
  59. "dtslint": "^3.3.0",
  60. "eslint": "^7.0.0",
  61. "mocha": "^7.0.0",
  62. "nyc": "^15.0.0",
  63. "rimraf": "^3.0.0",
  64. "sinon": "^9.0.1",
  65. "sinon-chai": "^3.3.0",
  66. "upath": "^1.2.0"
  67. },
  68. "engines": {
  69. "node": ">= 8.10.0"
  70. },
  71. "eslintConfig": {
  72. "extends": "eslint:recommended",
  73. "parserOptions": {
  74. "ecmaVersion": 9,
  75. "sourceType": "script"
  76. },
  77. "env": {
  78. "node": true,
  79. "es6": true
  80. },
  81. "rules": {
  82. "array-callback-return": "error",
  83. "no-empty": [
  84. "error",
  85. {
  86. "allowEmptyCatch": true
  87. }
  88. ],
  89. "no-lonely-if": "error",
  90. "no-var": "error",
  91. "object-shorthand": "error",
  92. "prefer-arrow-callback": [
  93. "error",
  94. {
  95. "allowNamedFunctions": true
  96. }
  97. ],
  98. "prefer-const": [
  99. "error",
  100. {
  101. "ignoreReadBeforeAssign": true
  102. }
  103. ],
  104. "prefer-destructuring": [
  105. "error",
  106. {
  107. "object": true,
  108. "array": false
  109. }
  110. ],
  111. "prefer-spread": "error",
  112. "prefer-template": "error",
  113. "radix": "error",
  114. "strict": "error",
  115. "quotes": [
  116. "error",
  117. "single"
  118. ]
  119. }
  120. },
  121. "files": [
  122. "index.js",
  123. "lib/*.js",
  124. "types/index.d.ts"
  125. ],
  126. "homepage": "https://github.com/paulmillr/chokidar",
  127. "keywords": [
  128. "fs",
  129. "watch",
  130. "watchFile",
  131. "watcher",
  132. "watching",
  133. "file",
  134. "fsevents"
  135. ],
  136. "license": "MIT",
  137. "main": "index.js",
  138. "name": "chokidar",
  139. "nyc": {
  140. "include": [
  141. "index.js",
  142. "lib/*.js"
  143. ],
  144. "reporter": [
  145. "html",
  146. "text"
  147. ]
  148. },
  149. "optionalDependencies": {
  150. "fsevents": "~2.1.2"
  151. },
  152. "repository": {
  153. "type": "git",
  154. "url": "git+https://github.com/paulmillr/chokidar.git"
  155. },
  156. "scripts": {
  157. "dtslint": "dtslint types",
  158. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  159. "mocha": "mocha --exit --timeout 60000",
  160. "test": "npm run lint && npm run mocha"
  161. },
  162. "types": "./types/index.d.ts",
  163. "version": "3.4.2"
  164. }