node-req
Version:
I/O parser for nodejs http request
67 lines (66 loc) • 1.51 kB
JSON
{
"name": "node-req",
"version": "2.1.2",
"description": "I/O parser for nodejs http request",
"main": "index.js",
"files": [
"index.js"
],
"author": "virk",
"license": "MIT",
"bugs": {
"url": "https://github.com/poppinss/node-req/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"accepts": "^1.3.5",
"fresh": "^0.5.2",
"parseurl": "^1.3.2",
"proxy-addr": "^2.0.4",
"qs": "^6.5.2",
"type-is": "^1.6.16"
},
"devDependencies": {
"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.1.0",
"japa": "^1.0.6",
"japa-cli": "^1.0.1",
"nyc": "^12.0.2",
"pem": "^1.12.5",
"semver": "^5.5.1",
"standard": "^11.0.1",
"supertest": "^3.1.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/poppinss/node-req#readme",
"keywords": [
"node-req",
"req",
"node-http-request",
"http-request"
],
"nyc": {
"include": [
"index.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/node-req.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard",
"posttest": "npm run coverage",
"pretest": "npm run lint",
"test": "nyc npm run test:local",
"test:local": "FORCE_COLOR=true node bin/index.js --local",
"test:win": "set FORCE_COLOR=true && node bin/index.js --win"
}
}