package.json 2.7 KB

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