UNPKG

node-passlib

Version:

Generate and verify python-passlib compatible PBKDF2 hashes.

49 lines (48 loc) 1.18 kB
{ "name": "node-passlib", "version": "1.1.1", "description": "Generate and verify python-passlib compatible PBKDF2 hashes.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "scripts": { "dist": "rollup --config", "test": "ts-mocha -p test/tsconfig.json test/**/*.spec.ts" }, "repository": { "type": "git", "url": "git+https://github.com/andreleifeld/node-passlib.git" }, "keywords": [ "passlib", "pbkdf2", "sha512", "hash", "password", "encrypt", "verify", "node", "python" ], "author": "André Leifeld", "license": "MIT", "bugs": { "url": "https://github.com/andreleifeld/node-passlib/issues" }, "homepage": "https://github.com/andreleifeld/node-passlib#readme", "devDependencies": { "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-typescript": "^8.2.1", "@types/expect": "^24.3.0", "@types/mocha": "^8.2.2", "@types/node": "^18.11.18", "mocha": "^9.0.0", "rollup": "^3.8.1", "ts-mocha": "^8.0.0", "typescript": "^4.9.4" }, "dependencies": { "tslib": "^2.4.1" } }