Files
UoL/CM2010 Software Design and Development/Topic 2/8.3.1/node_modules/chai-http/package.json
2021-06-16 19:39:43 -05:00

120 lines
3.1 KiB
JSON

{
"_from": "chai-http",
"_id": "chai-http@4.3.0",
"_inBundle": false,
"_integrity": "sha512-zFTxlN7HLMv+7+SPXZdkd5wUlK+KxH6Q7bIEMiEx0FK3zuuMqL7cwICAQ0V1+yYRozBburYuxN1qZstgHpFZQg==",
"_location": "/chai-http",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "chai-http",
"name": "chai-http",
"escapedName": "chai-http",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/chai-http/-/chai-http-4.3.0.tgz",
"_shasum": "3c37c675c1f4fe685185a307e345de7599337c1a",
"_spec": "chai-http",
"_where": "C:\\Files\\Repositories\\UoL\\CM2010 Software Design and Development\\Topic 4\\8.3.1",
"author": {
"name": "Jake Luer",
"email": "jake@alogicalparadox.com"
},
"browser": {
"http": false,
"https": false,
"net": "./lib/net.js",
"querystring": "qs"
},
"bugs": {
"url": "https://github.com/chaijs/chai-http/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jake Luer",
"email": "jake@alogicalparadox.com"
},
{
"name": "Veselin Todorov",
"email": "hi@vesln.com"
},
{
"name": "Keith Cirkel",
"email": "oss@keithcirkel.co.uk",
"url": "http://keithcirkel.co.uk"
}
],
"dependencies": {
"@types/chai": "4",
"@types/superagent": "^3.8.3",
"cookiejar": "^2.1.1",
"is-ip": "^2.0.0",
"methods": "^1.1.2",
"qs": "^6.5.1",
"superagent": "^3.7.0"
},
"deprecated": false,
"description": "Extend Chai Assertion library with tests for http apis",
"devDependencies": {
"chai": "4",
"coveralls": "^3.0.0",
"dox": "^0.9.0",
"es6-shim": "^0.35.1",
"http-server": "^0.10.0",
"istanbul": "^0.4.3",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"simplifyify": "^4.0.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=4"
},
"files": [
"dist/chai-http.js",
"lib/*.js",
"index.js",
"types/index.d.ts"
],
"homepage": "https://github.com/chaijs/chai-http#readme",
"keywords": [
"chai",
"chai-plugin",
"browser",
"http",
"request",
"vendor",
"supertest",
"superagent"
],
"license": "MIT",
"main": "./index",
"name": "chai-http",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chaijs/chai-http.git"
},
"scripts": {
"build": "npm run build:readme && npm run build:js && npm run build:ts",
"build:js": "simplifyify lib/http.js --outfile dist/chai-http.js --bundle --minify --debug --standalone chaiHttp",
"build:readme": "rm -rf README.md && node ./support/readme",
"build:ts": "cd types && tsc",
"posttest": "if [ -z \"$COVERALLS_REPO_TOKEN\" ]; then cat coverage/lcov.info | coveralls; fi",
"prebuild:js": "rm -rf dist",
"server": "http-server -o -c-1",
"start": "npm-run-all --parallel watch server",
"test": "istanbul cover --report lcovonly _mocha",
"watch": "npm run build:js -- --watch"
},
"types": "./types/index.d.ts",
"version": "4.3.0"
}