UNPKG

@sophons/request

Version:

🚀 Probably the best Node.js HTTP request component, It also contains a rich stream processing

63 lines (62 loc) • 1.54 kB
{ "name": "@sophons/request", "version": "1.0.7", "author": "chogath", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "🚀 Probably the best Node.js HTTP request component, It also contains a rich stream processing", "keywords": [ "request", "http", "file", "buffer", "stream" ], "homepage": "https://github.com/sophons-space/request#readme", "bugs": { "url": "https://github.com/sophons-space/request/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sophons-space/request" }, "scripts": { "build": "tsc", "test": "jest", "test:coverage": "jest --coverage", "lint": "eslint \"{src,test}/**/*.ts\"", "update:version": "tsc && npm version patch && npm publish --access public" }, "jest": { "testEnvironment": "node", "coverageDirectory": "coverage", "testRegex": "(/test/.spec.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "transform": { "^.+\\.js$": "babel-jest", "^.+\\.ts$": "ts-jest" }, "transformIgnorePatterns": [ "./node_modules/(?!(lodash-es|other-es-lib))" ] }, "dependencies": { "axios": "^0.21.0", "form-data": "^3.0.0" }, "devDependencies": { "@types/jest": "^26.0.15", "@types/koa": "^2.13.0", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "codecov": "^3.8.1", "eslint": "^7.12.1", "jest": "^26.6.3", "koa": "^2.13.1", "koa-body": "^4.2.0", "koa-router": "^10.0.0", "ts-jest": "^26.4.4", "ts-node": "^9.0.0", "typescript": "4.0.5" } }