You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.4 KiB
60 lines
1.4 KiB
3 years ago
|
{
|
||
|
"name": "light-my-request",
|
||
|
"version": "4.12.0",
|
||
|
"description": "Fake HTTP injection library",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"ajv": "^8.1.0",
|
||
|
"cookie": "^0.5.0",
|
||
|
"process-warning": "^1.0.0",
|
||
|
"set-cookie-parser": "^2.4.1"
|
||
|
},
|
||
|
"types": "index.d.ts",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^17.0.0",
|
||
|
"benchmark": "^2.1.4",
|
||
|
"end-of-stream": "^1.4.4",
|
||
|
"express": "^4.17.1",
|
||
|
"form-auto-content": "^2.0.0",
|
||
|
"form-data": "^4.0.0",
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"semver": "^7.3.5",
|
||
|
"standard": "^17.0.0",
|
||
|
"tap": "^16.0.0",
|
||
|
"tsd": "^0.20.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"benchmark": "node test/benchmark.js",
|
||
|
"coverage": "npm run unit -- --cov --coverage-report=html",
|
||
|
"lint": "standard",
|
||
|
"unit": "tap test/test.js test/*.test.js --100",
|
||
|
"test": "npm run lint && npm run unit && npm run tsd",
|
||
|
"tsd": "tsd"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/fastify/light-my-request.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"inject",
|
||
|
"fake",
|
||
|
"request",
|
||
|
"server"
|
||
|
],
|
||
|
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/fastify/light-my-request/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/fastify/light-my-request/blob/master/README.md",
|
||
|
"tsd": {
|
||
|
"directory": "test"
|
||
|
},
|
||
|
"standard": {
|
||
|
"ignore": [
|
||
|
"test/benchmark.js"
|
||
|
]
|
||
|
}
|
||
|
}
|