polybius.fyi/reveal.js/node_modules/serve-index/package.json
2017-10-18 15:31:01 +02:00

111 line
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "serve-index@^1.7.1",
"scope": null,
"escapedName": "serve-index",
"name": "serve-index",
"rawSpec": "^1.7.1",
"spec": ">=1.7.1 <2.0.0",
"type": "range"
},
"/home/conte/data/reveal.js/node_modules/grunt-contrib-connect"
]
],
"_from": "serve-index@>=1.7.1 <2.0.0",
"_id": "serve-index@1.9.1",
"_inCache": true,
"_location": "/serve-index",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/serve-index-1.9.1.tgz_1506659829376_0.796724762301892"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {
"depd": "1.1.1",
"inherits": "2.0.3",
"statuses": "1.3.1"
},
"_requested": {
"raw": "serve-index@^1.7.1",
"scope": null,
"escapedName": "serve-index",
"name": "serve-index",
"rawSpec": "^1.7.1",
"spec": ">=1.7.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/grunt-contrib-connect"
],
"_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
"_shasum": "d3768d69b1e7d82e5ce050fff5b453bea12a9239",
"_shrinkwrap": null,
"_spec": "serve-index@^1.7.1",
"_where": "/home/conte/data/reveal.js/node_modules/grunt-contrib-connect",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/expressjs/serve-index/issues"
},
"dependencies": {
"accepts": "~1.3.4",
"batch": "0.6.1",
"debug": "2.6.9",
"escape-html": "~1.0.3",
"http-errors": "~1.6.2",
"mime-types": "~2.1.17",
"parseurl": "~1.3.2"
},
"description": "Serve directory listings",
"devDependencies": {
"after": "0.8.2",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "d3768d69b1e7d82e5ce050fff5b453bea12a9239",
"tarball": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"public/",
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "a399faa1801f02ee1885e5664ed21a9c7990b63a",
"homepage": "https://github.com/expressjs/serve-index#readme",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "serve-index",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/serve-index.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "1.9.1"
}