UNPKG

spaceheater

Version:

Turn your PC into a space heater by spinning all CPU cores.

48 lines (47 loc) 1.07 kB
{ "name": "spaceheater", "version": "3.1.1", "description": "Turn your PC into a space heater by spinning all CPU cores.", "repository": "github:joeledwards/node-spaceheater", "main": "lib/heater.js", "bin": { "space-heater": "bin/spaceheater.js", "spaceheater": "bin/spaceheater.js", "lap-warmer": "bin/spaceheater.js", "lapwarmer": "bin/spaceheater.js" }, "files": [ "bin/*.js", "lib/**/*.js", "package.json", "README.md" ], "scripts": { "lint": "standard", "lint:fix": "standard --fix", "test": "tap ./tests/*.test.js" }, "keywords": [ "space", "heater", "space-heater", "heat", "warmth", "cold" ], "author": "Joel Edwards <joeledwards@gmail.com>", "license": "ISC", "devDependencies": { "standard": "^16.0.3", "tap": "^14.11.0" }, "dependencies": { "@buzuli/json": "^2.1.0", "@buzuli/meter": "^1.4.0", "@buzuli/throttle": "^2.0.2", "durations": "^3.4.2", "moment": "^2.29.1", "pretty-bytes": "^5.6.0", "yargs": "^16.2.0" } }