blob: da2a13e09c165941055ec50229879652f00a4df4 [file] [log] [blame]
{
"_args": [
[
{
"raw": "evp_bytestokey@^1.0.0",
"scope": null,
"escapedName": "evp_bytestokey",
"name": "evp_bytestokey",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/brodybits/Documents/cordova/cordova-js/node_modules/browserify-cipher"
]
],
"_from": "evp_bytestokey@>=1.0.0 <2.0.0",
"_id": "evp_bytestokey@1.0.3",
"_inCache": true,
"_location": "/evp_bytestokey",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/evp_bytestokey-1.0.3.tgz_1504606836017_0.7082570272032171"
},
"_npmUser": {
"name": "dcousens",
"email": "npm@dcousens.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "evp_bytestokey@^1.0.0",
"scope": null,
"escapedName": "evp_bytestokey",
"name": "evp_bytestokey",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify-aes",
"/browserify-cipher",
"/parse-asn1"
],
"_resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
"_shasum": "7fcbdb198dc71959432efe13842684e0525acb02",
"_shrinkwrap": null,
"_spec": "evp_bytestokey@^1.0.0",
"_where": "/Users/brodybits/Documents/cordova/cordova-js/node_modules/browserify-cipher",
"author": {
"name": "Calvin Metcalf",
"email": "calvin.metcalf@gmail.com"
},
"bugs": {
"url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
},
"contributors": [
{
"name": "Kirill Fomichev",
"email": "fanatid@ya.ru"
}
],
"dependencies": {
"md5.js": "^1.3.4",
"safe-buffer": "^5.1.1"
},
"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"
},
"directories": {},
"dist": {
"integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
"shasum": "7fcbdb198dc71959432efe13842684e0525acb02",
"tarball": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz"
},
"files": [
"index.js"
],
"gitHead": "5b83312539cf4d21989e99562c09ba32a65070c8",
"gypfile": false,
"homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
"keywords": [
"crypto",
"openssl"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "dcousens",
"email": "npm@dcousens.com"
},
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
}
],
"name": "evp_bytestokey",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}