projecte_ionic/node_modules/connect/package.json
2022-02-09 18:30:03 +01:00

94 lines
2.2 KiB
JSON
Executable file

{
"_from": "connect@^3.7.0",
"_id": "connect@3.7.0",
"_inBundle": false,
"_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
"_location": "/connect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "connect@^3.7.0",
"name": "connect",
"escapedName": "connect",
"rawSpec": "^3.7.0",
"saveSpec": null,
"fetchSpec": "^3.7.0"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
"_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
"_spec": "connect@^3.7.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/karma",
"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"
}