1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/apps/account-portal/packages/server/node_modules/node-mocks-http/package.json
2023-10-17 10:59:46 +02:00

76 lines
1.8 KiB
JSON

{
"author": "Howard Abrams <howard.abrams@gmail.com> (http://www.github.com/howardabrams)",
"name": "node-mocks-http",
"description": "Mock 'http' objects for testing Express routing functions",
"version": "1.13.0",
"homepage": "https://github.com/howardabrams/node-mocks-http",
"bugs": {
"url": "https://github.com/howardabrams/node-mocks-http/issues"
},
"contributors": [
{
"name": "Howard Abrams",
"email": "howard.abrams@gmail.com",
"url": "https://github.com/howardabrams"
},
{
"name": "Johnny Estilles",
"email": "johnny.estilles@agentia.asia",
"url": "https://github.com/JohnnyEstilles"
}
],
"license": "MIT",
"keywords": [
"mock",
"stub",
"dummy",
"nodejs",
"js",
"testing",
"test",
"http",
"http mock"
],
"repository": {
"type": "git",
"url": "git://github.com/howardabrams/node-mocks-http.git"
},
"main": "./lib/http-mock.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=14"
},
"dependencies": {
"accepts": "^1.3.7",
"content-disposition": "^0.5.3",
"depd": "^1.1.0",
"fresh": "^0.5.2",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.3.4",
"parseurl": "^1.3.3",
"range-parser": "^1.2.0",
"type-is": "^1.6.18"
},
"devDependencies": {
"@types/express": "^4.17.17",
"chai": "^4.2.0",
"eslint": "^7.7.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^8.1.1",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0"
},
"scripts": {
"spec": "gulp spec",
"test": "gulp test",
"postversion": "npm publish && git push --follow-tags"
},
"files": [
"lib"
]
}