You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

117 lines
3.0 KiB

{
"_args": [
[
{
"raw": "serve-static@~1.7.1",
"scope": null,
"escapedName": "serve-static",
"name": "serve-static",
"rawSpec": "~1.7.1",
"spec": ">=1.7.1 <1.8.0",
"type": "range"
},
"/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
]
],
"_from": "serve-static@>=1.7.1 <1.8.0",
"_id": "serve-static@1.7.2",
"_inCache": true,
"_location": "/serve-static",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "serve-static@~1.7.1",
"scope": null,
"escapedName": "serve-static",
"name": "serve-static",
"rawSpec": "~1.7.1",
"spec": ">=1.7.1 <1.8.0",
"type": "range"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.7.2.tgz",
"_shasum": "3164ce06d4e6c3459bdcc9d6018fb4fb35e84b39",
"_shrinkwrap": null,
"_spec": "serve-static@~1.7.1",
"_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/expressjs/serve-static/issues"
},
"dependencies": {
"escape-html": "1.0.1",
"parseurl": "~1.3.0",
"send": "0.10.1",
"utils-merge": "1.0.0"
},
"description": "Serve static files",
"devDependencies": {
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"supertest": "~0.15.0"
},
"directories": {},
"dist": {
"shasum": "3164ce06d4e6c3459bdcc9d6018fb4fb35e84b39",
"tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.7.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "40f88bd0269cd4f4ffcb52bded570ad57e4b56ba",
"homepage": "https://github.com/expressjs/serve-static",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"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-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.7.2"
}