package.json 2.9 KB

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