49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"_from": "blakejs@^1.1.0",
|
|
"_id": "blakejs@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==",
|
|
"_location": "/blakejs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "blakejs@^1.1.0",
|
|
"name": "blakejs",
|
|
"escapedName": "blakejs",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ethereum-cryptography"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/blakejs/-/blakejs-1.2.1.tgz",
|
|
"_shasum": "5057e4206eadb4a97f7c0b6e197a505042fc3814",
|
|
"_spec": "blakejs@^1.1.0",
|
|
"_where": "D:\\ruyi\\案例\\node_modules\\ethereum-cryptography",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/dcposch/blakejs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions",
|
|
"devDependencies": {
|
|
"standard": "*",
|
|
"tape": "*"
|
|
},
|
|
"homepage": "https://github.com/dcposch/blakejs#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "blakejs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcposch/blakejs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test_blake2b.js && node test_blake2s.js"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|