package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.1.2",
  5. "/Users/mac/projects/mime/mine"
  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. "/@eslint/eslintrc",
  27. "/@humanwhocodes/config-array",
  28. "/eslint",
  29. "/glob"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  32. "_spec": "3.1.2",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/minimatch/issues"
  41. },
  42. "dependencies": {
  43. "brace-expansion": "^1.1.7"
  44. },
  45. "description": "a glob matcher in javascript",
  46. "devDependencies": {
  47. "tap": "^15.1.6"
  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. "publishConfig": {
  60. "tag": "v3-legacy"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/minimatch.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --all; git push origin --tags",
  68. "postversion": "npm publish",
  69. "preversion": "npm test",
  70. "test": "tap"
  71. },
  72. "version": "3.1.2"
  73. }