UI for Zipcoin Blue

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bytes@3.0.0",
  6. "scope": null,
  7. "escapedName": "bytes",
  8. "name": "bytes",
  9. "rawSpec": "3.0.0",
  10. "spec": "3.0.0",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/body-parser"
  14. ]
  15. ],
  16. "_from": "bytes@3.0.0",
  17. "_id": "bytes@3.0.0",
  18. "_inCache": true,
  19. "_location": "/bytes",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/bytes-3.0.0.tgz_1504216364188_0.5158762519713491"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "bytes@3.0.0",
  33. "scope": null,
  34. "escapedName": "bytes",
  35. "name": "bytes",
  36. "rawSpec": "3.0.0",
  37. "spec": "3.0.0",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/body-parser",
  42. "/raw-body"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  45. "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  46. "_shrinkwrap": null,
  47. "_spec": "bytes@3.0.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/body-parser",
  49. "author": {
  50. "name": "TJ Holowaychuk",
  51. "email": "tj@vision-media.ca",
  52. "url": "http://tjholowaychuk.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/visionmedia/bytes.js/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Jed Watson",
  60. "email": "jed.watson@me.com"
  61. },
  62. {
  63. "name": "Théo FIDRY",
  64. "email": "theo.fidry@gmail.com"
  65. }
  66. ],
  67. "dependencies": {},
  68. "description": "Utility to parse a string bytes to bytes and vice-versa",
  69. "devDependencies": {
  70. "mocha": "2.5.3",
  71. "nyc": "10.3.2"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  76. "tarball": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz"
  77. },
  78. "engines": {
  79. "node": ">= 0.8"
  80. },
  81. "files": [
  82. "History.md",
  83. "LICENSE",
  84. "Readme.md",
  85. "index.js"
  86. ],
  87. "gitHead": "25d4cb488aea3b637448a85fa297d9e65b4b4e04",
  88. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  89. "keywords": [
  90. "byte",
  91. "bytes",
  92. "utility",
  93. "parse",
  94. "parser",
  95. "convert",
  96. "converter"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "dougwilson",
  102. "email": "doug@somethingdoug.com"
  103. },
  104. {
  105. "name": "tjholowaychuk",
  106. "email": "tj@vision-media.ca"
  107. }
  108. ],
  109. "name": "bytes",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/visionmedia/bytes.js.git"
  115. },
  116. "scripts": {
  117. "test": "mocha --check-leaks --reporter spec",
  118. "test-ci": "nyc --reporter=text npm test",
  119. "test-cov": "nyc --reporter=html --reporter=text npm test"
  120. },
  121. "version": "3.0.0"
  122. }