UNPKG

url-search-params-polyfill

Version:
27 lines (26 loc) 730 B
{ "name": "url-search-params-polyfill", "version": "8.2.5", "description": "a simple polyfill for javascript URLSearchParams", "homepage": "https://github.com/jerrybendy/url-search-params-polyfill", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/jerrybendy/url-search-params-polyfill.git" }, "scripts": { "test": "mocha test/index.test.js && mocha test/partial-support.test.js", "istanbul": "istanbul cover _mocha -- test/index.test.js" }, "keywords": [ "polyfill", "URLSearchParams" ], "author": "Jerry Bendy <jerry@icewingcc.com>", "license": "MIT", "devDependencies": { "chai": "^3.5.0", "istanbul": "^0.4.5", "mocha": "^3.2.0" } }