{ "_args": [ [ "whatwg-url@^6.4.1", "/home/bernhard/freifunk-app/node_modules/jsdom" ] ], "_from": "whatwg-url@>=6.4.1 <7.0.0", "_id": "whatwg-url@6.5.0", "_inCache": true, "_installable": true, "_location": "/whatwg-url", "_nodeVersion": "10.1.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/whatwg-url_6.5.0_1528490251889_0.8751875236451687" }, "_npmUser": { "email": "d@domenic.me", "name": "domenic" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "name": "whatwg-url", "raw": "whatwg-url@^6.4.1", "rawSpec": "^6.4.1", "scope": null, "spec": ">=6.4.1 <7.0.0", "type": "range" }, "_requiredBy": [ "/data-urls", "/jsdom" ], "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz", "_shasum": "f2df02bff176fd65070df74ad5ccbb5a199965a8", "_shrinkwrap": null, "_spec": "whatwg-url@^6.4.1", "_where": "/home/bernhard/freifunk-app/node_modules/jsdom", "author": { "email": "github@smayr.name", "name": "Sebastian Mayr" }, "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": "^4.19.1", "istanbul": "~0.4.5", "jest": "^22.4.3", "jsdom": "^11.8.0", "recast": "~0.14.7", "request": "^2.85.0", "webidl2js": "^7.4.0" }, "directories": {}, "dist": { "fileCount": 12, "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGukMCRA9TVsSAnZWagAAuxgQAJcuS32R2OwcRgbBamBf\nsXbTFoyiLkTEvHUOxf5NXgYRemXmc10+0wyF6tNrprwaZwdxLpvVTOVY+dfy\nUT19eFW+Svt78Qa5J+n+zKHQyPWmVIa96E3zvLuHRcC81/wZ+Hx89EilLboJ\n1uSsv8EjyrjR32aNSf1Z7hdNdiY+LpvZXugjILRMqVCXyQJb6YBLCV3StxWu\n6AQjps6nRtkPMDq1B1+JF7q/27W3Tw+R0NDFYWkfH9eVeMnGNTWcXwAwgG9w\nbX7sUGAGddTnatkoceW1xfZSD8ObQl01gtG4jvFK5b7Hr1zMfSzOmCauinZ0\n/uW/tarU4IWuodAS7/2PZIH3korOlMtRif58aD5jAZcCXuN0b16bCbuD0oz7\nzmsSoIduJJiGImzoLpaRC2Uw5N3lFSLdIYkW7MQXYnJf3vHOIYjBcUq29pwV\n6pzp6yezlwoaI+bEsvX+KUROZb68hHqsHQpNrDAFMVEMRiz9MwmYrCTAZlSh\nMN+Rb+fLo2XVn+qJlUc8T1HDaag03poepkelo8tI9ELCdyiB0m/MRBzxK1cc\nolucD4MB/MEGSeUDQpoJdOLO4OtrwpTs8JO4Gd/QN9qS2aQdHU5dCYybxRQr\nPW9sioc8rH6YcjYiaaPZAf0cdo06hdnUJy29w2r2+Xloh4TNXDYEzNWtVCsq\nGMN1\r\n=RyzT\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "f2df02bff176fd65070df74ad5ccbb5a199965a8", "tarball": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz", "unpackedSize": 77124 }, "files": [ "lib/" ], "gitHead": "4a073d8641307c377ef736d320616018c17c25e4", "homepage": "https://github.com/jsdom/whatwg-url#readme", "jest": { "collectCoverageFrom": [ "!lib/utils.js", "lib/**/*.js" ], "coverageDirectory": "coverage", "coverageReporters": [ "lcov", "text-summary" ], "testEnvironment": "node", "testMatch": [ "/test/**/*.js" ], "testPathIgnorePatterns": [ "^/test/testharness.js$", "^/test/web-platform-tests/" ] }, "license": "MIT", "main": "lib/public-api.js", "maintainers": [ { "name": "domenic", "email": "d@domenic.me" }, { "name": "sebmaster", "email": "sebmaster16@gmail.com" } ], "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": "6.5.0" }