{
  "_from": "url-search-params-polyfill@^8.1.0",
  "_id": "url-search-params-polyfill@8.1.0",
  "_inBundle": false,
  "_integrity": "sha512-MRG3vzXyG20BJ2fox50/9ZRoe+2h3RM7DIudVD2u/GY9MtayO1Dkrna76IUOak+uoUPVWbyR0pHCzxctP/eDYQ==",
  "_location": "/url-search-params-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "url-search-params-polyfill@^8.1.0",
    "name": "url-search-params-polyfill",
    "escapedName": "url-search-params-polyfill",
    "rawSpec": "^8.1.0",
    "saveSpec": null,
    "fetchSpec": "^8.1.0"
  },
  "_requiredBy": [
    "/vue-gtm"
  ],
  "_resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.1.0.tgz",
  "_shasum": "5c15b69687165bfd4f6c7d8a161d70d85385885b",
  "_spec": "url-search-params-polyfill@^8.1.0",
  "_where": "/var/www/html/app/node_modules/vue-gtm",
  "author": {
    "name": "Jerry Bendy",
    "email": "jerry@icewingcc.com"
  },
  "bugs": {
    "url": "https://github.com/jerrybendy/url-search-params-polyfill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "a simple polyfill for javascript URLSearchParams",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "homepage": "https://github.com/jerrybendy/url-search-params-polyfill",
  "keywords": [
    "polyfill",
    "URLSearchParams"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "url-search-params-polyfill",
  "repository": {
    "type": "git",
    "url": "git://github.com/jerrybendy/url-search-params-polyfill.git"
  },
  "scripts": {
    "istanbul": "istanbul cover _mocha -- test/index.test.js",
    "test": "mocha test/index.test.js && mocha test/partial-support.test.js"
  },
  "version": "8.1.0"
}
