@zkochan/pnpm
Version:
A fast implementation of npm install
106 lines (105 loc) • 2.69 kB
JSON
{
"_args": [
[
{
"raw": "router@^1.0.0",
"scope": null,
"escapedName": "router",
"name": "router",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"C:\\src\\pnpm\\node_modules\\superstatic"
]
],
"_from": "router@>=1.0.0 <2.0.0",
"_id": "router@1.1.4",
"_inCache": true,
"_installable": true,
"_location": "/router",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "router@^1.0.0",
"scope": null,
"escapedName": "router",
"name": "router",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/superstatic"
],
"_resolved": "https://registry.npmjs.org/router/-/router-1.1.4.tgz",
"_shasum": "5d449dde9d6e0ad5c3f53369064baf7798834a97",
"_shrinkwrap": null,
"_spec": "router@^1.0.0",
"_where": "C:\\src\\pnpm\\node_modules\\superstatic",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/pillarjs/router/issues"
},
"dependencies": {
"array-flatten": "2.0.0",
"debug": "~2.2.0",
"methods": "~1.1.2",
"parseurl": "~1.3.1",
"path-to-regexp": "0.1.7",
"setprototypeof": "1.0.0",
"utils-merge": "1.0.0"
},
"description": "Simple middleware-style router",
"devDependencies": {
"after": "0.8.1",
"finalhandler": "0.4.1",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "5d449dde9d6e0ad5c3f53369064baf7798834a97",
"tarball": "https://registry.npmjs.org/router/-/router-1.1.4.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"lib/",
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "d3a598d3afec5bf55d683f25887bbbf8fd65e4f8",
"homepage": "https://github.com/pillarjs/router",
"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.1.4"
}