package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "minimatch@^3.0.4",
  3. "_id": "minimatch@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^3.0.4",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^3.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.4"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/eslint",
  21. "/eslint-plugin-import",
  22. "/eslint-plugin-react",
  23. "/fork-ts-checker-webpack-plugin",
  24. "/glob",
  25. "/recursive-readdir",
  26. "/test-exclude"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  29. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  30. "_spec": "minimatch@^3.0.4",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\test-exclude",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/minimatch/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "brace-expansion": "^1.1.7"
  43. },
  44. "deprecated": false,
  45. "description": "a glob matcher in javascript",
  46. "devDependencies": {
  47. "tap": "^10.3.2"
  48. },
  49. "engines": {
  50. "node": "*"
  51. },
  52. "files": [
  53. "minimatch.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/minimatch#readme",
  56. "license": "ISC",
  57. "main": "minimatch.js",
  58. "name": "minimatch",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/minimatch.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --all; git push origin --tags",
  65. "postversion": "npm publish",
  66. "preversion": "npm test",
  67. "test": "tap test/*.js --cov"
  68. },
  69. "version": "3.0.4"
  70. }