Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "chokidar@^2.0.3",
  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.3",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix",
  20. "/sass",
  21. "/watchpack",
  22. "/webpack-dev-server"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
  25. "_shasum": "804b3a7b6a99358c3c5c61e71d8728f041cff917",
  26. "_spec": "chokidar@^2.0.3",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  28. "author": {
  29. "name": "Paul Miller",
  30. "url": "https://paulmillr.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/paulmillr/chokidar/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "anymatch": "^2.0.0",
  38. "async-each": "^1.0.1",
  39. "braces": "^2.3.2",
  40. "fsevents": "^1.2.7",
  41. "glob-parent": "^3.1.0",
  42. "inherits": "^2.0.3",
  43. "is-binary-path": "^1.0.0",
  44. "is-glob": "^4.0.0",
  45. "normalize-path": "^3.0.0",
  46. "path-is-absolute": "^1.0.0",
  47. "readdirp": "^2.2.1",
  48. "upath": "^1.1.1"
  49. },
  50. "deprecated": false,
  51. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  52. "devDependencies": {
  53. "@types/node": "^11.9.4",
  54. "chai": "^3.2.0",
  55. "coveralls": "^3.0.1",
  56. "dtslint": "0.4.1",
  57. "graceful-fs": "4.1.4",
  58. "mocha": "^5.2.0",
  59. "nyc": "^11.8.0",
  60. "rimraf": "^2.4.3",
  61. "sinon": "^1.10.3",
  62. "sinon-chai": "^2.6.0"
  63. },
  64. "files": [
  65. "index.js",
  66. "lib/",
  67. "types/index.d.ts"
  68. ],
  69. "homepage": "https://github.com/paulmillr/chokidar",
  70. "keywords": [
  71. "fs",
  72. "watch",
  73. "watchFile",
  74. "watcher",
  75. "watching",
  76. "file",
  77. "fsevents"
  78. ],
  79. "license": "MIT",
  80. "name": "chokidar",
  81. "optionalDependencies": {
  82. "fsevents": "^1.2.7"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/paulmillr/chokidar.git"
  87. },
  88. "scripts": {
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "dtslint": "dtslint types",
  91. "test": "nyc mocha --exit"
  92. },
  93. "types": "./types/index.d.ts",
  94. "version": "2.1.8"
  95. }