package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "minimatch@^3.0.4",
  3. "_id": "minimatch@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^3.0.4",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^3.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.4"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/copy-webpack-plugin",
  21. "/eslint",
  22. "/glob"
  23. ],
  24. "_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
  25. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  26. "_spec": "minimatch@^3.0.4",
  27. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\glob",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/minimatch/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "brace-expansion": "^1.1.7"
  39. },
  40. "deprecated": false,
  41. "description": "a glob matcher in javascript",
  42. "devDependencies": {
  43. "tap": "^10.3.2"
  44. },
  45. "engines": {
  46. "node": "*"
  47. },
  48. "files": [
  49. "minimatch.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/minimatch#readme",
  52. "license": "ISC",
  53. "main": "minimatch.js",
  54. "name": "minimatch",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/isaacs/minimatch.git"
  58. },
  59. "scripts": {
  60. "postpublish": "git push origin --all; git push origin --tags",
  61. "postversion": "npm publish",
  62. "preversion": "npm test",
  63. "test": "tap test/*.js --cov"
  64. },
  65. "version": "3.0.4"
  66. }