package.json
4.8 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_args": [
[
{
"raw": "koa-body-parsers@git+https://github.com/tunnckoCore/body-parsers.git",
"scope": null,
"escapedName": "koa-body-parsers",
"name": "koa-body-parsers",
"rawSpec": "git+https://github.com/tunnckoCore/body-parsers.git",
"spec": "git+https://github.com/tunnckoCore/body-parsers.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:tunnckoCore/body-parsers.git",
"sshUrl": "git+ssh://git@github.com/tunnckoCore/body-parsers.git",
"httpsUrl": "git+https://github.com/tunnckoCore/body-parsers.git",
"gitUrl": "git://github.com/tunnckoCore/body-parsers.git",
"shortcut": "github:tunnckoCore/body-parsers",
"directUrl": "https://raw.githubusercontent.com/tunnckoCore/body-parsers/master/package.json"
}
},
"/Users/fzy/project/koa2_Sequelize_project/node_modules/koa-better-body"
]
],
"_from": "git+https://github.com/tunnckoCore/body-parsers.git",
"_id": "koa-body-parsers@3.0.0",
"_inCache": true,
"_location": "/koa-body-parsers",
"_phantomChildren": {},
"_requested": {
"raw": "koa-body-parsers@git+https://github.com/tunnckoCore/body-parsers.git",
"scope": null,
"escapedName": "koa-body-parsers",
"name": "koa-body-parsers",
"rawSpec": "git+https://github.com/tunnckoCore/body-parsers.git",
"spec": "git+https://github.com/tunnckoCore/body-parsers.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:tunnckoCore/body-parsers.git",
"sshUrl": "git+ssh://git@github.com/tunnckoCore/body-parsers.git",
"httpsUrl": "git+https://github.com/tunnckoCore/body-parsers.git",
"gitUrl": "git://github.com/tunnckoCore/body-parsers.git",
"shortcut": "github:tunnckoCore/body-parsers",
"directUrl": "https://raw.githubusercontent.com/tunnckoCore/body-parsers/master/package.json"
}
},
"_requiredBy": [
"/koa-better-body"
],
"_resolved": "git+https://github.com/tunnckoCore/body-parsers.git#b515504ef0bfe3e04aa3dd13502d3d90c2d60956",
"_shasum": "4fa7a25d839083b8987fd2f296b672a032b9f1b0",
"_shrinkwrap": null,
"_spec": "koa-body-parsers@git+https://github.com/tunnckoCore/body-parsers.git",
"_where": "/Users/fzy/project/koa2_Sequelize_project/node_modules/koa-better-body",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/koajs/body-parsers/issues"
},
"dependencies": {
"raw-body": "^2.1.0"
},
"description": "collection of koa body parsers",
"devDependencies": {
"istanbul": "^0.4.2",
"koa": "^1.1.2",
"mocha": "^2.2.5",
"standard": "^6.0.8",
"supertest": "^1.0.1"
},
"files": [
"index.js"
],
"gitHead": "b515504ef0bfe3e04aa3dd13502d3d90c2d60956",
"homepage": "https://github.com/koajs/body-parsers#readme",
"keywords": [
"koa",
"body",
"parser",
"parsers"
],
"license": "MIT",
"name": "koa-body-parsers",
"optionalDependencies": {},
"readme": "\n# Koa Body Parsers\n\n[![NPM version][npm-image]][npm-url]\n[![Build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![Dependency Status][david-image]][david-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\nIncludes a `json`, `urlencoded`, and `multipart` parsers,\nas well as a utility to save streams to disk.\n\nSee https://github.com/koajs/koala/blob/master/docs/body-parsing.md for more details.\n\n[npm-image]: https://img.shields.io/npm/v/koa-body-parsers.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/koa-body-parsers\n[travis-image]: https://img.shields.io/travis/koajs/body-parsers.svg?style=flat-square\n[travis-url]: https://travis-ci.org/koajs/body-parsers\n[coveralls-image]: https://img.shields.io/coveralls/koajs/body-parsers.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/koajs/body-parsers\n[david-image]: http://img.shields.io/david/koajs/body-parsers.svg?style=flat-square\n[david-url]: https://david-dm.org/koajs/body-parsers\n[license-image]: http://img.shields.io/npm/l/koa-body-parsers.svg?style=flat-square\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/koa-body-parsers.svg?style=flat-square\n[downloads-url]: https://npmjs.org/package/koa-body-parsers\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/body-parsers.git"
},
"scripts": {
"lint": "standard index.js test/**/*.js",
"test": "mocha",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot"
},
"version": "3.0.0"
}