aria2
Version:
Library and for aria2, "The next generation download utility."
44 lines (43 loc) • 900 B
JSON
{
"name": "aria2",
"version": "4.1.2",
"description": "Library and for aria2, \"The next generation download utility.\"",
"homepage": "https://github.com/sonnyp/aria2.js",
"bugs": "https://github.com/sonnyp/aria2.js/issues",
"license": "ISC",
"author": "Sonny Piers <sonny@fastmail.net>",
"keywords": [
"aria2",
"download",
"BitTorrent",
"HTTP",
"HTTPS",
"FTP",
"SFTP",
"MetaLink",
"magnet",
"torrent"
],
"scripts": {
"preversion": "npm test",
"lint": "prettier -l **/*.js",
"unit": "ava",
"test": "npm run unit && npm run lint"
},
"repository": "github:sonnyp/aria2.js",
"dependencies": {
"node-fetch": "^2.6.1",
"ws": "^7.4.0"
},
"devDependencies": {
"ava": "^3.13.0",
"prettier": "2.1.2"
},
"engines": {
"node": ">= 10"
},
"browser": {
"ws": false,
"node-fetch": false
}
}