| { |
| "author": "Calvin Metcalf <calvin.metcalf@gmail.com>", |
| "bugs": { |
| "url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues" |
| }, |
| "contributors": [ |
| "Kirill Fomichev <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" |
| }, |
| "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": "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" |
| } |