package.json 1.8 KB

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