UNPKG

superhash

Version:

HashMap that supports using one or more keys of any type.

40 lines (39 loc) 1.25 kB
{ "name": "superhash", "version": "1.1.1", "description": "HashMap that supports using one or more keys of any type.", "main": "superhash.js", "repository": { "type": "git", "url": "https://github.com/esco/superhash.git" }, "scripts": { "test": "mocha test/*-test.js --require test/config.js", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --ignore-leaks --require test/config test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --ignore-leaks --require test/config test/" }, "author": "Esco Obong", "license": "MIT", "keywords": "hash, hashmap, map, dictionary, set, hash table, multi-key, multikey, datastructure", "devDependencies": { "chai": "^1.9.2", "es6-collections": "^0.3.4", "grunt": "^0.4.5", "gulp": "^3.8.8", "gulp-bench": "^1.1.0", "gulp-coveralls": "^0.1.3", "gulp-istanbul": "^0.3.1", "gulp-jshint": "^1.9.0", "gulp-mdox": "0.0.2", "gulp-mocha": "^1.1.1", "hashmap": "^1.1.0", "istanbul": "^0.3.2", "jshint-stylish": "^1.0.0", "mocha": "^1.21.4", "sinon": "*", "sinon-chai": "*" }, "dependencies": { "multikey-hash": "^1.0.1" } }