Bones/node_modules/serve-index/package.json

98 lines
2.6 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"serve-index@1.8.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync"
]
],
"_from": "serve-index@1.8.0",
"_id": "serve-index@1.8.0",
"_inCache": true,
"_location": "/serve-index",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/serve-index-1.8.0.tgz_1466180024696_0.9007518284488469"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "serve-index",
"raw": "serve-index@1.8.0",
"rawSpec": "1.8.0",
"scope": null,
"spec": "1.8.0",
"type": "version"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.8.0.tgz",
"_shasum": "7c5d96c13fb131101f93c1c5774f8516a1e78d3b",
"_shrinkwrap": null,
"_spec": "serve-index@1.8.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync",
"author": {
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
"bugs": {
"url": "https://github.com/expressjs/serve-index/issues"
},
"dependencies": {
"accepts": "~1.3.3",
"batch": "0.5.3",
"debug": "~2.2.0",
"escape-html": "~1.0.3",
"http-errors": "~1.5.0",
"mime-types": "~2.1.11",
"parseurl": "~1.3.1"
},
"description": "Serve directory listings",
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.4.3",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "7c5d96c13fb131101f93c1c5774f8516a1e78d3b",
"tarball": "https://registry.npmjs.org/serve-index/-/serve-index-1.8.0.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"public/"
],
"gitHead": "357452911dce2d17fd90aea7c1b5e69781b7f464",
"homepage": "https://github.com/expressjs/serve-index",
"installable": true,
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "serve-index",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/expressjs/serve-index"
},
"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.8.0"
}