Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636354 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/serve-static

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/serve-static/README.md
147 Views
0 Comments
# serve-static

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Linux Build][github-actions-ci-image]][github-actions-ci-url]
[![Windows Build][appveyor-image]][appveyor-url]
[![Test Coverage][coveralls-image]][coveralls-url]

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/serve-static/index.js
122 Views
0 Comments
/*!
* serve-static
* Copyright(c) 2010 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* Copyright(c) 2014-2016 Douglas Christopher Wilson
* MIT Licensed
*/

LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/serve-static/LICENSE
189 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/serve-static/package.json
105 Views
0 Comments
{
"name": "serve-static",
"description": "Serve static files",
"version": "1.15.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-static",
"dependencies": {
HISTORY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/serve-static/HISTORY.md
133 Views
0 Comments
1.15.0 / 2022-03-24
===================

* deps: send@0.18.0
- Fix emitted 416 error missing headers property
- Limit the headers removed for 304 response
- deps: depd@2.0.0
- deps: destroy@1.2.0