{
  "_from": "url-polyfill@1.1.5",
  "_id": "url-polyfill@1.1.5",
  "_inBundle": false,
  "_integrity": "sha512-9XjIJ6nwrU+nGd8t90Ze0Zs7t8A+SU0gqsqPttj6j3zAVe5q0HFcuv37nDBdVSPpi4aTHTfbUF/i+ZVD+o2EbA==",
  "_location": "/url-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "url-polyfill@1.1.5",
    "name": "url-polyfill",
    "escapedName": "url-polyfill",
    "rawSpec": "1.1.5",
    "saveSpec": null,
    "fetchSpec": "1.1.5"
  },
  "_requiredBy": [
    "/umi-build-dev"
  ],
  "_resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.5.tgz",
  "_shasum": "bec79b72b5407dba6d8cced2e32e4ab273aa9fb1",
  "_spec": "url-polyfill@1.1.5",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-build-dev",
  "author": {
    "name": "valentin"
  },
  "bugs": {
    "url": "https://github.com/lifaon74/url-polyfill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Polyfill URL and URLSearchParams",
  "devDependencies": {
    "@types/node": "^10.12.18",
    "http-server": "^0.11.1",
    "selenium-webdriver": "^4.0.0-alpha.1",
    "uglify-js": "^3.4.9"
  },
  "homepage": "https://github.com/lifaon74/url-polyfill#readme",
  "license": "MIT",
  "main": "url-polyfill.js",
  "name": "url-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lifaon74/url-polyfill.git"
  },
  "scripts": {
    "serve": "http-server  ./ -p9876",
    "start": "uglifyjs url-polyfill.js --stats -m -o url-polyfill.min.js",
    "test": "node ./tests/test.js"
  },
  "version": "1.1.5"
}
