| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "serve-index@^1.9.1",
- "_id": "serve-index@1.9.2",
- "_inBundle": false,
- "_integrity": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==",
- "_location": "/serve-index",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "toidentifier": "1.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "serve-index@^1.9.1",
- "name": "serve-index",
- "escapedName": "serve-index",
- "rawSpec": "^1.9.1",
- "saveSpec": null,
- "fetchSpec": "^1.9.1"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.2.tgz",
- "_shasum": "2988e3612106d78a5e4849ddff552ce7bd3d9bcb",
- "_spec": "serve-index@^1.9.1",
- "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack-dev-server",
- "author": {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- "bugs": {
- "url": "https://github.com/expressjs/serve-index/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "accepts": "~1.3.8",
- "batch": "0.6.1",
- "debug": "2.6.9",
- "escape-html": "~1.0.3",
- "http-errors": "~1.8.0",
- "mime-types": "~2.1.35",
- "parseurl": "~1.3.3"
- },
- "deprecated": false,
- "description": "Serve directory listings",
- "devDependencies": {
- "after": "0.8.2",
- "eslint": "7.23.0",
- "eslint-plugin-markdown": "2.0.0",
- "mocha": "10.4.0",
- "nyc": "15.1.0",
- "supertest": "6.3.4"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "files": [
- "public/",
- "LICENSE",
- "README.md",
- "index.js"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/express"
- },
- "homepage": "https://github.com/expressjs/serve-index#readme",
- "license": "MIT",
- "name": "serve-index",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/expressjs/serve-index.git"
- },
- "scripts": {
- "lint": "eslint .",
- "test": "mocha --reporter spec --check-leaks test/",
- "test-ci": "nyc --reporter=lcov --reporter=text npm test",
- "test-cov": "nyc --reporter=html --reporter=text npm test"
- },
- "version": "1.9.2"
- }
|