enumset32-benchmarks
Version:
Benchmarks for enumset32 vs other set implementations
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "enumset32-benchmarks",
"version": "0.6.4",
"description": "Benchmarks for enumset32 vs other set implementations",
"metapackage": "typeverse-node-app",
"keywords": [
"benchmarks",
"bitset",
"enumset",
"performance",
"set"
],
"license": "MPL-2.0",
"homepage": "github.com/Typeverse/enumset32/tree/master/benchmarks",
"bugs": {
"url": "https://github.com/Typeverse/enumset32/issues"
},
"author": "Justin Johansson <connect@indiescripter.com> (https://github.com/indiescripter)",
"files": [
"bin/",
"lib/**/*.js",
"lib/**/*.js.map"
],
"main": "",
"module": "",
"bin": {
"enumset32-benchmarks": "bin/enumset32-benchmarks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Typeverse/enumset32.git"
},
"scripts": {
"build": "../node_modules/.bin/tsc -p .",
"doctoc": "../node_modules/.bin/doctoc --notitle README.md doc",
"format": "../node_modules/.bin/prettier --write src/*.ts src/**/*.ts",
"prepare": "npm run build",
"start": "node -r esm lib/main.js"
},
"dependencies": {
"benchmark": "2.1.4",
"enumset32": "0.6.4",
"esm": "3.2.25",
"fp-ts": "1.18.2",
"lodash": "4.17.11"
},
"devDependencies": {
"@types/benchmark": "1.0.31",
"@types/lodash": "4.14.134"
}
}