租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.7 KiB

3 months ago
  1. {
  2. "_from": "minimatch@^3.1.2",
  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.2",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^3.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/@humanwhocodes/config-array",
  21. "/eslint",
  22. "/glob"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  25. "_shasum": "19cd194bfd3e428f049a70817c038d89ab4be35b",
  26. "_spec": "minimatch@^3.1.2",
  27. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  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": "^15.1.6"
  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. "publishConfig": {
  56. "tag": "v3-legacy"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/minimatch.git"
  61. },
  62. "scripts": {
  63. "postpublish": "git push origin --all; git push origin --tags",
  64. "postversion": "npm publish",
  65. "preversion": "npm test",
  66. "test": "tap"
  67. },
  68. "version": "3.1.2"
  69. }