1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- "koa-router-scan@~0.0.2",
- "D:\\work\\im"
- ]
- ],
- "_from": "koa-router-scan@>=0.0.2 <0.1.0",
- "_id": "koa-router-scan@0.0.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-router-scan",
- "_npmUser": {
- "email": "xiehui.fj@gmail.com",
- "name": "xiehui"
- },
- "_npmVersion": "1.3.25",
- "_phantomChildren": {
- "koa-compose": "2.4.0"
- },
- "_requested": {
- "name": "koa-router-scan",
- "raw": "koa-router-scan@~0.0.2",
- "rawSpec": "~0.0.2",
- "scope": null,
- "spec": ">=0.0.2 <0.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-router-scan/-/koa-router-scan-0.0.2.tgz",
- "_shasum": "3bba874787941b52aedf2630c07334aac3fbc63f",
- "_shrinkwrap": null,
- "_spec": "koa-router-scan@~0.0.2",
- "_where": "D:\\work\\im",
- "author": {
- "email": "xiehui.fj@gmail.com",
- "name": "xiehui"
- },
- "bugs": {
- "url": "https://github.com/xiehui/koa-router-scan/issues"
- },
- "dependencies": {
- "koa-router": "~3.1.0"
- },
- "description": "auto register routes by scan routes files.",
- "devDependencies": {
- "koa": "0.3.0",
- "mocha": "~1.17.1",
- "should": "~3.1.2",
- "supertest": "~0.9.0"
- },
- "directories": {},
- "dist": {
- "shasum": "3bba874787941b52aedf2630c07334aac3fbc63f",
- "tarball": "https://registry.npmjs.org/koa-router-scan/-/koa-router-scan-0.0.2.tgz"
- },
- "engines": {
- "node": "> 0.11.4"
- },
- "homepage": "https://github.com/xiehui/koa-router-scan",
- "keywords": [
- "koa",
- "middleware",
- "router",
- "route"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "xiehui.fj@gmail.com",
- "name": "xiehui"
- }
- ],
- "name": "koa-router-scan",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xiehui/koa-router-scan.git"
- },
- "scripts": {
- "test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive --reporter spec"
- },
- "version": "0.0.2"
- }
|