Skip to main content
Module

x/hashwasm/package.json

Fast hash functions compiled to WebAssembly
Latest
File
{ "name": "hash-wasm", "version": "4.1.0", "description": "Fast hash functions compiled to WebAssembly (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, PBKDF2, Argon2, scrypt, CRC32, RIPEMD-160, HMAC, xxHash)", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/lib/index.d.ts", "scripts": { "start": "ts-node lib/index.ts", "build": "sh -c ./scripts/build.sh", "eslint": "eslint lib/**/*.ts test/**/*.ts", "prepublishOnly": "sh -c ./scripts/build.sh", "test": "node --expose-gc ./node_modules/.bin/jest --coverage --logHeapUsage" }, "repository": { "type": "git", "url": "git+https://github.com/Daninet/hash-wasm.git" }, "keywords": [ "hash", "wasm", "webassembly", "md5", "crc32", "sha-1", "sha-2", "sha-3", "xxhash", "keccak", "ripemd", "hmac", "pbkdf2", "blake2b", "fast", "hashing", "browser", "functions", "md4", "sha", "sha1", "sha2", "sha224", "sha-224", "sha256", "sha-256", "sha384", "sha-384", "sha512", "sha-512", "sha3", "sha3-224", "sha3-256", "sha3-384", "sha3-512", "xxhash32", "xxhash64", "ripemd160", "argon2", "argon2i", "argon2d", "argon2id", "scrypt" ], "bugs": { "url": "https://github.com/Daninet/hash-wasm/issues" }, "homepage": "https://github.com/Daninet/hash-wasm#readme", "author": "Dani Biró <danibiro93@gmail.com> (https://danibiro.com)", "license": "MIT", "devDependencies": { "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-typescript": "^5.0.2", "@types/jest": "^26.0.10", "@types/node": "^14.6.2", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "eslint": "^7.7.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.6", "jest": "^26.4.2", "rollup": "^2.26.8", "ts-jest": "^26.3.0", "ts-loader": "^8.0.3", "ts-node": "^9.0.0", "tslib": "^2.0.1", "typescript": "^4.0.2" }, "dependencies": {}}