UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "p-limit@^1.1.0",
  6. "scope": null,
  7. "escapedName": "p-limit",
  8. "name": "p-limit",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/p-locate"
  14. ]
  15. ],
  16. "_from": "p-limit@>=1.1.0 <2.0.0",
  17. "_id": "p-limit@1.3.0",
  18. "_inCache": true,
  19. "_location": "/p-limit",
  20. "_nodeVersion": "8.11.2",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/p-limit_1.3.0_1528300898695_0.9429035390514915"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "6.1.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "p-limit@^1.1.0",
  33. "scope": null,
  34. "escapedName": "p-limit",
  35. "name": "p-limit",
  36. "rawSpec": "^1.1.0",
  37. "spec": ">=1.1.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/p-locate"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  44. "_shasum": "b86bd5f0c25690911c7590fcbfc2010d54b3ccb8",
  45. "_shrinkwrap": null,
  46. "_spec": "p-limit@^1.1.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/p-locate",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/p-limit/issues"
  55. },
  56. "dependencies": {
  57. "p-try": "^1.0.0"
  58. },
  59. "description": "Run multiple promise-returning & async functions with limited concurrency",
  60. "devDependencies": {
  61. "ava": "*",
  62. "delay": "^2.0.0",
  63. "in-range": "^1.0.0",
  64. "random-int": "^1.0.0",
  65. "time-span": "^2.0.0",
  66. "xo": "*"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  71. "shasum": "b86bd5f0c25690911c7590fcbfc2010d54b3ccb8",
  72. "tarball": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  73. "fileCount": 4,
  74. "unpackedSize": 3963,
  75. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGAVjCRA9TVsSAnZWagAA8tgP/1ybyg51ZIGk4PPoB+Ku\nJom0mpGjv3UTxa6C6wUeakkszs9k2vCGCueUvOnNdVg7675D7MdUmRKE7P1+\nCrnJ0YeVkdfajWlWkEA9+nNMEONBDWvOtPYpXa/DYFV19XVxVTdmN/VSTIeQ\nJ+SEMV0R9s4LvLz4o4ua0HgdRVyDTrX3rf4HDJfWkHINF7/Vggr72XuKoB3/\nyciRX51Wn5fWEkMpbmXAq0K5QrI+nKWRZ7S1HMsW22AEaoUHnjUNfwn6sQah\nPLNpp00mi4QDQXoT9RGC51D3acVs4sUS9VJUiRtt4DvaVv6eJF4z3R2iZDlI\nhKQI2cItT8AS7Wf3gTHmeZKsAZ9WOjxBF+N6lVB1BBNiWHHqKbpiG8Hd6j01\nK6cOeN1l3dZw9an/tsHvB6DqZ09s3MSzZc48fRhYiJD11Doj1wwIGUAaY1ht\nNjodGrQGZD16aQXMSQxwC3VSoX+8PHKv6A+OHWEEBKHLuB+OTJ7L71Hp4ner\npfnZOxMiGtg1nNVd2nOdMaf7MAoRQsklUb0Zy1qvb6E/wcO/VuTU9nU4WZXw\nnV1FYtLowrp7ThA7zOWdCPgKPsSTfy+L6kfrMcseMdE8WO9FtdgjhSVWuxNo\n0YV9PwTxK5axwNrcJS/YFMLsUk7knkf7Y7xv0K4SMyXXFZr+ZouGnny8Vzj/\njd1T\r\n=Msum\r\n-----END PGP SIGNATURE-----\r\n"
  76. },
  77. "engines": {
  78. "node": ">=4"
  79. },
  80. "files": [
  81. "index.js"
  82. ],
  83. "gitHead": "cf076d73844ebbfda8ae4e184fc436396998ecb2",
  84. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  85. "keywords": [
  86. "promise",
  87. "limit",
  88. "limited",
  89. "concurrency",
  90. "throttle",
  91. "throat",
  92. "rate",
  93. "batch",
  94. "ratelimit",
  95. "task",
  96. "queue",
  97. "async",
  98. "await",
  99. "promises",
  100. "bluebird"
  101. ],
  102. "license": "MIT",
  103. "maintainers": [
  104. {
  105. "name": "sindresorhus",
  106. "email": "sindresorhus@gmail.com"
  107. }
  108. ],
  109. "name": "p-limit",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/sindresorhus/p-limit.git"
  115. },
  116. "scripts": {
  117. "test": "xo && ava"
  118. },
  119. "version": "1.3.0"
  120. }