UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "brace-expansion@^1.1.7",
  6. "scope": null,
  7. "escapedName": "brace-expansion",
  8. "name": "brace-expansion",
  9. "rawSpec": "^1.1.7",
  10. "spec": ">=1.1.7 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/minimatch"
  14. ]
  15. ],
  16. "_from": "brace-expansion@>=1.1.7 <2.0.0",
  17. "_id": "brace-expansion@1.1.11",
  18. "_inCache": true,
  19. "_location": "/brace-expansion",
  20. "_nodeVersion": "9.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/brace-expansion_1.1.11_1518248541320_0.33962849281003904"
  24. },
  25. "_npmUser": {
  26. "name": "juliangruber",
  27. "email": "julian@juliangruber.com"
  28. },
  29. "_npmVersion": "5.5.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "brace-expansion@^1.1.7",
  33. "scope": null,
  34. "escapedName": "brace-expansion",
  35. "name": "brace-expansion",
  36. "rawSpec": "^1.1.7",
  37. "spec": ">=1.1.7 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/minimatch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  44. "_shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
  45. "_shrinkwrap": null,
  46. "_spec": "brace-expansion@^1.1.7",
  47. "_where": "/Users/tennesseeg/blueCoin/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": "^1.0.0",
  58. "concat-map": "0.0.1"
  59. },
  60. "description": "Brace expansion as known from sh/bash",
  61. "devDependencies": {
  62. "matcha": "^0.7.0",
  63. "tape": "^4.6.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  68. "shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
  69. "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  70. "fileCount": 4,
  71. "unpackedSize": 11059
  72. },
  73. "gitHead": "01a21de7441549d26ac0c0a9ff91385d16e5c21c",
  74. "homepage": "https://github.com/juliangruber/brace-expansion",
  75. "keywords": [],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "isaacs",
  81. "email": "isaacs@npmjs.com"
  82. },
  83. {
  84. "name": "juliangruber",
  85. "email": "julian@juliangruber.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. "bench": "matcha test/perf/bench.js",
  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.11"
  117. }