package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "chokidar@3.6.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@3.6.0",
  10. "_id": "chokidar@3.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  13. "_location": "/chokidar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chokidar@3.6.0",
  19. "name": "chokidar",
  20. "escapedName": "chokidar",
  21. "rawSpec": "3.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.6.0"
  24. },
  25. "_requiredBy": [
  26. "/ts-node-dev"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  29. "_spec": "3.6.0",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Paul Miller",
  33. "url": "https://paulmillr.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/paulmillr/chokidar/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Paul Miller",
  41. "url": "https://paulmillr.com"
  42. },
  43. {
  44. "name": "Elan Shanker"
  45. }
  46. ],
  47. "dependencies": {
  48. "anymatch": "~3.1.2",
  49. "braces": "~3.0.2",
  50. "fsevents": "~2.3.2",
  51. "glob-parent": "~5.1.2",
  52. "is-binary-path": "~2.1.0",
  53. "is-glob": "~4.0.1",
  54. "normalize-path": "~3.0.0",
  55. "readdirp": "~3.6.0"
  56. },
  57. "description": "Minimal and efficient cross-platform file watching library",
  58. "devDependencies": {
  59. "@types/node": "^14",
  60. "chai": "^4.3",
  61. "dtslint": "^3.3.0",
  62. "eslint": "^7.0.0",
  63. "mocha": "^7.0.0",
  64. "rimraf": "^3.0.0",
  65. "sinon": "^9.0.1",
  66. "sinon-chai": "^3.3.0",
  67. "typescript": "^4.4.3",
  68. "upath": "^1.2.0"
  69. },
  70. "engines": {
  71. "node": ">= 8.10.0"
  72. },
  73. "files": [
  74. "index.js",
  75. "lib/*.js",
  76. "types/index.d.ts"
  77. ],
  78. "funding": "https://paulmillr.com/funding/",
  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. "optionalDependencies": {
  93. "fsevents": "~2.3.2"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/paulmillr/chokidar.git"
  98. },
  99. "scripts": {
  100. "build": "npm ls",
  101. "dtslint": "dtslint types",
  102. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  103. "mocha": "mocha --exit --timeout 90000",
  104. "test": "npm run lint && npm run mocha"
  105. },
  106. "types": "./types/index.d.ts",
  107. "version": "3.6.0"
  108. }