UNPKG

crypto-pbkdf2-hmac

Version:

Isomorphic wrapper for the PBKDF2-HMAC key derivation function.

40 lines (39 loc) 967 B
{ "name": "crypto-pbkdf2-hmac", "repository": "github:fabiospampinato/crypto-pbkdf2-hmac", "description": "Isomorphic wrapper for the PBKDF2-HMAC key derivation function.", "license": "MIT", "version": "2.2.2", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "benchmark": "tsex benchmark", "benchmark:watch": "tsex benchmark --watch", "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "crypto", "pbkdf2-hmac", "pbkdf2", "key", "derivation", "isomorphic" ], "dependencies": { "tiny-webcrypto": "^1.0.2", "uint8-to-hex": "^2.0.1" }, "devDependencies": { "benchloop": "^2.1.1", "fava": "^0.3.4", "tsex": "^4.0.2", "typescript": "^5.7.3" } }