This commit is contained in:
parent
7a9bf3199a
commit
c294e2e9ae
5702 changed files with 465039 additions and 34 deletions
57
node_modules/supertest/package.json
generated
vendored
Normal file
57
node_modules/supertest/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"name": "supertest",
|
||||
"description": "SuperAgent driven library for testing HTTP servers",
|
||||
"version": "7.2.2",
|
||||
"author": "TJ Holowaychuk",
|
||||
"contributors": [],
|
||||
"dependencies": {
|
||||
"methods": "^1.1.2",
|
||||
"superagent": "^10.3.0",
|
||||
"cookie-signature": "^1.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17",
|
||||
"@commitlint/config-conventional": "17",
|
||||
"body-parser": "^1.20.3",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"express": "^4.18.3",
|
||||
"mocha": "^10.2.0",
|
||||
"nock": "^13.3.8",
|
||||
"nyc": "^15.1.0",
|
||||
"proxyquire": "^2.1.3",
|
||||
"should": "^13.2.3",
|
||||
"sinon": "20.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.18.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"keywords": [
|
||||
"bdd",
|
||||
"http",
|
||||
"request",
|
||||
"superagent",
|
||||
"tdd",
|
||||
"test",
|
||||
"testing"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ladjs/supertest.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
|
||||
"lint": "eslint lib/**/*.js test/**/*.js index.js",
|
||||
"lint:fix": "eslint --fix lib/**/*.js test/**/*.js index.js",
|
||||
"pretest": "npm run lint --if-present",
|
||||
"test": "nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue