UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "elliptic@^6.0.0",
  6. "scope": null,
  7. "escapedName": "elliptic",
  8. "name": "elliptic",
  9. "rawSpec": "^6.0.0",
  10. "spec": ">=6.0.0 <7.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-sign"
  14. ]
  15. ],
  16. "_from": "elliptic@>=6.0.0 <7.0.0",
  17. "_id": "elliptic@6.4.0",
  18. "_inCache": true,
  19. "_location": "/elliptic",
  20. "_nodeVersion": "7.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/elliptic-6.4.0.tgz_1487798866428_0.30510620190761983"
  24. },
  25. "_npmUser": {
  26. "name": "indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "elliptic@^6.0.0",
  33. "scope": null,
  34. "escapedName": "elliptic",
  35. "name": "elliptic",
  36. "rawSpec": "^6.0.0",
  37. "spec": ">=6.0.0 <7.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/browserify-sign",
  42. "/create-ecdh"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
  45. "_shasum": "cac9af8762c85836187003c8dfe193e5e2eae5df",
  46. "_shrinkwrap": null,
  47. "_spec": "elliptic@^6.0.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-sign",
  49. "author": {
  50. "name": "Fedor Indutny",
  51. "email": "fedor@indutny.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/indutny/elliptic/issues"
  55. },
  56. "dependencies": {
  57. "bn.js": "^4.4.0",
  58. "brorand": "^1.0.1",
  59. "hash.js": "^1.0.0",
  60. "hmac-drbg": "^1.0.0",
  61. "inherits": "^2.0.1",
  62. "minimalistic-assert": "^1.0.0",
  63. "minimalistic-crypto-utils": "^1.0.0"
  64. },
  65. "description": "EC cryptography",
  66. "devDependencies": {
  67. "brfs": "^1.4.3",
  68. "coveralls": "^2.11.3",
  69. "grunt": "^0.4.5",
  70. "grunt-browserify": "^5.0.0",
  71. "grunt-cli": "^1.2.0",
  72. "grunt-contrib-connect": "^1.0.0",
  73. "grunt-contrib-copy": "^1.0.0",
  74. "grunt-contrib-uglify": "^1.0.1",
  75. "grunt-mocha-istanbul": "^3.0.1",
  76. "grunt-saucelabs": "^8.6.2",
  77. "istanbul": "^0.4.2",
  78. "jscs": "^2.9.0",
  79. "jshint": "^2.6.0",
  80. "mocha": "^2.1.0"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "shasum": "cac9af8762c85836187003c8dfe193e5e2eae5df",
  85. "tarball": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz"
  86. },
  87. "files": [
  88. "lib"
  89. ],
  90. "gitHead": "6b0d2b76caae91471649c8e21f0b1d3ba0f96090",
  91. "homepage": "https://github.com/indutny/elliptic",
  92. "keywords": [
  93. "EC",
  94. "Elliptic",
  95. "curve",
  96. "Cryptography"
  97. ],
  98. "license": "MIT",
  99. "main": "lib/elliptic.js",
  100. "maintainers": [
  101. {
  102. "name": "indutny",
  103. "email": "fedor@indutny.com"
  104. }
  105. ],
  106. "name": "elliptic",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  112. },
  113. "scripts": {
  114. "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  115. "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  116. "lint": "npm run jscs && npm run jshint",
  117. "test": "npm run lint && npm run unit",
  118. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  119. "version": "grunt dist && git add dist/"
  120. },
  121. "version": "6.4.0"
  122. }