num-cpus
Version:
Returns the number of CPUs.
62 lines (61 loc) • 1.36 kB
JSON
{
"name": "num-cpus",
"version": "1.1.0",
"description": "Returns the number of CPUs.",
"author": {
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
"contributors": [
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
}
],
"bin": {
"numcpus": "./bin/cli"
},
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/kgryte/node-num-cpus.git"
},
"keywords": [
"utils",
"utilities",
"utility",
"cpus",
"cores",
"os",
"cpu",
"number",
"num",
"total",
"cluster",
"fork",
"process",
"cli"
],
"bugs": {
"url": "https://github.com/kgryte/node-num-cpus/issues"
},
"dependencies": {
"minimist": "^1.2.0",
"pkginfo": "^0.3.0",
"update-notifier": "^0.5.0"
},
"devDependencies": {
"chai": "3.x.x",
"codecov.io": "^0.1.5",
"istanbul": "^0.3.0",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"mocha": "2.x.x"
},
"license": "MIT"
}