package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "brace-expansion@^1.0.0",
  6. "scope": null,
  7. "escapedName": "brace-expansion",
  8. "name": "brace-expansion",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/minimatch"
  14. ]
  15. ],
  16. "_from": "brace-expansion@>=1.0.0 <2.0.0",
  17. "_id": "brace-expansion@1.1.6",
  18. "_inCache": true,
  19. "_location": "/brace-expansion",
  20. "_nodeVersion": "4.4.7",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/brace-expansion-1.1.6.tgz_1469047715600_0.9362958471756428"
  24. },
  25. "_npmUser": {
  26. "name": "juliangruber",
  27. "email": "julian@juliangruber.com"
  28. },
  29. "_npmVersion": "2.15.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "brace-expansion@^1.0.0",
  33. "scope": null,
  34. "escapedName": "brace-expansion",
  35. "name": "brace-expansion",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/minimatch",
  42. "/node-gyp/minimatch",
  43. "/node-sass/minimatch",
  44. "/rimraf/minimatch",
  45. "/sass-graph/minimatch"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
  48. "_shasum": "7197d7eaa9b87e648390ea61fc66c84427420df9",
  49. "_shrinkwrap": null,
  50. "_spec": "brace-expansion@^1.0.0",
  51. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/minimatch",
  52. "author": {
  53. "name": "Julian Gruber",
  54. "email": "mail@juliangruber.com",
  55. "url": "http://juliangruber.com"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/juliangruber/brace-expansion/issues"
  59. },
  60. "dependencies": {
  61. "balanced-match": "^0.4.1",
  62. "concat-map": "0.0.1"
  63. },
  64. "description": "Brace expansion as known from sh/bash",
  65. "devDependencies": {
  66. "tape": "^4.6.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "7197d7eaa9b87e648390ea61fc66c84427420df9",
  71. "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
  72. },
  73. "gitHead": "791262fa06625e9c5594cde529a21d82086af5f2",
  74. "homepage": "https://github.com/juliangruber/brace-expansion",
  75. "keywords": [],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "juliangruber",
  81. "email": "julian@juliangruber.com"
  82. },
  83. {
  84. "name": "isaacs",
  85. "email": "isaacs@npmjs.com"
  86. }
  87. ],
  88. "name": "brace-expansion",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/juliangruber/brace-expansion.git"
  94. },
  95. "scripts": {
  96. "gentest": "bash test/generate.sh",
  97. "test": "tape test/*.js"
  98. },
  99. "testling": {
  100. "files": "test/*.js",
  101. "browsers": [
  102. "ie/8..latest",
  103. "firefox/20..latest",
  104. "firefox/nightly",
  105. "chrome/25..latest",
  106. "chrome/canary",
  107. "opera/12..latest",
  108. "opera/next",
  109. "safari/5.1..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2..latest"
  113. ]
  114. },
  115. "version": "1.1.6"
  116. }