{ "author": "Howard Abrams (http://www.github.com/howardabrams)", "name": "node-mocks-http", "description": "Mock 'http' objects for testing Express routing functions", "version": "1.11.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": ">=0.6" }, "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.7", "chai": "^4.2.0", "eslint": "^7.7.0", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-istanbul": "^1.1.3", "gulp-mocha": "^7.0.2", "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" ] }