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.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "chokidar@^2.0.0",
  3. "_id": "chokidar@2.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^2.0.0",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-watcher"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
  22. "_shasum": "804b3a7b6a99358c3c5c61e71d8728f041cff917",
  23. "_spec": "chokidar@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-watcher",
  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. "dependencies": {
  34. "anymatch": "^2.0.0",
  35. "async-each": "^1.0.1",
  36. "braces": "^2.3.2",
  37. "fsevents": "^1.2.7",
  38. "glob-parent": "^3.1.0",
  39. "inherits": "^2.0.3",
  40. "is-binary-path": "^1.0.0",
  41. "is-glob": "^4.0.0",
  42. "normalize-path": "^3.0.0",
  43. "path-is-absolute": "^1.0.0",
  44. "readdirp": "^2.2.1",
  45. "upath": "^1.1.1"
  46. },
  47. "deprecated": false,
  48. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  49. "devDependencies": {
  50. "@types/node": "^11.9.4",
  51. "chai": "^3.2.0",
  52. "coveralls": "^3.0.1",
  53. "dtslint": "0.4.1",
  54. "graceful-fs": "4.1.4",
  55. "mocha": "^5.2.0",
  56. "nyc": "^11.8.0",
  57. "rimraf": "^2.4.3",
  58. "sinon": "^1.10.3",
  59. "sinon-chai": "^2.6.0"
  60. },
  61. "files": [
  62. "index.js",
  63. "lib/",
  64. "types/index.d.ts"
  65. ],
  66. "homepage": "https://github.com/paulmillr/chokidar",
  67. "keywords": [
  68. "fs",
  69. "watch",
  70. "watchFile",
  71. "watcher",
  72. "watching",
  73. "file",
  74. "fsevents"
  75. ],
  76. "license": "MIT",
  77. "name": "chokidar",
  78. "optionalDependencies": {
  79. "fsevents": "^1.2.7"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/paulmillr/chokidar.git"
  84. },
  85. "scripts": {
  86. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  87. "dtslint": "dtslint types",
  88. "test": "nyc mocha --exit"
  89. },
  90. "types": "./types/index.d.ts",
  91. "version": "2.1.8"
  92. }