[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "connect@3.7.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "connect@3.7.0",
|
---|
| 10 | "_id": "connect@3.7.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
|
---|
| 13 | "_location": "/connect",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "connect@3.7.0",
|
---|
| 19 | "name": "connect",
|
---|
| 20 | "escapedName": "connect",
|
---|
| 21 | "rawSpec": "3.7.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.7.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/karma"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
|
---|
| 29 | "_spec": "3.7.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "TJ Holowaychuk",
|
---|
| 33 | "email": "tj@vision-media.ca",
|
---|
| 34 | "url": "http://tjholowaychuk.com"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/senchalabs/connect/issues"
|
---|
| 38 | },
|
---|
| 39 | "contributors": [
|
---|
| 40 | {
|
---|
| 41 | "name": "Douglas Christopher Wilson",
|
---|
| 42 | "email": "doug@somethingdoug.com"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "Jonathan Ong",
|
---|
| 46 | "email": "me@jongleberry.com"
|
---|
| 47 | },
|
---|
| 48 | {
|
---|
| 49 | "name": "Tim Caswell",
|
---|
| 50 | "email": "tim@creationix.com"
|
---|
| 51 | }
|
---|
[6a3a178] | 52 | ],
|
---|
| 53 | "dependencies": {
|
---|
| 54 | "debug": "2.6.9",
|
---|
| 55 | "finalhandler": "1.1.2",
|
---|
| 56 | "parseurl": "~1.3.3",
|
---|
| 57 | "utils-merge": "1.0.1"
|
---|
| 58 | },
|
---|
[59329aa] | 59 | "description": "High performance middleware framework",
|
---|
[6a3a178] | 60 | "devDependencies": {
|
---|
| 61 | "eslint": "4.19.1",
|
---|
| 62 | "mocha": "6.1.4",
|
---|
| 63 | "nyc": "14.1.1",
|
---|
| 64 | "supertest": "4.0.2"
|
---|
| 65 | },
|
---|
[59329aa] | 66 | "engines": {
|
---|
| 67 | "node": ">= 0.10.0"
|
---|
| 68 | },
|
---|
[6a3a178] | 69 | "files": [
|
---|
| 70 | "LICENSE",
|
---|
| 71 | "HISTORY.md",
|
---|
| 72 | "README.md",
|
---|
| 73 | "SECURITY.md",
|
---|
| 74 | "index.js"
|
---|
| 75 | ],
|
---|
[59329aa] | 76 | "homepage": "https://github.com/senchalabs/connect#readme",
|
---|
| 77 | "keywords": [
|
---|
| 78 | "framework",
|
---|
| 79 | "web",
|
---|
| 80 | "middleware",
|
---|
| 81 | "connect",
|
---|
| 82 | "rack"
|
---|
| 83 | ],
|
---|
| 84 | "license": "MIT",
|
---|
| 85 | "name": "connect",
|
---|
| 86 | "repository": {
|
---|
| 87 | "type": "git",
|
---|
| 88 | "url": "git+https://github.com/senchalabs/connect.git"
|
---|
[6a3a178] | 89 | },
|
---|
| 90 | "scripts": {
|
---|
| 91 | "lint": "eslint .",
|
---|
| 92 | "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
|
---|
| 93 | "test-cov": "nyc --reporter=html --reporter=text npm test",
|
---|
| 94 | "test-travis": "nyc --reporter=text npm test"
|
---|
[59329aa] | 95 | },
|
---|
| 96 | "version": "3.7.0"
|
---|
[6a3a178] | 97 | }
|
---|