UNPKG

encodeurionce

Version:

A utility to ensure that a string is url encoded exactly once.

34 lines (33 loc) 730 B
{ "name": "encodeurionce", "version": "1.0.0", "description": "A utility to ensure that a string is url encoded exactly once.", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+https://github.com/dmitrydwhite/encodeUriOnce.git" }, "keywords": [ "encodeURI", "exactly", "once" ], "author": "dmitrydwhite", "license": "ISC", "bugs": { "url": "https://github.com/dmitrydwhite/encodeUriOnce/issues" }, "homepage": "https://github.com/dmitrydwhite/encodeUriOnce#readme", "devDependencies": { "chai": "^4.1.2", "mocha": "^4.0.1", "nyc": "^11.2.1" } }