{ "_args": [ [ "tiny-secp256k1@1.1.6", "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet" ] ], "_from": "tiny-secp256k1@1.1.6", "_id": "tiny-secp256k1@1.1.6", "_inBundle": false, "_integrity": "sha512-FmqJZGduTyvsr2cF3375fqGHUovSwDi/QytexX1Se4BPuPZpTE5Ftp5fg+EFSuEf3lhZqgCRjEG3ydUQ/aNiwA==", "_location": "/tiny-secp256k1", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "tiny-secp256k1@1.1.6", "name": "tiny-secp256k1", "escapedName": "tiny-secp256k1", "rawSpec": "1.1.6", "saveSpec": null, "fetchSpec": "1.1.6" }, "_requiredBy": [ "/bip32" ], "_resolved": "https://registry.npmjs.org/tiny-secp256k1/-/tiny-secp256k1-1.1.6.tgz", "_spec": "1.1.6", "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet", "author": "", "browser": { "./index.js": "./js.js" }, "bugs": { "url": "https://github.com/bitcoinjs/tiny-secp256k1/issues" }, "dependencies": { "bindings": "^1.3.0", "bn.js": "^4.11.8", "create-hmac": "^1.1.7", "elliptic": "^6.4.0", "nan": "^2.13.2" }, "description": "A tiny secp256k1 native/JS wrapper", "devDependencies": { "browserify": "^16.2.2", "tap-difflet": "^0.7.2", "tape": "^4.9.0" }, "engines": { "node": ">=6.0.0" }, "gypfile": true, "homepage": "https://github.com/bitcoinjs/tiny-secp256k1#readme", "license": "MIT", "main": "index.js", "name": "tiny-secp256k1", "repository": { "type": "git", "url": "git+https://github.com/bitcoinjs/tiny-secp256k1.git" }, "scripts": { "build": "node-gyp rebuild", "install": "npm run build || echo \"secp256k1 bindings compilation fail. Pure JS implementation will be used.\"", "test": "npm run unit", "test-browser": "browserify tests/index.js > tests/bundle.js", "unit": "tape tests/index.js | tap-difflet -p" }, "version": "1.1.6" }