UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "lie@3.0.2",
  6. "scope": null,
  7. "escapedName": "lie",
  8. "name": "lie",
  9. "rawSpec": "3.0.2",
  10. "spec": "3.0.2",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/localforage"
  14. ]
  15. ],
  16. "_from": "lie@3.0.2",
  17. "_id": "lie@3.0.2",
  18. "_inCache": true,
  19. "_location": "/lie",
  20. "_nodeVersion": "5.4.0",
  21. "_npmUser": {
  22. "name": "cwmma",
  23. "email": "calvin.metcalf@gmail.com"
  24. },
  25. "_npmVersion": "3.3.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "lie@3.0.2",
  29. "scope": null,
  30. "escapedName": "lie",
  31. "name": "lie",
  32. "rawSpec": "3.0.2",
  33. "spec": "3.0.2",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/localforage"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/lie/-/lie-3.0.2.tgz",
  40. "_shasum": "ffda21d7bba26f377cad865d3649b2fc8ce39fea",
  41. "_shrinkwrap": null,
  42. "_spec": "lie@3.0.2",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/localforage",
  44. "browserify": {
  45. "transform": [
  46. "inline-process-browser",
  47. "unreachable-branch-transform",
  48. "es3ify"
  49. ]
  50. },
  51. "bugs": {
  52. "url": "https://github.com/calvinmetcalf/lie/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Ruben Verborgh",
  57. "email": "ruben.verborgh@gmail.com"
  58. },
  59. {
  60. "name": "Calvin Metcalf",
  61. "email": "calvin.metcalf@gmail.com"
  62. },
  63. {
  64. "name": "Sam Hocevar",
  65. "email": "sam@hocevar.net"
  66. },
  67. {
  68. "name": "Christoph Burgmer"
  69. }
  70. ],
  71. "dependencies": {
  72. "es3ify": "^0.1.3",
  73. "immediate": "~3.0.5",
  74. "inline-process-browser": "^1.0.0",
  75. "unreachable-branch-transform": "^0.3.0"
  76. },
  77. "description": "A basic but performant promise implementation",
  78. "devDependencies": {
  79. "browserify": "^11.0.0",
  80. "derequire": "^1.2.0",
  81. "istanbul": "^0.2.6",
  82. "jshint": "^2.4.4",
  83. "mocha": "^1.18.0",
  84. "mocha-phantomjs": "~3.5.0",
  85. "phantomjs": "^1.9.9",
  86. "promises-aplus-tests": "github:calvinmetcalf/promises-tests#phantom",
  87. "uglify-js": "^2.4.13"
  88. },
  89. "directories": {},
  90. "dist": {
  91. "shasum": "ffda21d7bba26f377cad865d3649b2fc8ce39fea",
  92. "tarball": "https://registry.npmjs.org/lie/-/lie-3.0.2.tgz"
  93. },
  94. "gitHead": "a8775403f13c24fb1ba2615b26b82e3fb7819767",
  95. "homepage": "https://github.com/calvinmetcalf/lie#readme",
  96. "keywords": [
  97. "lie",
  98. "promise",
  99. "async",
  100. "aplus"
  101. ],
  102. "license": "MIT",
  103. "main": "lib/index.js",
  104. "maintainers": [
  105. {
  106. "name": "cwmma",
  107. "email": "calvin.metcalf@gmail.com"
  108. }
  109. ],
  110. "name": "lie",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/calvinmetcalf/lie.git"
  116. },
  117. "scripts": {
  118. "browser": "browserify test/cover.js > test/browser.js && mocha-phantomjs test/test.html",
  119. "build": "npm run build-js && npm run build-min && npm run build-poly",
  120. "build-js": "browserify -s Promise ./lib/index.js | derequire > ./dist/lie.js",
  121. "build-min": "uglifyjs ./dist/lie.js -mc > ./dist/lie.min.js",
  122. "build-poly": "npm run build-poly-js && npm run build-poly-min",
  123. "build-poly-js": "browserify ./polyfill.js | derequire > ./dist/lie.polyfill.js",
  124. "build-poly-min": "uglifyjs ./dist/lie.polyfill.js -mc > ./dist/lie.polyfill.min.js",
  125. "cover": "istanbul cover _mocha ./test/cover.js -- -R spec && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100",
  126. "jshint": "jshint lib/*.js",
  127. "node": "mocha -R spec ./test/cover.js",
  128. "test": "jshint lib/*.js && mocha -R nyan ./test/cover.js"
  129. },
  130. "version": "3.0.2"
  131. }