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.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "/glob"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  22. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  23. "_spec": "minimatch@^3.0.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/minimatch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "brace-expansion": "^1.1.7"
  36. },
  37. "deprecated": false,
  38. "description": "a glob matcher in javascript",
  39. "devDependencies": {
  40. "tap": "^10.3.2"
  41. },
  42. "engines": {
  43. "node": "*"
  44. },
  45. "files": [
  46. "minimatch.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/minimatch#readme",
  49. "license": "ISC",
  50. "main": "minimatch.js",
  51. "name": "minimatch",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/minimatch.git"
  55. },
  56. "scripts": {
  57. "postpublish": "git push origin --all; git push origin --tags",
  58. "postversion": "npm publish",
  59. "preversion": "npm test",
  60. "test": "tap test/*.js --cov"
  61. },
  62. "version": "3.0.4"
  63. }