You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.7 KiB
JSON
109 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"serve-static@~1.10.2",
|
|
"/Users/alfiepates/src/invoicer/node_modules/express"
|
|
]
|
|
],
|
|
"_from": "serve-static@>=1.10.2 <1.11.0",
|
|
"_id": "serve-static@1.10.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/serve-static",
|
|
"_npmUser": {
|
|
"email": "doug@somethingdoug.com",
|
|
"name": "dougwilson"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "serve-static",
|
|
"raw": "serve-static@~1.10.2",
|
|
"rawSpec": "~1.10.2",
|
|
"scope": null,
|
|
"spec": ">=1.10.2 <1.11.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.2.tgz",
|
|
"_shasum": "feb800d0e722124dd0b00333160c16e9caa8bcb3",
|
|
"_shrinkwrap": null,
|
|
"_spec": "serve-static@~1.10.2",
|
|
"_where": "/Users/alfiepates/src/invoicer/node_modules/express",
|
|
"author": {
|
|
"email": "doug@somethingdoug.com",
|
|
"name": "Douglas Christopher Wilson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/serve-static/issues"
|
|
},
|
|
"dependencies": {
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.1",
|
|
"send": "0.13.1"
|
|
},
|
|
"description": "Serve static files",
|
|
"devDependencies": {
|
|
"istanbul": "0.4.2",
|
|
"mocha": "2.3.4",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "feb800d0e722124dd0b00333160c16e9caa8bcb3",
|
|
"tarball": "http://localhost:4873/serve-static/-/serve-static-1.10.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"gitHead": "aec36c897a33c6c2421fa41cc4947042d67332f6",
|
|
"homepage": "https://github.com/expressjs/serve-static",
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"email": "doug@somethingdoug.com",
|
|
"name": "dougwilson"
|
|
},
|
|
{
|
|
"email": "jonathanrichardong@gmail.com",
|
|
"name": "jongleberry"
|
|
},
|
|
{
|
|
"email": "tj@vision-media.ca",
|
|
"name": "tjholowaychuk"
|
|
},
|
|
{
|
|
"email": "mscdex@mscdex.net",
|
|
"name": "mscdex"
|
|
},
|
|
{
|
|
"email": "fishrock123@rocketmail.com",
|
|
"name": "fishrock123"
|
|
},
|
|
{
|
|
"email": "shtylman@gmail.com",
|
|
"name": "defunctzombie"
|
|
}
|
|
],
|
|
"name": "serve-static",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/serve-static.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.10.2"
|
|
}
|