{ "name": "strict-uri-encode", "version": "1.1.0", "description": "A stricter URI encode adhering to RFC 3986", "license": "MIT", "repository": "kevva/strict-uri-encode", "author": { "name": "Kevin MÃ¥rtensson", "email": "kevinmartensson@gmail.com", "url": "github.com/kevva" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "component", "encode", "RFC3986", "uri" ], "devDependencies": { "ava": "^0.0.4" } ,"_resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz" ,"_integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==" ,"_from": "strict-uri-encode@^1.0.0" }