69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_from": "keccak@^3.0.0",
|
|
"_id": "keccak@3.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q==",
|
|
"_location": "/keccak",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "keccak@^3.0.0",
|
|
"name": "keccak",
|
|
"escapedName": "keccak",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ethereum-cryptography"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/keccak/-/keccak-3.0.4.tgz",
|
|
"_shasum": "edc09b89e633c0549da444432ecf062ffadee86d",
|
|
"_spec": "keccak@^3.0.0",
|
|
"_where": "D:\\ruyi\\案例\\node_modules\\ethereum-cryptography",
|
|
"browser": {
|
|
"./index.js": "./js.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cryptocoinjs/keccak/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Kirill Fomichev",
|
|
"email": "fanatid@ya.ru",
|
|
"url": "https://github.com/fanatid"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"node-addon-api": "^2.0.0",
|
|
"node-gyp-build": "^4.2.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Keccak sponge function family",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"gypfile": true,
|
|
"homepage": "https://github.com/cryptocoinjs/keccak#readme",
|
|
"keywords": [
|
|
"sha3",
|
|
"sha-3",
|
|
"keccak",
|
|
"shake"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "keccak",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cryptocoinjs/keccak.git"
|
|
},
|
|
"scripts": {
|
|
"install": "node-gyp-build || exit 0"
|
|
},
|
|
"version": "3.0.4"
|
|
}
|