79 lines
2 KiB
JSON
79 lines
2 KiB
JSON
|
{
|
||
|
"_from": "evp_bytestokey@^1.0.0",
|
||
|
"_id": "evp_bytestokey@1.0.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
|
||
|
"_location": "/evp_bytestokey",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "evp_bytestokey@^1.0.0",
|
||
|
"name": "evp_bytestokey",
|
||
|
"escapedName": "evp_bytestokey",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/browserify-aes",
|
||
|
"/browserify-cipher",
|
||
|
"/parse-asn1"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
|
||
|
"_shasum": "7fcbdb198dc71959432efe13842684e0525acb02",
|
||
|
"_spec": "evp_bytestokey@^1.0.0",
|
||
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/browserify-cipher",
|
||
|
"author": {
|
||
|
"name": "Calvin Metcalf",
|
||
|
"email": "calvin.metcalf@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Kirill Fomichev",
|
||
|
"email": "fanatid@ya.ru"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"md5.js": "^1.3.4",
|
||
|
"safe-buffer": "^5.1.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "The insecure key derivation algorithm from OpenSSL",
|
||
|
"devDependencies": {
|
||
|
"bindings": "^1.2.1",
|
||
|
"nan": "^2.4.0",
|
||
|
"nyc": "^8.1.0",
|
||
|
"standard": "^8.0.0",
|
||
|
"tape": "^4.6.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"gypfile": false,
|
||
|
"homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
|
||
|
"keywords": [
|
||
|
"crypto",
|
||
|
"openssl"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "evp_bytestokey",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/crypto-browserify/EVP_BytesToKey.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coverage": "nyc tape test/*.js",
|
||
|
"lint": "standard",
|
||
|
"test": "npm run lint && npm run unit",
|
||
|
"test:prepare": "node-gyp rebuild",
|
||
|
"unit": "tape test/*.js"
|
||
|
},
|
||
|
"version": "1.0.3"
|
||
|
}
|