1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_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": [
- "/@nuxt/cli",
- "/@nuxt/loading-screen",
- "/@nuxt/server"
- ],
- "_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
- "_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
- "_spec": "connect@^3.7.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli",
- "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"
- }
|