{ "_args": [ [ "router", "/home/david/programs/testapi" ] ], "_from": "router@latest", "_id": "router@1.3.1", "_inCache": true, "_installable": true, "_location": "/router", "_nodeVersion": "6.10.3", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/router-1.3.1.tgz_1495255090237_0.12299346318468451" }, "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "name": "router", "raw": "router", "rawSpec": "", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/router/-/router-1.3.1.tgz", "_shasum": "e59ef64fafc22194a196986834d887058d76af47", "_shrinkwrap": null, "_spec": "router", "_where": "/home/david/programs/testapi", "author": { "email": "doug@somethingdoug.com", "name": "Douglas Christopher Wilson" }, "bugs": { "url": "https://github.com/pillarjs/router/issues" }, "contributors": [ { "name": "Blake Embrey", "email": "hello@blakeembrey.com" } ], "dependencies": { "array-flatten": "2.1.1", "debug": "2.6.8", "methods": "~1.1.2", "parseurl": "~1.3.1", "path-to-regexp": "0.1.7", "setprototypeof": "1.0.3", "utils-merge": "1.0.0" }, "description": "Simple middleware-style router", "devDependencies": { "after": "0.8.2", "finalhandler": "1.0.3", "istanbul": "0.4.5", "mocha": "2.5.3", "supertest": "1.1.0" }, "directories": {}, "dist": { "shasum": "e59ef64fafc22194a196986834d887058d76af47", "tarball": "https://registry.npmjs.org/router/-/router-1.3.1.tgz" }, "engines": { "node": ">= 0.8" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "index.js", "lib/" ], "gitHead": "0806cac2ea83cfc1532daf7a47efe90ee0b3bda2", "homepage": "https://github.com/pillarjs/router#readme", "license": "MIT", "maintainers": [ { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "name": "router", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/pillarjs/router.git" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "version": "1.3.1" }