package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3",
  3. "_id": "@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==",
  6. "_location": "/@nicolo-ribaudo/chokidar-2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3",
  12. "name": "@nicolo-ribaudo/chokidar-2",
  13. "escapedName": "@nicolo-ribaudo%2fchokidar-2",
  14. "scope": "@nicolo-ribaudo",
  15. "rawSpec": "2.1.8-no-fsevents.3",
  16. "saveSpec": null,
  17. "fetchSpec": "2.1.8-no-fsevents.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/cli"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz",
  23. "_shasum": "323d72dd25103d0c4fbdce89dadf574a787b1f9b",
  24. "_spec": "@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\cli",
  26. "author": {
  27. "name": "Nicolò Ribaudo",
  28. "email": "nicolo.ribaudo@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/nicolo-ribaudo/chokidar-2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A wrapper around chokidar@2 to be able to specify both @2 and @3 as dependencies",
  37. "devDependencies": {
  38. "anymatch": "^2.0.0",
  39. "async-each": "^1.0.1",
  40. "braces": "^2.3.2",
  41. "glob-parent": "^5.1.2",
  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. "webpack": "^5.53.0",
  50. "webpack-cli": "^4.8.0"
  51. },
  52. "homepage": "https://github.com/nicolo-ribaudo/chokidar-2#readme",
  53. "license": "MIT",
  54. "main": "./dist/main.js",
  55. "name": "@nicolo-ribaudo/chokidar-2",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/nicolo-ribaudo/chokidar-2.git"
  62. },
  63. "scripts": {
  64. "build": "./build-chokidar.sh",
  65. "bundle": "webpack ./chokidar/index.js -o ./dist -t node --mode development"
  66. },
  67. "types": "./types.d.ts",
  68. "version": "2.1.8-no-fsevents.3"
  69. }