UI for Zipcoin Blue

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "get-stdin@^4.0.1",
  6. "scope": null,
  7. "escapedName": "get-stdin",
  8. "name": "get-stdin",
  9. "rawSpec": "^4.0.1",
  10. "spec": ">=4.0.1 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-sass"
  14. ]
  15. ],
  16. "_from": "get-stdin@>=4.0.1 <5.0.0",
  17. "_id": "get-stdin@4.0.1",
  18. "_inCache": true,
  19. "_location": "/get-stdin",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "get-stdin@^4.0.1",
  28. "scope": null,
  29. "escapedName": "get-stdin",
  30. "name": "get-stdin",
  31. "rawSpec": "^4.0.1",
  32. "spec": ">=4.0.1 <5.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/node-sass",
  37. "/strip-indent"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  40. "_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
  41. "_shrinkwrap": null,
  42. "_spec": "get-stdin@^4.0.1",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-sass",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/get-stdin/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Easier stdin",
  54. "devDependencies": {
  55. "ava": "0.0.4",
  56. "buffer-equal": "0.0.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
  61. "tarball": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "65c744975229b25d6cc5c7546f49b6ad9099553f",
  70. "homepage": "https://github.com/sindresorhus/get-stdin",
  71. "keywords": [
  72. "std",
  73. "stdin",
  74. "stdio",
  75. "concat",
  76. "buffer",
  77. "stream",
  78. "process",
  79. "stream"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "sindresorhus",
  85. "email": "sindresorhus@gmail.com"
  86. }
  87. ],
  88. "name": "get-stdin",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  94. },
  95. "scripts": {
  96. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  97. },
  98. "version": "4.0.1"
  99. }