package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "chokidar@^3.5.2",
  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.2",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^3.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.5.2"
  17. },
  18. "_requiredBy": [
  19. "/nodemon"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  22. "_shasum": "1cf37c8707b932bd1af1ae22c0432e2acd1903bd",
  23. "_spec": "chokidar@^3.5.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\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.2",
  44. "braces": "~3.0.2",
  45. "fsevents": "~2.3.2",
  46. "glob-parent": "~5.1.2",
  47. "is-binary-path": "~2.1.0",
  48. "is-glob": "~4.0.1",
  49. "normalize-path": "~3.0.0",
  50. "readdirp": "~3.6.0"
  51. },
  52. "deprecated": false,
  53. "description": "Minimal and efficient cross-platform file watching library",
  54. "devDependencies": {
  55. "@types/node": "^14",
  56. "chai": "^4.3",
  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. "typescript": "~4.4.3",
  65. "upath": "^1.2.0"
  66. },
  67. "engines": {
  68. "node": ">= 8.10.0"
  69. },
  70. "files": [
  71. "index.js",
  72. "lib/*.js",
  73. "types/index.d.ts"
  74. ],
  75. "funding": [
  76. {
  77. "type": "individual",
  78. "url": "https://paulmillr.com/funding/"
  79. }
  80. ],
  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. "nyc": {
  95. "include": [
  96. "index.js",
  97. "lib/*.js"
  98. ],
  99. "reporter": [
  100. "html",
  101. "text"
  102. ]
  103. },
  104. "optionalDependencies": {
  105. "fsevents": "~2.3.2"
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/paulmillr/chokidar.git"
  110. },
  111. "scripts": {
  112. "dtslint": "dtslint types",
  113. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  114. "mocha": "mocha --exit --timeout 90000",
  115. "test": "npm run lint && npm run mocha"
  116. },
  117. "types": "./types/index.d.ts",
  118. "version": "3.5.3"
  119. }