2017-01-28 19:02:52 +00:00
|
|
|
{
|
2018-06-18 05:39:42 +00:00
|
|
|
"name": "@pushrocks/smartrequest",
|
2019-10-27 13:39:07 +00:00
|
|
|
"version": "1.1.40",
|
2018-06-13 21:12:37 +00:00
|
|
|
"private": false,
|
2017-01-28 19:02:52 +00:00
|
|
|
"description": "dropin replacement for request",
|
|
|
|
"main": "dist/index.js",
|
2017-01-28 23:51:47 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-01-28 19:02:52 +00:00
|
|
|
"scripts": {
|
2018-08-13 23:46:12 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2017-01-28 19:02:52 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartrequest.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"request"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartrequest/issues"
|
|
|
|
},
|
2017-01-28 23:51:47 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartrequest#README",
|
|
|
|
"dependencies": {
|
2019-09-28 19:40:04 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.5",
|
|
|
|
"@types/form-data": "^2.5.0",
|
2019-09-28 20:50:35 +00:00
|
|
|
"agentkeepalive": "^4.0.2",
|
2019-09-28 19:40:04 +00:00
|
|
|
"form-data": "^2.5.1"
|
2017-01-28 23:51:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-08 15:47:30 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.17",
|
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
|
|
"@gitzone/tstest": "^1.0.24",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
2019-09-28 19:40:04 +00:00
|
|
|
"@types/node": "^12.7.8",
|
|
|
|
"tslint": "^5.20.0",
|
2019-08-22 10:38:11 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2019-08-16 19:38:50 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
|
|
|
"dist_ts_web/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-09-29 14:42:56 +00:00
|
|
|
}
|