Ohm-Management - Projektarbeit B-ME
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.6KB

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