aboutsummaryrefslogtreecommitdiff
path: root/node_modules/supertest/package.json
blob: 08d213c48ef3ef5ae615e723f8b8007f60517b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
  "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": {
    "name": "TJ Holowaychuk"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/supertest.git"
  },
  "gitHead": "f4efb75950d3081a06dc1e9e88b0372a0512f08e",
  "bugs": {
    "url": "https://github.com/visionmedia/supertest/issues"
  },
  "homepage": "https://github.com/visionmedia/supertest#readme",
  "_id": "supertest@1.2.0",
  "_shasum": "850a795f9068d2faf19e01799ff09962e0ce43be",
  "_from": "supertest@>=1.2.0 <2.0.0",
  "_npmVersion": "2.14.12",
  "_nodeVersion": "4.2.4",
  "_npmUser": {
    "name": "mikelax",
    "email": "mholtzman@gmail.com"
  },
  "dist": {
    "shasum": "850a795f9068d2faf19e01799ff09962e0ce43be",
    "tarball": "https://registry.npmjs.org/supertest/-/supertest-1.2.0.tgz"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "gjohnson",
      "email": "gjj391@gmail.com"
    },
    {
      "name": "kof",
      "email": "oleg008@gmail.com"
    },
    {
      "name": "defunctzombie",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "mikelax",
      "email": "mholtzman@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/supertest-1.2.0.tgz_1455204548964_0.9615733381360769"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/supertest/-/supertest-1.2.0.tgz"
}