package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "/readdirp/minimatch",
  45. "/rimraf/minimatch",
  46. "/sass-graph/minimatch"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
  49. "_shasum": "7197d7eaa9b87e648390ea61fc66c84427420df9",
  50. "_shrinkwrap": null,
  51. "_spec": "brace-expansion@^1.0.0",
  52. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/minimatch",
  53. "author": {
  54. "name": "Julian Gruber",
  55. "email": "mail@juliangruber.com",
  56. "url": "http://juliangruber.com"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/juliangruber/brace-expansion/issues"
  60. },
  61. "dependencies": {
  62. "balanced-match": "^0.4.1",
  63. "concat-map": "0.0.1"
  64. },
  65. "description": "Brace expansion as known from sh/bash",
  66. "devDependencies": {
  67. "tape": "^4.6.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "7197d7eaa9b87e648390ea61fc66c84427420df9",
  72. "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
  73. },
  74. "gitHead": "791262fa06625e9c5594cde529a21d82086af5f2",
  75. "homepage": "https://github.com/juliangruber/brace-expansion",
  76. "keywords": [],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "juliangruber",
  82. "email": "julian@juliangruber.com"
  83. },
  84. {
  85. "name": "isaacs",
  86. "email": "isaacs@npmjs.com"
  87. }
  88. ],
  89. "name": "brace-expansion",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/juliangruber/brace-expansion.git"
  95. },
  96. "scripts": {
  97. "gentest": "bash test/generate.sh",
  98. "test": "tape test/*.js"
  99. },
  100. "testling": {
  101. "files": "test/*.js",
  102. "browsers": [
  103. "ie/8..latest",
  104. "firefox/20..latest",
  105. "firefox/nightly",
  106. "chrome/25..latest",
  107. "chrome/canary",
  108. "opera/12..latest",
  109. "opera/next",
  110. "safari/5.1..latest",
  111. "ipad/6.0..latest",
  112. "iphone/6.0..latest",
  113. "android-browser/4.2..latest"
  114. ]
  115. },
  116. "version": "1.1.6"
  117. }