123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_from": "connect@3.6.6",
- "_id": "connect@3.6.6",
- "_inBundle": false,
- "_integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=",
- "_location": "/connect",
- "_phantomChildren": {
- "encodeurl": "1.0.2",
- "escape-html": "1.0.3",
- "on-finished": "2.3.0",
- "parseurl": "1.3.3",
- "unpipe": "1.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "connect@3.6.6",
- "name": "connect",
- "escapedName": "connect",
- "rawSpec": "3.6.6",
- "saveSpec": null,
- "fetchSpec": "3.6.6"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npm.taobao.org/connect/download/connect-3.6.6.tgz",
- "_shasum": "09eff6c55af7236e137135a72574858b6786f524",
- "_spec": "connect@3.6.6",
- "_where": "D:\\bomanss\\ruoyi-ui",
- "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.0",
- "parseurl": "~1.3.2",
- "utils-merge": "1.0.1"
- },
- "deprecated": false,
- "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.6"
- }
|