You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
2.5 KiB

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