Skip to content

Commit

Permalink
Updated distributables
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Oct 5, 2017
1 parent adfe5fc commit 2709ad7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
23 changes: 13 additions & 10 deletions dist/keythereum.js
Expand Up @@ -27249,39 +27249,43 @@ utils.intFromLE = intFromLE;

},{"bn.js":20,"minimalistic-assert":118,"minimalistic-crypto-utils":119}],87:[function(require,module,exports){
module.exports={
"_from": "elliptic@^6.2.3",
"_args": [
[
"elliptic@6.4.0",
"/home/jack/src/keythereum"
]
],
"_from": "elliptic@6.4.0",
"_id": "elliptic@6.4.0",
"_inBundle": false,
"_integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
"_location": "/elliptic",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "elliptic@^6.2.3",
"raw": "elliptic@6.4.0",
"name": "elliptic",
"escapedName": "elliptic",
"rawSpec": "^6.2.3",
"rawSpec": "6.4.0",
"saveSpec": null,
"fetchSpec": "^6.2.3"
"fetchSpec": "6.4.0"
},
"_requiredBy": [
"/browserify-sign",
"/create-ecdh",
"/secp256k1"
],
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
"_shasum": "cac9af8762c85836187003c8dfe193e5e2eae5df",
"_spec": "elliptic@^6.2.3",
"_where": "/home/jack/src/keythereum/node_modules/secp256k1",
"_spec": "6.4.0",
"_where": "/home/jack/src/keythereum",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/indutny/elliptic/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "^4.4.0",
"brorand": "^1.0.1",
Expand All @@ -27291,7 +27295,6 @@ module.exports={
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.0"
},
"deprecated": false,
"description": "EC cryptography",
"devDependencies": {
"brfs": "^1.4.3",
Expand Down

0 comments on commit 2709ad7

Please sign in to comment.