package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "E:\\item\\newItem\\admin"
  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. "/babel-register/babel-core",
  27. "/copy-webpack-plugin",
  28. "/eslint",
  29. "/eslint-plugin-import",
  30. "/eslint-plugin-node",
  31. "/fileset",
  32. "/glob",
  33. "/jest-config/babel-core",
  34. "/jest-runtime/babel-core",
  35. "/lint-staged",
  36. "/mocha",
  37. "/mocha/glob"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  40. "_spec": "3.0.4",
  41. "_where": "E:\\item\\newItem\\admin",
  42. "author": {
  43. "name": "Isaac Z. Schlueter",
  44. "email": "i@izs.me",
  45. "url": "http://blog.izs.me"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/isaacs/minimatch/issues"
  49. },
  50. "dependencies": {
  51. "brace-expansion": "^1.1.7"
  52. },
  53. "description": "a glob matcher in javascript",
  54. "devDependencies": {
  55. "tap": "^10.3.2"
  56. },
  57. "engines": {
  58. "node": "*"
  59. },
  60. "files": [
  61. "minimatch.js"
  62. ],
  63. "homepage": "https://github.com/isaacs/minimatch#readme",
  64. "license": "ISC",
  65. "main": "minimatch.js",
  66. "name": "minimatch",
  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 test/*.js --cov"
  76. },
  77. "version": "3.0.4"
  78. }