UI for Zipcoin Blue

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-stream@^1.1.0",
  6. "scope": null,
  7. "escapedName": "is-stream",
  8. "name": "is-stream",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/execa"
  14. ]
  15. ],
  16. "_from": "is-stream@>=1.1.0 <2.0.0",
  17. "_id": "is-stream@1.1.0",
  18. "_inCache": true,
  19. "_location": "/is-stream",
  20. "_nodeVersion": "4.4.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/is-stream-1.1.0.tgz_1460446915184_0.806101513793692"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-stream@^1.1.0",
  33. "scope": null,
  34. "escapedName": "is-stream",
  35. "name": "is-stream",
  36. "rawSpec": "^1.1.0",
  37. "spec": ">=1.1.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/execa"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  44. "_shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
  45. "_shrinkwrap": null,
  46. "_spec": "is-stream@^1.1.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/execa",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/is-stream/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Check if something is a Node.js stream",
  58. "devDependencies": {
  59. "ava": "*",
  60. "tempfile": "^1.1.0",
  61. "xo": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
  66. "tarball": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "e21d73f1028c189d16150cea52641059b0936310",
  75. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  76. "keywords": [
  77. "stream",
  78. "type",
  79. "streams",
  80. "writable",
  81. "readable",
  82. "duplex",
  83. "transform",
  84. "check",
  85. "detect",
  86. "is"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "is-stream",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/is-stream.git"
  101. },
  102. "scripts": {
  103. "test": "xo && ava"
  104. },
  105. "version": "1.1.0"
  106. }