summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json
blob: 2d75d95f23a9f4d3e973079c9ed334cb87c9c313 (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
88
{
  "name": "body-parser",
  "description": "Node.js body parsing middleware",
  "version": "1.15.2",
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/body-parser.git"
  },
  "dependencies": {
    "bytes": "2.4.0",
    "content-type": "~1.0.2",
    "debug": "~2.2.0",
    "depd": "~1.1.0",
    "http-errors": "~1.5.0",
    "iconv-lite": "0.4.13",
    "on-finished": "~2.3.0",
    "qs": "6.2.0",
    "raw-body": "~2.1.7",
    "type-is": "~1.6.13"
  },
  "devDependencies": {
    "eslint": "2.13.0",
    "eslint-config-standard": "5.3.1",
    "eslint-plugin-promise": "1.3.2",
    "eslint-plugin-standard": "1.3.2",
    "istanbul": "0.4.3",
    "methods": "1.1.2",
    "mocha": "2.5.3",
    "supertest": "1.1.0"
  },
  "files": [
    "lib/",
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8"
  },
  "scripts": {
    "lint": "eslint **/*.js",
    "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  },
  "gitHead": "3c8218446d919a5e87fa696971fb7f69b10afc1c",
  "bugs": {
    "url": "https://github.com/expressjs/body-parser/issues"
  },
  "homepage": "https://github.com/expressjs/body-parser#readme",
  "_id": "body-parser@1.15.2",
  "_shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
  "_from": "body-parser@latest",
  "_npmVersion": "2.15.1",
  "_nodeVersion": "4.4.3",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "dist": {
    "shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
    "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/body-parser-1.15.2.tgz_1466393694089_0.7908455491997302"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
}