aboutsummaryrefslogtreecommitdiff
path: root/node_modules/evp_bytestokey/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/evp_bytestokey/package.json')
-rw-r--r--node_modules/evp_bytestokey/package.json50
1 files changed, 32 insertions, 18 deletions
diff --git a/node_modules/evp_bytestokey/package.json b/node_modules/evp_bytestokey/package.json
index e9e96b8ac..517891ad2 100644
--- a/node_modules/evp_bytestokey/package.json
+++ b/node_modules/evp_bytestokey/package.json
@@ -1,31 +1,45 @@
{
"name": "evp_bytestokey",
- "version": "1.0.0",
- "description": "he super secure key derivation algorithm from openssl",
- "main": "index.js",
- "scripts": {
- "test": "standard && node test.js | tspec"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/crypto-browserify/EVP_BytesToKey.git"
- },
+ "version": "1.0.3",
+ "description": "The insecure key derivation algorithm from OpenSSL",
"keywords": [
"crypto",
"openssl"
],
- "author": "Calvin Metcalf <calvin.metcalf@gmail.com>",
- "license": "MIT",
+ "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
"bugs": {
"url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
},
- "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
- "dependencies": {
- "create-hash": "^1.1.1"
+ "license": "MIT",
+ "author": "Calvin Metcalf <calvin.metcalf@gmail.com>",
+ "contributors": [
+ "Kirill Fomichev <fanatid@ya.ru>"
+ ],
+ "files": [
+ "index.js"
+ ],
+ "main": "index.js",
+ "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"
},
"devDependencies": {
- "standard": "^5.3.1",
- "tap-spec": "^4.1.0",
- "tape": "^4.2.0"
+ "bindings": "^1.2.1",
+ "nan": "^2.4.0",
+ "nyc": "^8.1.0",
+ "standard": "^8.0.0",
+ "tape": "^4.6.0"
+ },
+ "gypfile": false,
+ "dependencies": {
+ "md5.js": "^1.3.4",
+ "safe-buffer": "^5.1.1"
}
}