package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "minimatch@^5.1.0",
  3. "_id": "minimatch@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^5.1.0",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/unplugin-vue-components"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
  22. "_shasum": "1717b464f4971b144f6aabe8f2d0b8e4511e09c7",
  23. "_spec": "minimatch@^5.1.0",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/minimatch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "brace-expansion": "^2.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "a glob matcher in javascript",
  39. "devDependencies": {
  40. "tap": "^15.1.6"
  41. },
  42. "engines": {
  43. "node": ">=10"
  44. },
  45. "files": [
  46. "minimatch.js",
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/isaacs/minimatch#readme",
  50. "license": "ISC",
  51. "main": "minimatch.js",
  52. "name": "minimatch",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/isaacs/minimatch.git"
  56. },
  57. "scripts": {
  58. "postversion": "npm publish",
  59. "prepublishOnly": "git push origin --follow-tags",
  60. "preversion": "npm test",
  61. "snap": "tap",
  62. "test": "tap"
  63. },
  64. "version": "5.1.0"
  65. }