61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"_from": "scrypt-js@^3.0.0",
|
|
"_id": "scrypt-js@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
|
|
"_location": "/scrypt-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "scrypt-js@^3.0.0",
|
|
"name": "scrypt-js",
|
|
"escapedName": "scrypt-js",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ethereum-cryptography",
|
|
"/ethereumjs-wallet"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/scrypt-js/-/scrypt-js-3.0.1.tgz",
|
|
"_shasum": "d314a57c2aef69d1ad98a138a21fe9eafa9ee312",
|
|
"_spec": "scrypt-js@^3.0.0",
|
|
"_where": "D:\\ruyi\\案例\\node_modules\\ethereum-cryptography",
|
|
"author": {
|
|
"name": "Richard Moore",
|
|
"email": "me@ricmoo.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ricmoo/scrypt-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "The scrypt password-based key derivation function with sync and cancellable async.",
|
|
"devDependencies": {
|
|
"mocha": "6.2.2"
|
|
},
|
|
"homepage": "https://github.com/ricmoo/scrypt-js#readme",
|
|
"keywords": [
|
|
"scrypt",
|
|
"pbkdf",
|
|
"password",
|
|
"async",
|
|
"asynchronous",
|
|
"stepwise"
|
|
],
|
|
"license": "MIT",
|
|
"main": "scrypt.js",
|
|
"name": "scrypt-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ricmoo/scrypt-js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/test-scrypt.js"
|
|
},
|
|
"types": "scrypt.d.ts",
|
|
"version": "3.0.1"
|
|
}
|