encodeuri-safe
Version:
idempotent and predictable encodeURIComponent
31 lines (30 loc) • 620 B
JSON
{
"name": "encodeuri-safe",
"version": "0.0.1",
"description": "idempotent and predictable encodeURIComponent",
"main": "index.js",
"scripts": {
"test": "npm run lint && tape test/**.spec.js",
"lint": "semistandard"
},
"keywords": [
"encodeURIComponent",
"decodeURIComponent",
"encodeURI",
"decodeURI",
"idempotent",
"querystring",
"queryparam",
"params",
"encode",
"url",
"parameters",
"converter"
],
"author": "taveras <me@danieltaveras.com>",
"license": "MIT",
"devDependencies": {
"semistandard": "~8.0.0",
"tape": "~4.5.x"
}
}