123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "_args": [
- [
- "koa-json@~1.1.1",
- "D:\\work\\im"
- ]
- ],
- "_from": "koa-json@>=1.1.1 <1.2.0",
- "_id": "koa-json@1.1.3",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-json",
- "_nodeVersion": "5.11.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/koa-json-1.1.3.tgz_1461820891346_0.7083591541741043"
- },
- "_npmUser": {
- "email": "coderhaoxin@outlook.com",
- "name": "coderhaoxin"
- },
- "_npmVersion": "3.8.6",
- "_phantomChildren": {},
- "_requested": {
- "name": "koa-json",
- "raw": "koa-json@~1.1.1",
- "rawSpec": "~1.1.1",
- "scope": null,
- "spec": ">=1.1.1 <1.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-json/-/koa-json-1.1.3.tgz",
- "_shasum": "59e3363f421f61ef586ad72ca49fce9a85484d26",
- "_shrinkwrap": null,
- "_spec": "koa-json@~1.1.1",
- "_where": "D:\\work\\im",
- "bugs": {
- "url": "https://github.com/koajs/json/issues"
- },
- "dependencies": {
- "koa-is-json": "1",
- "streaming-json-stringify": "3"
- },
- "description": "pretty (non-compressed) json response middleware",
- "devDependencies": {
- "istanbul": "0",
- "koa": "1",
- "mocha": "2",
- "supertest": "1"
- },
- "directories": {},
- "dist": {
- "shasum": "59e3363f421f61ef586ad72ca49fce9a85484d26",
- "tarball": "https://registry.npmjs.org/koa-json/-/koa-json-1.1.3.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "6c6db187957d14609a7ca3339eca24e13dfe9250",
- "homepage": "https://github.com/koajs/json#readme",
- "keywords": [
- "koa",
- "json"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "aheckmann"
- },
- {
- "email": "coderhaoxin@outlook.com",
- "name": "coderhaoxin"
- },
- {
- "email": "dead_horse@qq.com",
- "name": "dead_horse"
- },
- {
- "email": "eivind.fjeldstad@gmail.com",
- "name": "eivifj"
- },
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jonathanong"
- },
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "julian@juliangruber.com",
- "name": "juliangruber"
- },
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- }
- ],
- "name": "koa-json",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/koajs/json.git"
- },
- "scripts": {
- "test": "NODE_ENV=test mocha --reporter spec",
- "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
- "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
- },
- "version": "1.1.3"
- }
|