{
  "_args": [
    [
      {
        "raw": "whatwg-url@^7.0.0",
        "scope": null,
        "escapedName": "whatwg-url",
        "name": "whatwg-url",
        "rawSpec": "^7.0.0",
        "spec": ">=7.0.0 <8.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-foobar/node_modules/universal-url"
    ]
  ],
  "_from": "whatwg-url@>=7.0.0 <8.0.0",
  "_hasShrinkwrap": false,
  "_id": "whatwg-url@7.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/whatwg-url",
  "_nodeVersion": "9.4.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/whatwg-url_7.0.0_1534620878844_0.5401327223354646"
  },
  "_npmUser": {
    "name": "domenic",
    "email": "d@domenic.me"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "whatwg-url@^7.0.0",
    "scope": null,
    "escapedName": "whatwg-url",
    "name": "whatwg-url",
    "rawSpec": "^7.0.0",
    "spec": ">=7.0.0 <8.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/universal-url"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz",
  "_shasum": "fde926fa54a599f3adf82dff25a9f7be02dc6edd",
  "_shrinkwrap": null,
  "_spec": "whatwg-url@^7.0.0",
  "_where": "/home/lively4/lively4/lively4-foobar/node_modules/universal-url",
  "author": {
    "name": "Sebastian Mayr",
    "email": "github@smayr.name"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-url/issues"
  },
  "dependencies": {
    "lodash.sortby": "^4.7.0",
    "tr46": "^1.0.1",
    "webidl-conversions": "^4.0.2"
  },
  "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  "devDependencies": {
    "browserify": "^16.2.2",
    "domexception": "^1.0.1",
    "eslint": "^5.4.0",
    "jest": "^23.5.0",
    "jsdom": "^11.12.0",
    "recast": "^0.15.3",
    "request": "^2.88.0",
    "webidl2js": "^9.0.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==",
    "shasum": "fde926fa54a599f3adf82dff25a9f7be02dc6edd",
    "tarball": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz",
    "fileCount": 12,
    "unpackedSize": 77922,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbeHTPCRA9TVsSAnZWagAAuVAP/1jFnEAG6pv1D9ieOgVP\nnXfT8Y/cxmm6Ztlvrl0vPEoifDnbAGKvI4IwHLRbgu54n8Iz1x0hg+6I6RKY\nyi12yVbJZd8S98cT0OjffKL2L1jPNLyQeEAvC8to/NgIiHfpjPPpeA6i9X5c\nvIkbYYCA6d7a/bpqIgpNf5rpiTsOQDtrejdbsvrNP1kox17yAoY1b96NzDtJ\n66UQRlFCuS6MgkZeDyzqST1q/gF+UwxpaKvDNnXS3JRdlfl5IjgC+0bNZDuo\nBLCnk2OLAoFzPgkUI3cZVsH4QAUFwA86YnLcG2FPO8FzanAi4nrCOj7Xd2/V\nF9xjzRUcu6kIwmKtGloyE1cDlzJJvEWtrsesA5vy4Chxx0BL8quIxHneFXrD\nOWPeCkuh/jAZOfdit9ORUaPY2DUxfF2LCnTMKletAm7ANppGUgS8uomF/ktg\nFpr7sE/tXwfOccTCLN0VOouLdoGuavtZThfWj5s9VjjAOASxjqnTH/7SJYIT\nHJi/gjIGVGaqu4CDsk9YYGb1i5nZcnv3hRKGT+wSwYl4zCryEq7WQAnGxGYJ\nlJNvOeN/kFHRERs/4yVH6szybwFBKEepwii6IXFU+qNeO5b3c4/91CiWcPhi\nSQoCLv48nmt2+7pg+7hJf1I1+imIDT2PWTYfQk4yPz6dZLTqcg43vnOrOWjQ\n3eFw\r\n=468P\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "a7ca3cad23d5c4cb263c751492f4a1f867dfafca",
  "homepage": "https://github.com/jsdom/whatwg-url#readme",
  "jest": {
    "collectCoverageFrom": [
      "lib/**/*.js",
      "!lib/utils.js"
    ],
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "lcov",
      "text-summary"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*.js"
    ],
    "testPathIgnorePatterns": [
      "^<rootDir>/test/testharness.js$",
      "^<rootDir>/test/web-platform-tests/"
    ]
  },
  "license": "MIT",
  "main": "lib/public-api.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "d@domenic.me"
    },
    {
      "name": "joris-van-der-wel",
      "email": "joris@jorisvanderwel.com"
    },
    {
      "name": "sebmaster",
      "email": "sebmaster16@gmail.com"
    },
    {
      "name": "timothygu",
      "email": "timothygu99@gmail.com"
    },
    {
      "name": "tmpvar",
      "email": "tmpvar@gmail.com"
    },
    {
      "name": "zirro",
      "email": "code@zirro.se"
    }
  ],
  "name": "whatwg-url",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-url.git"
  },
  "scripts": {
    "build": "node scripts/transform.js && node scripts/convert-idl.js",
    "build-live-viewer": "browserify lib/public-api.js --standalone whatwgURL > live-viewer/whatwg-url.js",
    "coverage": "jest --coverage",
    "lint": "eslint .",
    "prepublish": "node scripts/transform.js && node scripts/convert-idl.js",
    "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js && node scripts/convert-idl.js",
    "test": "jest"
  },
  "version": "7.0.0"
}
