package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "chokidar@^3.4.1",
  3. "_id": "chokidar@3.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7pznu+vSt59J8wR5nVRo4x4U5oo=",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^3.4.1",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^3.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.4.1"
  17. },
  18. "_requiredBy": [
  19. "/sass",
  20. "/watchpack"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/chokidar/download/chokidar-3.5.1.tgz?cache=0&sync_timestamp=1610719440699&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchokidar%2Fdownload%2Fchokidar-3.5.1.tgz",
  23. "_shasum": "ee9ce7bbebd2b79f49f304799d5468e31e14e68a",
  24. "_spec": "chokidar@^3.4.1",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\watchpack",
  26. "author": {
  27. "name": "Paul Miller",
  28. "url": "https://paulmillr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/paulmillr/chokidar/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Paul Miller",
  37. "url": "https://paulmillr.com"
  38. },
  39. {
  40. "name": "Elan Shanker"
  41. }
  42. ],
  43. "dependencies": {
  44. "anymatch": "~3.1.1",
  45. "braces": "~3.0.2",
  46. "fsevents": "~2.3.1",
  47. "glob-parent": "~5.1.0",
  48. "is-binary-path": "~2.1.0",
  49. "is-glob": "~4.0.1",
  50. "normalize-path": "~3.0.0",
  51. "readdirp": "~3.5.0"
  52. },
  53. "deprecated": false,
  54. "description": "Minimal and efficient cross-platform file watching library",
  55. "devDependencies": {
  56. "@types/node": "^14",
  57. "chai": "^4.2",
  58. "dtslint": "^3.3.0",
  59. "eslint": "^7.0.0",
  60. "mocha": "^7.0.0",
  61. "nyc": "^15.0.0",
  62. "rimraf": "^3.0.0",
  63. "sinon": "^9.0.1",
  64. "sinon-chai": "^3.3.0",
  65. "upath": "^1.2.0"
  66. },
  67. "engines": {
  68. "node": ">= 8.10.0"
  69. },
  70. "files": [
  71. "index.js",
  72. "lib/*.js",
  73. "types/index.d.ts"
  74. ],
  75. "homepage": "https://github.com/paulmillr/chokidar",
  76. "keywords": [
  77. "fs",
  78. "watch",
  79. "watchFile",
  80. "watcher",
  81. "watching",
  82. "file",
  83. "fsevents"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "chokidar",
  88. "nyc": {
  89. "include": [
  90. "index.js",
  91. "lib/*.js"
  92. ],
  93. "reporter": [
  94. "html",
  95. "text"
  96. ]
  97. },
  98. "optionalDependencies": {
  99. "fsevents": "~2.3.1"
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/paulmillr/chokidar.git"
  104. },
  105. "scripts": {
  106. "dtslint": "dtslint types",
  107. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  108. "mocha": "mocha --exit --timeout 60000",
  109. "test": "npm run lint && npm run mocha"
  110. },
  111. "types": "./types/index.d.ts",
  112. "version": "3.5.1"
  113. }