package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "chokidar@^3.5.3",
  3. "_id": "chokidar@3.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^3.5.3",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^3.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.5.3"
  17. },
  18. "_requiredBy": [
  19. "/unplugin",
  20. "/unplugin-vue-components"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  23. "_shasum": "1cf37c8707b932bd1af1ae22c0432e2acd1903bd",
  24. "_spec": "chokidar@^3.5.3",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components",
  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.2",
  45. "braces": "~3.0.2",
  46. "fsevents": "~2.3.2",
  47. "glob-parent": "~5.1.2",
  48. "is-binary-path": "~2.1.0",
  49. "is-glob": "~4.0.1",
  50. "normalize-path": "~3.0.0",
  51. "readdirp": "~3.6.0"
  52. },
  53. "deprecated": false,
  54. "description": "Minimal and efficient cross-platform file watching library",
  55. "devDependencies": {
  56. "@types/node": "^14",
  57. "chai": "^4.3",
  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. "typescript": "~4.4.3",
  66. "upath": "^1.2.0"
  67. },
  68. "engines": {
  69. "node": ">= 8.10.0"
  70. },
  71. "files": [
  72. "index.js",
  73. "lib/*.js",
  74. "types/index.d.ts"
  75. ],
  76. "funding": [
  77. {
  78. "type": "individual",
  79. "url": "https://paulmillr.com/funding/"
  80. }
  81. ],
  82. "homepage": "https://github.com/paulmillr/chokidar",
  83. "keywords": [
  84. "fs",
  85. "watch",
  86. "watchFile",
  87. "watcher",
  88. "watching",
  89. "file",
  90. "fsevents"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "chokidar",
  95. "nyc": {
  96. "include": [
  97. "index.js",
  98. "lib/*.js"
  99. ],
  100. "reporter": [
  101. "html",
  102. "text"
  103. ]
  104. },
  105. "optionalDependencies": {
  106. "fsevents": "~2.3.2"
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/paulmillr/chokidar.git"
  111. },
  112. "scripts": {
  113. "dtslint": "dtslint types",
  114. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  115. "mocha": "mocha --exit --timeout 90000",
  116. "test": "npm run lint && npm run mocha"
  117. },
  118. "types": "./types/index.d.ts",
  119. "version": "3.5.3"
  120. }