123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- "co-body@*",
- "D:\\work\\im\\node_modules\\koa-better-body"
- ]
- ],
- "_from": "co-body@*",
- "_id": "co-body@4.2.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/co-body",
- "_nodeVersion": "4.4.2",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/co-body-4.2.0.tgz_1462381953937_0.9015751462429762"
- },
- "_npmUser": {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- "_npmVersion": "2.15.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "co-body",
- "raw": "co-body@*",
- "rawSpec": "*",
- "scope": null,
- "spec": "*",
- "type": "range"
- },
- "_requiredBy": [
- "/koa-better-body"
- ],
- "_resolved": "https://registry.npmjs.org/co-body/-/co-body-4.2.0.tgz",
- "_shasum": "74df20fa73262125dc45482af04e342ea8db3515",
- "_shrinkwrap": null,
- "_spec": "co-body@*",
- "_where": "D:\\work\\im\\node_modules\\koa-better-body",
- "bugs": {
- "url": "https://github.com/cojs/co-body/issues"
- },
- "dependencies": {
- "inflation": "~2.0.0",
- "qs": "~4.0.0",
- "raw-body": "~2.1.2",
- "type-is": "~1.6.6"
- },
- "description": "request body parsing for co",
- "devDependencies": {
- "istanbul-harmony": "~0.3.16",
- "koa": "~0.21.0",
- "mocha": "*",
- "safe-qs": "^6.0.1",
- "should": "*",
- "supertest": "~1.0.1"
- },
- "directories": {},
- "dist": {
- "shasum": "74df20fa73262125dc45482af04e342ea8db3515",
- "tarball": "https://registry.npmjs.org/co-body/-/co-body-4.2.0.tgz"
- },
- "files": [
- "index.js",
- "lib/"
- ],
- "gitHead": "5a0afedb8e26dd2109ca0186aa76ae6b3276e936",
- "homepage": "https://github.com/cojs/co-body#readme",
- "keywords": [
- "request",
- "parse",
- "parser",
- "json",
- "co",
- "generators",
- "urlencoded"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- },
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- {
- "email": "dead_horse@qq.com",
- "name": "dead_horse"
- }
- ],
- "name": "co-body",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cojs/co-body.git"
- },
- "scripts": {
- "test": "make test",
- "test-cov": "make test-cov"
- },
- "version": "4.2.0"
- }
|