UNPKG

sha512-crypt-ts

Version:

Typescript wrapper for SHA-512, including $6$ crypt format.

53 lines (52 loc) 1.3 kB
{ "name": "sha512-crypt-ts", "version": "0.1.27", "description": "Typescript wrapper for SHA-512, including $6$ crypt format.", "scripts": { "test": "mocha -r ts-node/register tests/*.test.ts", "e2e": "mocha -r ts-node/register tests/*.e2e.ts", "coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test", "build": "tsc", "docs": "typedoc --out docs ./src" }, "files": [ "/dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "build": "tsc", "keywords": [ "SHA-512", "mkpasswd", "crypt", "typescript" ], "author": "Jan Bednar <public@janbednar.eu> (https://janbednar.eu)", "repository": { "type": "git", "url": "https://github.com/bedlaj/sha512-crypt-ts.git" }, "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "bugs": { "mail": "public@janbednar.eu", "url": "https://github.com/bedlaj/sha512-crypt-ts/issues" }, "devDependencies": { "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/node": "^16.11.10", "chai": "^4.3.4", "codecov": "^3.8.3", "mocha": "^9.1.3", "nyc": "^15.1.0", "ts-node": "^10.4.0", "typescript": "^4.5.2", "typedoc": "^0.22.9" } }