Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635254 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer/README.md
146 Views
0 Comments
# media-typer

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer/index.js
130 Views
0 Comments
/*!
* media-typer
* Copyright(c) 2014 Douglas Christopher Wilson
* MIT Licensed
*/

/**
* RegExp to match *( ";" parameter ) in RFC 2616 sec 3.7
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer/LICENSE
218 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer/package.json
108 Views
0 Comments
{
"name": "media-typer",
"description": "Simple RFC 6838 media type parser and formatter",
"version": "0.3.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "jshttp/media-typer",
"devDependencies": {
HISTORY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer/HISTORY.md
148 Views
0 Comments
0.3.0 / 2014-09-07
==================

* Support Node.js 0.6
* Throw error when parameter format invalid on parse

0.2.0 / 2014-06-18
==================