package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "chokidar@^3.2.2",
  3. "_id": "chokidar@3.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^3.2.2",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^3.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.2"
  17. },
  18. "_requiredBy": [
  19. "/nodemon"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
  22. "_shasum": "ee9ce7bbebd2b79f49f304799d5468e31e14e68a",
  23. "_spec": "chokidar@^3.2.2",
  24. "_where": "/home/pvvvm505/Документы/sbox/Back/node_modules/nodemon",
  25. "author": {
  26. "name": "Paul Miller",
  27. "url": "https://paulmillr.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/paulmillr/chokidar/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Paul Miller",
  36. "url": "https://paulmillr.com"
  37. },
  38. {
  39. "name": "Elan Shanker"
  40. }
  41. ],
  42. "dependencies": {
  43. "anymatch": "~3.1.1",
  44. "braces": "~3.0.2",
  45. "fsevents": "~2.3.1",
  46. "glob-parent": "~5.1.0",
  47. "is-binary-path": "~2.1.0",
  48. "is-glob": "~4.0.1",
  49. "normalize-path": "~3.0.0",
  50. "readdirp": "~3.5.0"
  51. },
  52. "deprecated": false,
  53. "description": "Minimal and efficient cross-platform file watching library",
  54. "devDependencies": {
  55. "@types/node": "^14",
  56. "chai": "^4.2",
  57. "dtslint": "^3.3.0",
  58. "eslint": "^7.0.0",
  59. "mocha": "^7.0.0",
  60. "nyc": "^15.0.0",
  61. "rimraf": "^3.0.0",
  62. "sinon": "^9.0.1",
  63. "sinon-chai": "^3.3.0",
  64. "upath": "^1.2.0"
  65. },
  66. "engines": {
  67. "node": ">= 8.10.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib/*.js",
  72. "types/index.d.ts"
  73. ],
  74. "homepage": "https://github.com/paulmillr/chokidar",
  75. "keywords": [
  76. "fs",
  77. "watch",
  78. "watchFile",
  79. "watcher",
  80. "watching",
  81. "file",
  82. "fsevents"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "chokidar",
  87. "nyc": {
  88. "include": [
  89. "index.js",
  90. "lib/*.js"
  91. ],
  92. "reporter": [
  93. "html",
  94. "text"
  95. ]
  96. },
  97. "optionalDependencies": {
  98. "fsevents": "~2.3.1"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/paulmillr/chokidar.git"
  103. },
  104. "scripts": {
  105. "dtslint": "dtslint types",
  106. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  107. "mocha": "mocha --exit --timeout 60000",
  108. "test": "npm run lint && npm run mocha"
  109. },
  110. "types": "./types/index.d.ts",
  111. "version": "3.5.1"
  112. }