HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/farhangmoaser/web/node_modules/supertest/package.json
{
  "name": "supertest",
  "version": "1.2.0",
  "description": "Super-agent driven library for testing HTTP servers",
  "main": "index.js",
  "scripts": {
    "pretest": "npm install",
    "test": "mocha --require should --reporter spec --check-leaks"
  },
  "dependencies": {
    "superagent": "^1.7.2",
    "methods": "1.x"
  },
  "devDependencies": {
    "body-parser": "~1.13.2",
    "cookie-parser": "~1.3.5",
    "express": "~4.12.4",
    "mocha": "~2.2.5",
    "should": "~7.0.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "superagent",
    "request",
    "tdd",
    "bdd",
    "http",
    "test",
    "testing"
  ],
  "author": "TJ Holowaychuk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/visionmedia/supertest.git"
  }
}