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 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "brace-expansion@^1.1.7",
  3. "_id": "brace-expansion@1.1.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  6. "_location": "/brace-expansion",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "brace-expansion@^1.1.7",
  12. "name": "brace-expansion",
  13. "escapedName": "brace-expansion",
  14. "rawSpec": "^1.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.7"
  17. },
  18. "_requiredBy": [
  19. "/minimatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  22. "_shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
  23. "_spec": "brace-expansion@^1.1.7",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/minimatch",
  25. "author": {
  26. "name": "Julian Gruber",
  27. "email": "mail@juliangruber.com",
  28. "url": "http://juliangruber.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/juliangruber/brace-expansion/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "balanced-match": "^1.0.0",
  36. "concat-map": "0.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Brace expansion as known from sh/bash",
  40. "devDependencies": {
  41. "matcha": "^0.7.0",
  42. "tape": "^4.6.0"
  43. },
  44. "homepage": "https://github.com/juliangruber/brace-expansion",
  45. "keywords": [],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "brace-expansion",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/juliangruber/brace-expansion.git"
  52. },
  53. "scripts": {
  54. "bench": "matcha test/perf/bench.js",
  55. "gentest": "bash test/generate.sh",
  56. "test": "tape test/*.js"
  57. },
  58. "testling": {
  59. "files": "test/*.js",
  60. "browsers": [
  61. "ie/8..latest",
  62. "firefox/20..latest",
  63. "firefox/nightly",
  64. "chrome/25..latest",
  65. "chrome/canary",
  66. "opera/12..latest",
  67. "opera/next",
  68. "safari/5.1..latest",
  69. "ipad/6.0..latest",
  70. "iphone/6.0..latest",
  71. "android-browser/4.2..latest"
  72. ]
  73. },
  74. "version": "1.1.11"
  75. }