UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nan@^2.9.2",
  6. "scope": null,
  7. "escapedName": "nan",
  8. "name": "nan",
  9. "rawSpec": "^2.9.2",
  10. "spec": ">=2.9.2 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/fsevents"
  14. ]
  15. ],
  16. "_from": "nan@>=2.9.2 <3.0.0",
  17. "_id": "nan@2.10.0",
  18. "_inCache": true,
  19. "_location": "/nan",
  20. "_nodeVersion": "9.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/nan_2.10.0_1521216708687_0.31611161513830033"
  24. },
  25. "_npmUser": {
  26. "name": "kkoopa",
  27. "email": "bbyholm@abo.fi"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "nan@^2.9.2",
  33. "scope": null,
  34. "escapedName": "nan",
  35. "name": "nan",
  36. "rawSpec": "^2.9.2",
  37. "spec": ">=2.9.2 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/fsevents",
  42. "/node-sass"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
  45. "_shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
  46. "_shrinkwrap": null,
  47. "_spec": "nan@^2.9.2",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/fsevents",
  49. "bugs": {
  50. "url": "https://github.com/nodejs/nan/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Rod Vagg",
  55. "email": "r@va.gg",
  56. "url": "https://github.com/rvagg"
  57. },
  58. {
  59. "name": "Benjamin Byholm",
  60. "email": "bbyholm@abo.fi",
  61. "url": "https://github.com/kkoopa/"
  62. },
  63. {
  64. "name": "Trevor Norris",
  65. "email": "trev.norris@gmail.com",
  66. "url": "https://github.com/trevnorris"
  67. },
  68. {
  69. "name": "Nathan Rajlich",
  70. "email": "nathan@tootallnate.net",
  71. "url": "https://github.com/TooTallNate"
  72. },
  73. {
  74. "name": "Brett Lawson",
  75. "email": "brett19@gmail.com",
  76. "url": "https://github.com/brett19"
  77. },
  78. {
  79. "name": "Ben Noordhuis",
  80. "email": "info@bnoordhuis.nl",
  81. "url": "https://github.com/bnoordhuis"
  82. },
  83. {
  84. "name": "David Siegel",
  85. "email": "david@artcom.de",
  86. "url": "https://github.com/agnat"
  87. },
  88. {
  89. "name": "Michael Ira Krufky",
  90. "email": "mkrufky@gmail.com",
  91. "url": "https://github.com/mkrufky"
  92. }
  93. ],
  94. "dependencies": {},
  95. "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
  96. "devDependencies": {
  97. "bindings": "~1.2.1",
  98. "commander": "^2.8.1",
  99. "glob": "^5.0.14",
  100. "node-gyp": "~3.6.2",
  101. "readable-stream": "^2.1.4",
  102. "request": "=2.81.0",
  103. "tap": "~0.7.1",
  104. "xtend": "~4.0.0"
  105. },
  106. "directories": {},
  107. "dist": {
  108. "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
  109. "shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
  110. "tarball": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
  111. "fileCount": 46,
  112. "unpackedSize": 409953
  113. },
  114. "homepage": "https://github.com/nodejs/nan#readme",
  115. "license": "MIT",
  116. "main": "include_dirs.js",
  117. "maintainers": [
  118. {
  119. "name": "kkoopa",
  120. "email": "bbyholm@abo.fi"
  121. },
  122. {
  123. "name": "rvagg",
  124. "email": "rod@vagg.org"
  125. }
  126. ],
  127. "name": "nan",
  128. "optionalDependencies": {},
  129. "readme": "ERROR: No README data found!",
  130. "repository": {
  131. "type": "git",
  132. "url": "git://github.com/nodejs/nan.git"
  133. },
  134. "scripts": {
  135. "docs": "doc/.build.sh",
  136. "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
  137. "test": "tap --gc --stderr test/js/*-test.js"
  138. },
  139. "version": "2.10.0"
  140. }