123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- {
- "raw": "koa-convert@^1.2.0",
- "scope": null,
- "escapedName": "koa-convert",
- "name": "koa-convert",
- "rawSpec": "^1.2.0",
- "spec": ">=1.2.0 <2.0.0",
- "type": "range"
- },
- "/data/feimat/test_yali/liveserver/node_modules/koa"
- ]
- ],
- "_from": "koa-convert@>=1.2.0 <2.0.0",
- "_id": "koa-convert@1.2.0",
- "_inCache": true,
- "_location": "/koa-convert",
- "_nodeVersion": "5.0.0",
- "_npmUser": {
- "name": "gyson",
- "email": "eilian.yunsong@gmail.com"
- },
- "_npmVersion": "3.3.6",
- "_phantomChildren": {
- "any-promise": "1.3.0"
- },
- "_requested": {
- "raw": "koa-convert@^1.2.0",
- "scope": null,
- "escapedName": "koa-convert",
- "name": "koa-convert",
- "rawSpec": "^1.2.0",
- "spec": ">=1.2.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa"
- ],
- "_resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz",
- "_shasum": "da40875df49de0539098d1700b50820cebcd21d0",
- "_shrinkwrap": null,
- "_spec": "koa-convert@^1.2.0",
- "_where": "/data/feimat/test_yali/liveserver/node_modules/koa",
- "author": {
- "name": "gyson",
- "email": "eilian.yunsong@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/gyson/koa-convert/issues"
- },
- "dependencies": {
- "co": "^4.6.0",
- "koa-compose": "^3.0.0"
- },
- "description": "convert koa legacy generator-based middleware to promise-based middleware",
- "devDependencies": {
- "koa": "^2.0.0-alpha.2",
- "koa-v1": "^1.0.0",
- "mocha": "^2.3.3",
- "standard": "^5.3.1",
- "supertest": "^1.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "da40875df49de0539098d1700b50820cebcd21d0",
- "tarball": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz"
- },
- "engines": {
- "node": ">= 4"
- },
- "gitHead": "da39a5291fb1d2bfa5f2406423091bbf185d2639",
- "homepage": "https://github.com/gyson/koa-convert#readme",
- "keywords": [
- "koa",
- "middleware",
- "convert"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "gyson",
- "email": "eilian.yunsong@gmail.com"
- }
- ],
- "name": "koa-convert",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gyson/koa-convert.git"
- },
- "scripts": {
- "test": "standard && mocha test.js"
- },
- "version": "1.2.0"
- }
|