UNPKG

got-resume-next

Version:

Fetch via HTTP/HTTPS using got with automatic resume after network failures

58 lines (57 loc) 1.58 kB
{ "name": "got-resume-next", "version": "2.1.4", "description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures", "main": "./lib/", "author": { "name": "Overlook Motel" }, "repository": { "type": "git", "url": "https://github.com/overlookmotel/got-resume.git" }, "bugs": { "url": "https://github.com/overlookmotel/got-resume/issues" }, "dependencies": { "agentkeepalive": "^4.1.3", "got": "^11.0.0", "nanoid": "^3.1.20", "pump": "^3.0.0", "readable-stream": "^3.6.0", "through2": "^4.0.2" }, "devDependencies": { "@stae/linters": "^1.0.0", "coveralls": "^3.0.2", "cross-env": "^7.0.0", "istanbul": "^0.4.5", "mocha": "^8.0.0" }, "keywords": [ "download", "resume", "stream", "http", "https", "got", "url", "get", "fetch" ], "scripts": { "test": "npm run test-main && yarn lint", "test-main": "mocha --check-leaks --colors -t 10000 -R spec \"test/**/*.test.js\"", "cover": "npm run cover-main && rm -rf coverage", "coveralls": "npm run cover-main && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", "cover-main": "cross-env COVERAGE=true istanbul cover _mocha --report lcovonly -- -t 10000 -R spec \"test/**/*.test.js\"", "travis": "if [ $COVERAGE ]; then npm run coveralls; else npm test; fi", "lint": "eslint . --fix", "pretty": "prettier '{**/*,*}.{json,md,yaml,js}' --write" }, "engines": { "node": ">=10" }, "readmeFilename": "README.md", "license": "MIT" }