@slimio/nodejs-downloader
Version:
Node.js binary and headers downloader
68 lines (67 loc) • 1.89 kB
JSON
{
"name": "@slimio/nodejs-downloader",
"version": "0.4.0",
"description": "Node.js binary and headers downloader",
"main": "index.js",
"scripts": {
"prepublishOnly": "pkg-ok",
"test": "ava --verbose --timeout=10s",
"doc": "jsdoc -c ./jsdoc.json -r -R ./README.md -P ./package.json --verbose",
"coverage": "nyc ava",
"report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlimIO/nodejs-downloader.git"
},
"keywords": [
"SlimIO",
"Node.js",
"Downloader",
"Binary",
"Executable"
],
"author": "SlimIO",
"license": "MIT",
"bugs": {
"url": "https://github.com/SlimIO/nodejs-downloader/issues"
},
"homepage": "https://github.com/SlimIO/nodejs-downloader#readme",
"dependencies": {
"@slimio/unzipper": "^0.1.0",
"tar-fs": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@escommunity/minami": "^1.0.0",
"@slimio/eslint-config": "^2.0.3",
"@slimio/is": "^1.5.0",
"@types/node": "^11.11.6",
"ava": "^1.3.1",
"cross-env": "^5.2.0",
"eslint": "^5.14.0",
"husky": "^1.3.1",
"jsdoc": "^3.5.5",
"nyc": "^13.3.0",
"pkg-ok": "^2.3.1",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-push": "npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"nyc": {
"check-coverage": true,
"per-file": false,
"lines": 98,
"statements": 98,
"functions": 98,
"branches": 90
}
}