65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"evp_bytestokey@1.0.0",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_from": "evp_bytestokey@1.0.0",
|
|
"_id": "evp_bytestokey@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SXtmrZ/vZc18CKYYCCS6FHa2blM=",
|
|
"_location": "/evp_bytestokey",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Calvin Metcalf",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
|
|
},
|
|
"dependencies": {
|
|
"create-hash": "^1.1.1"
|
|
},
|
|
"description": "he super secure key derivation algorithm from openssl",
|
|
"devDependencies": {
|
|
"standard": "^5.3.1",
|
|
"tap-spec": "^4.1.0",
|
|
"tape": "^4.2.0"
|
|
},
|
|
"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": {
|
|
"test": "standard && node test.js | tspec"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|