Commit project
This commit is contained in:
parent
28471965a0
commit
3ac017a5ad
1030 changed files with 94062 additions and 0 deletions
96
node_modules/connect/package.json
generated
vendored
Normal file
96
node_modules/connect/package.json
generated
vendored
Normal file
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"connect@3.6.5",
|
||||
"/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server"
|
||||
]
|
||||
],
|
||||
"_from": "connect@3.6.5",
|
||||
"_id": "connect@3.6.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-+43ee6B2OHfQ7J352sC0tA5yx9o=",
|
||||
"_location": "/connect",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "connect@3.6.5",
|
||||
"name": "connect",
|
||||
"escapedName": "connect",
|
||||
"rawSpec": "3.6.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.6.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.6.5.tgz",
|
||||
"_spec": "3.6.5",
|
||||
"_where": "/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server",
|
||||
"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.6.9",
|
||||
"finalhandler": "1.0.6",
|
||||
"parseurl": "~1.3.2",
|
||||
"utils-merge": "1.0.1"
|
||||
},
|
||||
"description": "High performance middleware framework",
|
||||
"devDependencies": {
|
||||
"eslint": "2.13.1",
|
||||
"mocha": "3.5.3",
|
||||
"nyc": "10.3.2",
|
||||
"supertest": "2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"HISTORY.md",
|
||||
"README.md",
|
||||
"SECURITY.md",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/senchalabs/connect#readme",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"web",
|
||||
"middleware",
|
||||
"connect",
|
||||
"rack"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "connect",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/senchalabs/connect.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
|
||||
"test-cov": "nyc --reporter=text npm test",
|
||||
"test-travis": "nyc --reporter=html --reporter=text npm test"
|
||||
},
|
||||
"version": "3.6.5"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue