UNPKG

@prantlf/astrobench

Version:

JavaScript benchmarks in web browser based on Benchmark.js

62 lines 1.41 kB
{ "name": "@prantlf/astrobench", "version": "2.0.0", "description": "JavaScript benchmarks in web browser based on Benchmark.js", "author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)", "contributors": [ "Alexey Kupriyanenko <a.kupriyanenko@gmail.com>" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/astrobench/blob/master/LICENSE" } ], "homepage": "https://github.com/prantlf/astrobench", "repository": { "type": "git", "url": "https://github.com/prantlf/astrobench" }, "bugs": { "url": "http://github.com/prantlf/astrobench/issues" }, "main": "dist/astrobench.js", "engines": { "node": ">=18" }, "files": [ "dist" ], "scripts": { "build": "gulp" }, "browserify": { "transform": [ "node-underscorify" ] }, "keywords": [ "benchmark", "benchmark.js", "puppeteer", "speed", "performance" ], "devDependencies": { "benchmark": "^2.1.4", "browserify": "^17.0.0", "fancy-log": "^2.0.0", "gulp": "^4.0.2", "gulp-connect": "^5.7.0", "gulp-csso": "^4.0.1", "gulp-rename": "^2.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-uglify": "^3.0.2", "jbone": "^1.2.1", "lodash": "^4.17.21", "node-underscorify": "^0.0.14", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }