package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "chokidar@3.5.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@3.5.2",
  10. "_id": "chokidar@3.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=",
  13. "_location": "/chokidar",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "chokidar@3.5.2",
  20. "name": "chokidar",
  21. "escapedName": "chokidar",
  22. "rawSpec": "3.5.2",
  23. "saveSpec": null,
  24. "fetchSpec": "3.5.2"
  25. },
  26. "_requiredBy": [
  27. "/watchpack"
  28. ],
  29. "_resolved": "https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz",
  30. "_spec": "3.5.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. "upath": "^1.2.0"
  70. },
  71. "engines": {
  72. "node": ">= 8.10.0"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib/*.js",
  77. "types/index.d.ts"
  78. ],
  79. "homepage": "https://github.com/paulmillr/chokidar",
  80. "keywords": [
  81. "fs",
  82. "watch",
  83. "watchFile",
  84. "watcher",
  85. "watching",
  86. "file",
  87. "fsevents"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "chokidar",
  92. "nyc": {
  93. "include": [
  94. "index.js",
  95. "lib/*.js"
  96. ],
  97. "reporter": [
  98. "html",
  99. "text"
  100. ]
  101. },
  102. "optionalDependencies": {
  103. "fsevents": "~2.3.2"
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/paulmillr/chokidar.git"
  108. },
  109. "scripts": {
  110. "dtslint": "dtslint types",
  111. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  112. "mocha": "mocha --exit --timeout 90000",
  113. "test": "npm run lint && npm run mocha"
  114. },
  115. "types": "./types/index.d.ts",
  116. "version": "3.5.2"
  117. }