Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

637975 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/encodeurl

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/encodeurl/README.md
143 Views
0 Comments
# encodeurl

[![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/encodeurl/index.js
131 Views
0 Comments
/*!
* encodeurl
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/encodeurl/LICENSE
207 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/encodeurl/package.json
109 Views
0 Comments
{
"name": "encodeurl",
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
"version": "1.0.2",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
"license": "MIT",
HISTORY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/encodeurl/HISTORY.md
148 Views
0 Comments
1.0.2 / 2018-01-21
==================

* Fix encoding `%` as last character

1.0.1 / 2016-06-09
==================