@pelevesque/hash-code
Version:
A JavaScript implementation of Java's hashCode method.
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "@pelevesque/hash-code",
"version": "0.0.6",
"description": "A JavaScript implementation of Java's hashCode method.",
"main": "index.js",
"engines": {
"node": ">=9.0.0"
},
"scripts": {
"test": "standard && mocha --reporter spec && node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"standard": "standard",
"unit": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pelevesque/hash-code.git"
},
"keywords": [
"hash",
"hashCode",
"Java"
],
"author": "Pierre-Emmanuel Lévesque <pierre.e.levesque@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pelevesque/hash-code/issues"
},
"homepage": "https://github.com/pelevesque/hash-code#readme",
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"istanbul": "^0.4.5",
"mocha": "^7.0.1",
"standard": "^14.3.1"
}
}