{ "name": "pct-encode", "version": "1.0.2", "description": "Percent-encode characters in strings matching a regular expression", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/grncdr/pct-encode" }, "keywords": [ "uri", "url", "pct", "encode" ], "license": "BSD", "testling": { "files": "test.js", "browsers": { "iexplore": [ 8, 9, 10 ], "chrome": [ "canary" ], "firefox": [ "nightly" ], "opera": [ "next" ], "iphone": [ "6.0" ], "ipad": [ "6.0" ], "safari": [ "6.0" ], "android-browser": [ "4.2" ] } }, "devDependencies": { "tape": "~2.0.0" } }