93 lines
2.3 KiB
JSON
93 lines
2.3 KiB
JSON
{
|
|
"_from": "elliptic",
|
|
"_id": "elliptic@6.6.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
|
|
"_location": "/elliptic",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "elliptic",
|
|
"name": "elliptic",
|
|
"escapedName": "elliptic",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/browserify-sign",
|
|
"/create-ecdh",
|
|
"/eth-lib",
|
|
"/ethereumjs-tx/ethereumjs-util",
|
|
"/secp256k1",
|
|
"/web3-eth-accounts/eth-lib",
|
|
"/web3-utils/eth-lib"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/elliptic/-/elliptic-6.6.1.tgz",
|
|
"_shasum": "3b8ffb02670bf69e382c7f65bf524c97c5405c06",
|
|
"_spec": "elliptic",
|
|
"_where": "D:\\ruyi\\dapp",
|
|
"author": {
|
|
"name": "Fedor Indutny",
|
|
"email": "fedor@indutny.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/indutny/elliptic/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "EC cryptography",
|
|
"devDependencies": {
|
|
"brfs": "^2.0.2",
|
|
"coveralls": "^3.1.0",
|
|
"eslint": "^7.6.0",
|
|
"grunt": "^1.2.1",
|
|
"grunt-browserify": "^5.3.0",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-connect": "^3.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-uglify": "^5.0.0",
|
|
"grunt-mocha-istanbul": "^5.0.2",
|
|
"grunt-saucelabs": "^9.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^8.0.1"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/indutny/elliptic",
|
|
"keywords": [
|
|
"EC",
|
|
"Elliptic",
|
|
"curve",
|
|
"Cryptography"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/elliptic.js",
|
|
"name": "elliptic",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/indutny/elliptic.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint lib test",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"test": "npm run lint && npm run unit",
|
|
"unit": "istanbul test _mocha --reporter=spec test/index.js",
|
|
"version": "grunt dist && git add dist/"
|
|
},
|
|
"version": "6.6.1"
|
|
}
|