{ "_from": "supertest@6.2.4", "_id": "supertest@6.2.4", "_inBundle": false, "_integrity": "sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==", "_location": "/supertest", "_phantomChildren": { "component-emitter": "1.3.0", "cookiejar": "2.1.4", "debug": "4.3.4", "dezalgo": "1.0.4", "fast-safe-stringify": "2.1.1", "form-data": "4.0.0", "hexoid": "1.0.0", "lru-cache": "6.0.0", "methods": "1.1.2", "once": "1.4.0", "side-channel": "1.0.4" }, "_requested": { "type": "version", "registry": true, "raw": "supertest@6.2.4", "name": "supertest", "escapedName": "supertest", "rawSpec": "6.2.4", "saveSpec": null, "fetchSpec": "6.2.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/supertest/-/supertest-6.2.4.tgz", "_shasum": "3dcebe42f7fd6f28dd7ac74c6cba881f7101b2f0", "_spec": "supertest@6.2.4", "_where": "/home/l/plc/node-red", "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": "^8.0.0" }, "deprecated": false, "description": "SuperAgent driven library for testing HTTP servers", "devDependencies": { "body-parser": "^1.20.0", "cookie-parser": "^1.4.6", "coveralls": "^3.1.1", "eslint": "^8.18.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "express": "^4.18.1", "mocha": "^10.0.0", "nock": "^13.2.8", "nyc": "^15.1.0", "should": "^13.2.3" }, "engines": { "node": ">=6.4.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": "6.2.4" }