package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_from": "minimatch@3.0.4",
  9. "_id": "minimatch@3.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  12. "_location": "/minimatch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "minimatch@3.0.4",
  18. "name": "minimatch",
  19. "escapedName": "minimatch",
  20. "rawSpec": "3.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.4"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/@vue/cli-service/copy-webpack-plugin",
  27. "/cpx",
  28. "/eslint",
  29. "/glob",
  30. "/mv/glob"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  33. "_spec": "3.0.4",
  34. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  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. "dependencies": {
  44. "brace-expansion": "^1.1.7"
  45. },
  46. "description": "a glob matcher in javascript",
  47. "devDependencies": {
  48. "tap": "^10.3.2"
  49. },
  50. "engines": {
  51. "node": "*"
  52. },
  53. "files": [
  54. "minimatch.js"
  55. ],
  56. "homepage": "https://github.com/isaacs/minimatch#readme",
  57. "license": "ISC",
  58. "main": "minimatch.js",
  59. "name": "minimatch",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/minimatch.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "test": "tap test/*.js --cov"
  69. },
  70. "version": "3.0.4"
  71. }