UNPKG

murmurhash32-node

Version:

JavaScript implementation of the murmurhash algorithm - 32bit

35 lines (34 loc) 977 B
{ "name": "murmurhash32-node", "version": "1.0.1", "main": "lib/murmurhash-node.js", "description": "JavaScript implementation of the murmurhash algorithm - 32bit", "scripts": { "eslint": "./node_modules/.bin/eslint --fix . || exit 0", "test": "./node_modules/.bin/jest --coverage" }, "repository": "flagUpDown/murmurhash-node", "keywords": [ "murmurhash", "murmurhash-node", "murmurhash32-node", "murmurhash2", "murmurhash3", "murmurhash32" ], "author": "fengjun <1120642944@qq.com>", "license": "ISC", "bugs": { "url": "https://github.com/zbone3/murmurhash-node" }, "homepage": "https://github.com/zbone3/murmurhash-node#readme", "devDependencies": { "eslint": "^5.15.2", "eslint-config-prettier": "^4.1.0", "eslint-plugin-jest": "^22.4.1", "eslint-plugin-prettier": "^3.0.1", "jest": "^24.5.0", "prettier": "^1.16.4", "standard": "^12.0.1" } }