UI for Zipcoin Blue

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "async-each@^1.0.0",
  6. "scope": null,
  7. "escapedName": "async-each",
  8. "name": "async-each",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/chokidar"
  14. ]
  15. ],
  16. "_from": "async-each@>=1.0.0 <2.0.0",
  17. "_id": "async-each@1.0.1",
  18. "_inCache": true,
  19. "_location": "/async-each",
  20. "_nodeVersion": "6.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/async-each-1.0.1.tgz_1472080935649_0.032988218357786536"
  24. },
  25. "_npmUser": {
  26. "name": "paulmillr",
  27. "email": "paul@paulmillr.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "async-each@^1.0.0",
  33. "scope": null,
  34. "escapedName": "async-each",
  35. "name": "async-each",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chokidar",
  42. "/watchpack/chokidar"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
  45. "_shasum": "19d386a1d9edc6e7c1c85d388aedbcc56d33602d",
  46. "_shrinkwrap": null,
  47. "_spec": "async-each@^1.0.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/chokidar",
  49. "author": {
  50. "name": "Paul Miller",
  51. "url": "http://paulmillr.com/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/paulmillr/async-each/issues"
  55. },
  56. "dependencies": {},
  57. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  58. "devDependencies": {},
  59. "directories": {},
  60. "dist": {
  61. "shasum": "19d386a1d9edc6e7c1c85d388aedbcc56d33602d",
  62. "tarball": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz"
  63. },
  64. "gitHead": "f2342d85633d0dc1034a49387ca01c08c1189823",
  65. "homepage": "https://github.com/paulmillr/async-each/",
  66. "keywords": [
  67. "async",
  68. "forEach",
  69. "each",
  70. "map",
  71. "asynchronous",
  72. "iteration",
  73. "iterate",
  74. "loop",
  75. "parallel",
  76. "concurrent",
  77. "array",
  78. "flow",
  79. "control flow"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "name": "paulmillr",
  86. "email": "paul@paulmillr.com"
  87. },
  88. {
  89. "name": "es128",
  90. "email": "elan.shanker+npm@gmail.com"
  91. }
  92. ],
  93. "name": "async-each",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/paulmillr/async-each.git"
  99. },
  100. "scripts": {},
  101. "version": "1.0.1"
  102. }