package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "chokidar@^3.4.1",
  3. "_id": "chokidar@3.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^3.4.1",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^3.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.4.1"
  17. },
  18. "_requiredBy": [
  19. "/watchpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  22. "_shasum": "197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b",
  23. "_spec": "chokidar@^3.4.1",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/watchpack",
  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. "rimraf": "^3.0.0",
  61. "sinon": "^9.0.1",
  62. "sinon-chai": "^3.3.0",
  63. "typescript": "^4.4.3",
  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. "funding": "https://paulmillr.com/funding/",
  75. "homepage": "https://github.com/paulmillr/chokidar",
  76. "keywords": [
  77. "fs",
  78. "watch",
  79. "watchFile",
  80. "watcher",
  81. "watching",
  82. "file",
  83. "fsevents"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "chokidar",
  88. "optionalDependencies": {
  89. "fsevents": "~2.3.2"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/paulmillr/chokidar.git"
  94. },
  95. "scripts": {
  96. "build": "npm ls",
  97. "dtslint": "dtslint types",
  98. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  99. "mocha": "mocha --exit --timeout 90000",
  100. "test": "npm run lint && npm run mocha"
  101. },
  102. "types": "./types/index.d.ts",
  103. "version": "3.6.0"
  104. }