github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example-nodejs-fileserver/node_modules/serve-index/package.json (about)

     1  {
     2    "name": "serve-index",
     3    "description": "Serve directory listings",
     4    "version": "1.7.3",
     5    "author": {
     6      "name": "Douglas Christopher Wilson",
     7      "email": "doug@somethingdoug.com"
     8    },
     9    "license": "MIT",
    10    "repository": {
    11      "type": "git",
    12      "url": "git+https://github.com/expressjs/serve-index.git"
    13    },
    14    "dependencies": {
    15      "accepts": "~1.2.13",
    16      "batch": "0.5.3",
    17      "debug": "~2.2.0",
    18      "escape-html": "~1.0.3",
    19      "http-errors": "~1.3.1",
    20      "mime-types": "~2.1.9",
    21      "parseurl": "~1.3.1"
    22    },
    23    "devDependencies": {
    24      "after": "0.8.1",
    25      "istanbul": "0.4.2",
    26      "mocha": "2.3.4",
    27      "supertest": "1.1.0"
    28    },
    29    "files": [
    30      "public/",
    31      "LICENSE",
    32      "HISTORY.md",
    33      "index.js"
    34    ],
    35    "engines": {
    36      "node": ">= 0.8.0"
    37    },
    38    "scripts": {
    39      "test": "mocha --reporter spec --bail --check-leaks test/",
    40      "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    41      "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
    42    },
    43    "gitHead": "fc9db6b56a5bd6ae37f635a7cc7230ab83343fc1",
    44    "bugs": {
    45      "url": "https://github.com/expressjs/serve-index/issues"
    46    },
    47    "homepage": "https://github.com/expressjs/serve-index#readme",
    48    "_id": "serve-index@1.7.3",
    49    "_shasum": "7a057fc6ee28dc63f64566e5fa57b111a86aecd2",
    50    "_from": "serve-index@latest",
    51    "_npmVersion": "2.14.7",
    52    "_nodeVersion": "4.2.3",
    53    "_npmUser": {
    54      "name": "dougwilson",
    55      "email": "doug@somethingdoug.com"
    56    },
    57    "dist": {
    58      "shasum": "7a057fc6ee28dc63f64566e5fa57b111a86aecd2",
    59      "tarball": "https://registry.npmjs.org/serve-index/-/serve-index-1.7.3.tgz"
    60    },
    61    "maintainers": [
    62      {
    63        "name": "dougwilson",
    64        "email": "doug@somethingdoug.com"
    65      },
    66      {
    67        "name": "jongleberry",
    68        "email": "jonathanrichardong@gmail.com"
    69      },
    70      {
    71        "name": "tjholowaychuk",
    72        "email": "tj@vision-media.ca"
    73      },
    74      {
    75        "name": "mscdex",
    76        "email": "mscdex@mscdex.net"
    77      },
    78      {
    79        "name": "fishrock123",
    80        "email": "fishrock123@rocketmail.com"
    81      },
    82      {
    83        "name": "defunctzombie",
    84        "email": "shtylman@gmail.com"
    85      }
    86    ],
    87    "directories": {},
    88    "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.7.3.tgz"
    89  }