123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_from": "whatwg-url@^11.0.0",
- "_id": "whatwg-url@11.0.0",
- "_inBundle": false,
- "_integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
- "_location": "/whatwg-url",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "whatwg-url@^11.0.0",
- "name": "whatwg-url",
- "escapedName": "whatwg-url",
- "rawSpec": "^11.0.0",
- "saveSpec": null,
- "fetchSpec": "^11.0.0"
- },
- "_requiredBy": [
- "/mongodb-connection-string-url"
- ],
- "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
- "_shasum": "0a849eebb5faf2119b901bb76fd795c2848d4018",
- "_spec": "whatwg-url@^11.0.0",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongodb-connection-string-url",
- "author": {
- "name": "Sebastian Mayr",
- "email": "github@smayr.name"
- },
- "bugs": {
- "url": "https://github.com/jsdom/whatwg-url/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "tr46": "^3.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "deprecated": false,
- "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
- "devDependencies": {
- "@domenic/eslint-config": "^1.4.0",
- "benchmark": "^2.1.4",
- "browserify": "^17.0.0",
- "domexception": "^4.0.0",
- "eslint": "^7.32.0",
- "got": "^11.8.2",
- "jest": "^27.2.4",
- "webidl2js": "^17.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "files": [
- "index.js",
- "webidl2js-wrapper.js",
- "lib/*.js"
- ],
- "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": "index.js",
- "name": "whatwg-url",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jsdom/whatwg-url.git"
- },
- "scripts": {
- "build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
- "coverage": "jest --coverage",
- "lint": "eslint .",
- "prepare": "node scripts/transform.js",
- "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
- "test": "jest"
- },
- "version": "11.0.0"
- }
|