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.

91 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "minimatch@^3.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "minimatch@>=3.0.4 <4.0.0",
  9. "_id": "minimatch@3.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/minimatch",
  13. "_nodeVersion": "8.0.0-pre",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/minimatch-3.0.4.tgz_1494180669024_0.22628829116001725"
  17. },
  18. "_npmUser": {
  19. "email": "i@izs.me",
  20. "name": "isaacs"
  21. },
  22. "_npmVersion": "5.0.0-beta.43",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "minimatch",
  26. "raw": "minimatch@^3.0.4",
  27. "rawSpec": "^3.0.4",
  28. "scope": null,
  29. "spec": ">=3.0.4 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/glob"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  36. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  37. "_shrinkwrap": null,
  38. "_spec": "minimatch@^3.0.4",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/glob",
  40. "author": {
  41. "email": "i@izs.me",
  42. "name": "Isaac Z. Schlueter",
  43. "url": "http://blog.izs.me"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/minimatch/issues"
  47. },
  48. "dependencies": {
  49. "brace-expansion": "^1.1.7"
  50. },
  51. "description": "a glob matcher in javascript",
  52. "devDependencies": {
  53. "tap": "^10.3.2"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  58. "shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  59. "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
  60. },
  61. "engines": {
  62. "node": "*"
  63. },
  64. "files": [
  65. "minimatch.js"
  66. ],
  67. "gitHead": "e46989a323d5f0aa4781eff5e2e6e7aafa223321",
  68. "homepage": "https://github.com/isaacs/minimatch#readme",
  69. "license": "ISC",
  70. "main": "minimatch.js",
  71. "maintainers": [
  72. {
  73. "name": "isaacs",
  74. "email": "i@izs.me"
  75. }
  76. ],
  77. "name": "minimatch",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/isaacs/minimatch.git"
  83. },
  84. "scripts": {
  85. "postpublish": "git push origin --all; git push origin --tags",
  86. "postversion": "npm publish",
  87. "preversion": "npm test",
  88. "test": "tap test/*.js --cov"
  89. },
  90. "version": "3.0.4"
  91. }