96 lines
2.3 KiB
JSON
96 lines
2.3 KiB
JSON
|
{
|
||
|
"_from": "connect@^3.6.5",
|
||
|
"_id": "connect@3.7.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
|
||
|
"_location": "/connect",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "connect@^3.6.5",
|
||
|
"name": "connect",
|
||
|
"escapedName": "connect",
|
||
|
"rawSpec": "^3.6.5",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.6.5"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@react-native-community/cli-server-api",
|
||
|
"/metro",
|
||
|
"/metro-inspector-proxy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
|
||
|
"_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
|
||
|
"_spec": "connect@^3.6.5",
|
||
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-native-community/cli-server-api",
|
||
|
"author": {
|
||
|
"name": "TJ Holowaychuk",
|
||
|
"email": "tj@vision-media.ca",
|
||
|
"url": "http://tjholowaychuk.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/senchalabs/connect/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"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.1.2",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"utils-merge": "1.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "High performance middleware framework",
|
||
|
"devDependencies": {
|
||
|
"eslint": "4.19.1",
|
||
|
"mocha": "6.1.4",
|
||
|
"nyc": "14.1.1",
|
||
|
"supertest": "4.0.2"
|
||
|
},
|
||
|
"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=html --reporter=text npm test",
|
||
|
"test-travis": "nyc --reporter=text npm test"
|
||
|
},
|
||
|
"version": "3.7.0"
|
||
|
}
|