UI for Zipcoin Blue

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "async-limiter@~1.0.0",
  6. "scope": null,
  7. "escapedName": "async-limiter",
  8. "name": "async-limiter",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/ws"
  14. ]
  15. ],
  16. "_from": "async-limiter@>=1.0.0 <1.1.0",
  17. "_id": "async-limiter@1.0.0",
  18. "_inCache": true,
  19. "_location": "/async-limiter",
  20. "_nodeVersion": "8.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/async-limiter-1.0.0.tgz_1505149068503_0.15003100014291704"
  24. },
  25. "_npmUser": {
  26. "name": "strml",
  27. "email": "samuel.trace.reed@gmail.com"
  28. },
  29. "_npmVersion": "5.4.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "async-limiter@~1.0.0",
  33. "scope": null,
  34. "escapedName": "async-limiter",
  35. "name": "async-limiter",
  36. "rawSpec": "~1.0.0",
  37. "spec": ">=1.0.0 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/ws"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  44. "_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
  45. "_shrinkwrap": null,
  46. "_spec": "async-limiter@~1.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/ws",
  48. "author": {
  49. "name": "Samuel Reed"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/strml/async-limiter/issues"
  53. },
  54. "dependencies": {},
  55. "description": "asynchronous function queue with adjustable concurrency",
  56. "devDependencies": {
  57. "coveralls": "^2.11.2",
  58. "eslint": "^4.6.1",
  59. "eslint-plugin-mocha": "^4.11.0",
  60. "intelli-espower-loader": "^1.0.1",
  61. "istanbul": "^0.3.2",
  62. "mocha": "^3.5.2",
  63. "power-assert": "^1.4.4"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
  68. "shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
  69. "tarball": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz"
  70. },
  71. "gitHead": "02c8b498279dc7cc1ecc1c4f6fc9ca320c0ce39b",
  72. "homepage": "https://github.com/strml/async-limiter#readme",
  73. "keywords": [
  74. "throttle",
  75. "async",
  76. "limiter",
  77. "asynchronous",
  78. "job",
  79. "task",
  80. "concurrency",
  81. "concurrent"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "strml",
  87. "email": "samuel.trace.reed@gmail.com"
  88. }
  89. ],
  90. "name": "async-limiter",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/strml/async-limiter.git"
  96. },
  97. "scripts": {
  98. "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
  99. "example": "node example",
  100. "lint": "eslint .",
  101. "test": "mocha --R intelli-espower-loader test/",
  102. "travis": "npm run lint && npm run coverage"
  103. },
  104. "version": "1.0.0"
  105. }