package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "chokidar@^3.5.3",
  3. "_id": "chokidar@3.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {
  8. "is-glob": "4.0.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "chokidar@^3.5.3",
  14. "name": "chokidar",
  15. "escapedName": "chokidar",
  16. "rawSpec": "^3.5.3",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.5.3"
  19. },
  20. "_requiredBy": [
  21. "/sass",
  22. "/webpack-dev-server"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  25. "_shasum": "197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b",
  26. "_spec": "chokidar@^3.5.3",
  27. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack-dev-server",
  28. "author": {
  29. "name": "Paul Miller",
  30. "url": "https://paulmillr.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/paulmillr/chokidar/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Paul Miller",
  39. "url": "https://paulmillr.com"
  40. },
  41. {
  42. "name": "Elan Shanker"
  43. }
  44. ],
  45. "dependencies": {
  46. "anymatch": "~3.1.2",
  47. "braces": "~3.0.2",
  48. "fsevents": "~2.3.2",
  49. "glob-parent": "~5.1.2",
  50. "is-binary-path": "~2.1.0",
  51. "is-glob": "~4.0.1",
  52. "normalize-path": "~3.0.0",
  53. "readdirp": "~3.6.0"
  54. },
  55. "deprecated": false,
  56. "description": "Minimal and efficient cross-platform file watching library",
  57. "devDependencies": {
  58. "@types/node": "^14",
  59. "chai": "^4.3",
  60. "dtslint": "^3.3.0",
  61. "eslint": "^7.0.0",
  62. "mocha": "^7.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": "https://paulmillr.com/funding/",
  78. "homepage": "https://github.com/paulmillr/chokidar",
  79. "keywords": [
  80. "fs",
  81. "watch",
  82. "watchFile",
  83. "watcher",
  84. "watching",
  85. "file",
  86. "fsevents"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "chokidar",
  91. "optionalDependencies": {
  92. "fsevents": "~2.3.2"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/paulmillr/chokidar.git"
  97. },
  98. "scripts": {
  99. "build": "npm ls",
  100. "dtslint": "dtslint types",
  101. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  102. "mocha": "mocha --exit --timeout 90000",
  103. "test": "npm run lint && npm run mocha"
  104. },
  105. "types": "./types/index.d.ts",
  106. "version": "3.6.0"
  107. }