UI for Zipcoin Blue

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "inflight@^1.0.4",
  6. "scope": null,
  7. "escapedName": "inflight",
  8. "name": "inflight",
  9. "rawSpec": "^1.0.4",
  10. "spec": ">=1.0.4 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "inflight@>=1.0.4 <2.0.0",
  17. "_id": "inflight@1.0.6",
  18. "_inCache": true,
  19. "_location": "/inflight",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "inflight@^1.0.4",
  33. "scope": null,
  34. "escapedName": "inflight",
  35. "name": "inflight",
  36. "rawSpec": "^1.0.4",
  37. "spec": ">=1.0.4 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/glob",
  42. "/true-case-path/glob"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  45. "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  46. "_shrinkwrap": null,
  47. "_spec": "inflight@^1.0.4",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/glob",
  49. "author": {
  50. "name": "Isaac Z. Schlueter",
  51. "email": "i@izs.me",
  52. "url": "http://blog.izs.me/"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/isaacs/inflight/issues"
  56. },
  57. "dependencies": {
  58. "once": "^1.3.0",
  59. "wrappy": "1"
  60. },
  61. "description": "Add callbacks to requests in flight to avoid async duplication",
  62. "devDependencies": {
  63. "tap": "^7.1.2"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  68. "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
  69. },
  70. "files": [
  71. "inflight.js"
  72. ],
  73. "gitHead": "a547881738c8f57b27795e584071d67cf6ac1a57",
  74. "homepage": "https://github.com/isaacs/inflight",
  75. "license": "ISC",
  76. "main": "inflight.js",
  77. "maintainers": [
  78. {
  79. "name": "iarna",
  80. "email": "me@re-becca.org"
  81. },
  82. {
  83. "name": "isaacs",
  84. "email": "i@izs.me"
  85. },
  86. {
  87. "name": "othiym23",
  88. "email": "ogd@aoaioxxysz.net"
  89. },
  90. {
  91. "name": "zkat",
  92. "email": "kat@sykosomatic.org"
  93. }
  94. ],
  95. "name": "inflight",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/npm/inflight.git"
  101. },
  102. "scripts": {
  103. "test": "tap test.js --100"
  104. },
  105. "version": "1.0.6"
  106. }