| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "url-search-params-polyfill",
- "version": "8.1.0",
- "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"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:25 GMT+0800 (CST)",
- "_from": "url-search-params-polyfill@8.1.0",
- "_resolved": "https://registry.npm.taobao.org/url-search-params-polyfill/download/url-search-params-polyfill-8.1.0.tgz"
- }
|