encode-3986
Version:
Like `encodeURIComponent`, but RFC 3986 compliant.
32 lines (31 loc) • 605 B
JSON
{
"name": "encode-3986",
"version": "1.0.0",
"description": "Like `encodeURIComponent`, but RFC 3986 compliant.",
"keywords": [
"encodeURIComponent",
"encode",
"uri",
"RFC3986",
"rfc-3986",
"strict",
"browser",
"browserify"
],
"main": "index.js",
"scripts": {
"test": "tape '*.test.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/m59peacemaker/js-encode-3986"
},
"author": {
"name": "Johnny Hauser",
"email": "johnnyhauser@gmail.com"
},
"license": "CC0-1.0",
"devDependencies": {
"tape": "^4.6.3"
}
}