package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "minimatch@^3.1.1",
  3. "_id": "minimatch@3.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^3.1.1",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/@humanwhocodes/config-array",
  21. "/@types/minimatch",
  22. "/babel-core",
  23. "/copy-webpack-plugin",
  24. "/eslint",
  25. "/eslint-plugin-import",
  26. "/eslint-plugin-node",
  27. "/fileset",
  28. "/glob",
  29. "/lint-staged"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  32. "_shasum": "19cd194bfd3e428f049a70817c038d89ab4be35b",
  33. "_spec": "minimatch@^3.1.1",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\glob",
  35. "author": {
  36. "name": "Isaac Z. Schlueter",
  37. "email": "i@izs.me",
  38. "url": "http://blog.izs.me"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/minimatch/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "brace-expansion": "^1.1.7"
  46. },
  47. "deprecated": false,
  48. "description": "a glob matcher in javascript",
  49. "devDependencies": {
  50. "tap": "^15.1.6"
  51. },
  52. "engines": {
  53. "node": "*"
  54. },
  55. "files": [
  56. "minimatch.js"
  57. ],
  58. "homepage": "https://github.com/isaacs/minimatch#readme",
  59. "license": "ISC",
  60. "main": "minimatch.js",
  61. "name": "minimatch",
  62. "publishConfig": {
  63. "tag": "v3-legacy"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/isaacs/minimatch.git"
  68. },
  69. "scripts": {
  70. "postpublish": "git push origin --all; git push origin --tags",
  71. "postversion": "npm publish",
  72. "preversion": "npm test",
  73. "test": "tap"
  74. },
  75. "version": "3.1.2"
  76. }