package.json 2.7 KB

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