forked from Mirrors/doipjs
86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
|
{
|
||
|
"_from": "supertest@^5.0.0",
|
||
|
"_id": "supertest@5.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==",
|
||
|
"_location": "/supertest",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "supertest@^5.0.0",
|
||
|
"name": "supertest",
|
||
|
"escapedName": "supertest",
|
||
|
"rawSpec": "^5.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^5.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#DEV:/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/supertest/-/supertest-5.0.0.tgz",
|
||
|
"_shasum": "771aedfeb0a95466cc5d100d5d11288736fd25da",
|
||
|
"_spec": "supertest@^5.0.0",
|
||
|
"_where": "/home/yarmo/dev/keyoxide/doipjs",
|
||
|
"author": {
|
||
|
"name": "TJ Holowaychuk"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/visionmedia/supertest/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Dimitri DO BAIRRO",
|
||
|
"email": "dimitri.dobairro@dimsolution.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"methods": "1.1.2",
|
||
|
"superagent": "6.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "SuperAgent driven library for testing HTTP servers",
|
||
|
"devDependencies": {
|
||
|
"body-parser": "1.19.0",
|
||
|
"cookie-parser": "1.4.5",
|
||
|
"coveralls": "3.1.0",
|
||
|
"eslint": "7.9.0",
|
||
|
"eslint-config-airbnb-base": "14.2.0",
|
||
|
"eslint-plugin-import": "2.22.0",
|
||
|
"express": "4.17.1",
|
||
|
"mocha": "8.1.3",
|
||
|
"nock": "13.0.4",
|
||
|
"nyc": "15.1.0",
|
||
|
"should": "13.2.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/visionmedia/supertest#readme",
|
||
|
"keywords": [
|
||
|
"superagent",
|
||
|
"request",
|
||
|
"tdd",
|
||
|
"bdd",
|
||
|
"http",
|
||
|
"test",
|
||
|
"testing"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "supertest",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/visionmedia/supertest.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||
|
"lint": "eslint lib/**/*.js test/**/*.js index.js",
|
||
|
"lint:fix": "eslint --fix lib/**/*.js test/**/*.js index.js",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks"
|
||
|
},
|
||
|
"version": "5.0.0"
|
||
|
}
|