123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "koa-router@~3.7.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "koa-router@>=3.7.0 <3.8.0",
- "_id": "koa-router@3.7.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-router",
- "_npmUser": {
- "email": "talk@alexmingoia.com",
- "name": "amingoia"
- },
- "_npmVersion": "1.4.16",
- "_phantomChildren": {},
- "_requested": {
- "name": "koa-router",
- "raw": "koa-router@~3.7.0",
- "rawSpec": "~3.7.0",
- "scope": null,
- "spec": ">=3.7.0 <3.8.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-router/-/koa-router-3.7.0.tgz",
- "_shasum": "0c701f1e8af34317bc78d3a297c897d204395f2a",
- "_shrinkwrap": null,
- "_spec": "koa-router@~3.7.0",
- "_where": "D:\\work\\im",
- "author": {
- "email": "talk@alexmingoia.com",
- "name": "Alex Mingoia"
- },
- "bugs": {
- "url": "https://github.com/alexmingoia/koa-router/issues"
- },
- "dependencies": {
- "debug": "^2.1.0",
- "koa-compose": "^2.3.0",
- "methods": "^1.0.1",
- "path-to-regexp": "^1.0.0"
- },
- "description": "Router middleware for koa. Provides RESTful resource routing.",
- "devDependencies": {
- "koa": "^0.13.0",
- "mocha": "^2.0.1",
- "should": "^4.3.0",
- "supertest": "^0.15.0"
- },
- "directories": {},
- "dist": {
- "shasum": "0c701f1e8af34317bc78d3a297c897d204395f2a",
- "tarball": "https://registry.npmjs.org/koa-router/-/koa-router-3.7.0.tgz"
- },
- "engines": {
- "node": "> 0.11.4"
- },
- "gitHead": "0a61cb2fd1d929556b4c61c17fcfbdf30951acb0",
- "homepage": "https://github.com/alexmingoia/koa-router",
- "keywords": [
- "koa",
- "middleware",
- "router",
- "route"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "talk@alexmingoia.com",
- "name": "amingoia"
- }
- ],
- "name": "koa-router",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/alexmingoia/koa-router.git"
- },
- "scripts": {
- "test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive --reporter spec"
- },
- "version": "3.7.0"
- }
|