@zkochan/pnpm
Version:
A fast implementation of npm install
136 lines (135 loc) • 3.33 kB
JSON
{
"_args": [
[
{
"raw": "connect@3.4.0",
"scope": null,
"escapedName": "connect",
"name": "connect",
"rawSpec": "3.4.0",
"spec": "3.4.0",
"type": "version"
},
"C:\\src\\pnpm\\node_modules\\metalsmith-start"
]
],
"_from": "connect@3.4.0",
"_id": "connect@3.4.0",
"_inCache": true,
"_installable": true,
"_location": "/connect",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "connect@3.4.0",
"scope": null,
"escapedName": "connect",
"name": "connect",
"rawSpec": "3.4.0",
"spec": "3.4.0",
"type": "version"
},
"_requiredBy": [
"/metalsmith-start",
"/superstatic"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.4.0.tgz",
"_shasum": "ee8789a3bd4604bfda39dbcf1d3bb482dfe6cf24",
"_shrinkwrap": null,
"_spec": "connect@3.4.0",
"_where": "C:\\src\\pnpm\\node_modules\\metalsmith-start",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/senchalabs/connect/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com"
},
{
"name": "Tim Caswell",
"email": "tim@creationix.com"
}
],
"dependencies": {
"debug": "~2.2.0",
"finalhandler": "0.4.0",
"parseurl": "~1.3.0",
"utils-merge": "1.0.0"
},
"description": "High performance middleware framework",
"devDependencies": {
"istanbul": "0.3.15",
"mocha": "2.2.5",
"should": "6.0.3",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "ee8789a3bd4604bfda39dbcf1d3bb482dfe6cf24",
"tarball": "https://registry.npmjs.org/connect/-/connect-3.4.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"History.md",
"Readme.md",
"index.js"
],
"gitHead": "18ea8ff464ce65d1250365aed305e4632e99f8f3",
"homepage": "https://github.com/senchalabs/connect",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "creationix",
"email": "tim@creationix.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "connect",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/senchalabs/connect.git"
},
"scripts": {
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
},
"version": "3.4.0"
}