{
  "_from": "@smithy/url-parser@^4.2.8",
  "_id": "@smithy/url-parser@4.2.8",
  "_inBundle": false,
  "_integrity": "sha512-NQho9U68TGMEU639YkXnVMV3GEFFULmmaWdlu1E9qzyIePOHsoSnagTGSDv1Zi8DCNN6btxOSdgmy5E/hsZwhA==",
  "_location": "/@smithy/url-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@smithy/url-parser@^4.2.8",
    "name": "@smithy/url-parser",
    "escapedName": "@smithy%2furl-parser",
    "scope": "@smithy",
    "rawSpec": "^4.2.8",
    "saveSpec": null,
    "fetchSpec": "^4.2.8"
  },
  "_requiredBy": [
    "/@aws-sdk/client-s3",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/client-sso/@aws-sdk/util-endpoints",
    "/@aws-sdk/middleware-user-agent/@aws-sdk/util-endpoints",
    "/@aws-sdk/nested-clients",
    "/@aws-sdk/nested-clients/@aws-sdk/util-endpoints",
    "/@aws-sdk/util-endpoints",
    "/@smithy/credential-provider-imds",
    "/@smithy/middleware-endpoint"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.8.tgz",
  "_shasum": "b44267cd704abe114abcd00580acdd9e4acc1177",
  "_spec": "@smithy/url-parser@^4.2.8",
  "_where": "/var/www/html/backend_ssl/node_modules/@aws-sdk/client-s3",
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "url": "https://aws.amazon.com/javascript/"
  },
  "bugs": {
    "url": "https://github.com/smithy-lang/smithy-typescript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@smithy/querystring-parser": "^4.2.8",
    "@smithy/types": "^4.12.0",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "[![NPM version](https://img.shields.io/npm/v/@smithy/url-parser/latest.svg)](https://www.npmjs.com/package/@smithy/url-parser) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/url-parser.svg)](https://www.npmjs.com/package/@smithy/url-parser)",
  "devDependencies": {
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "5.0.10",
    "typedoc": "0.23.23"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/url-parser",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@smithy/url-parser",
  "publishConfig": {
    "directory": ".release/package"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smithy-lang/smithy-typescript.git",
    "directory": "packages/url-parser"
  },
  "scripts": {
    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
    "build:cjs": "node ../../scripts/inline url-parser",
    "build:es": "yarn g:tsc -p tsconfig.es.json",
    "build:types": "yarn g:tsc -p tsconfig.types.json",
    "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
    "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
    "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
    "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
    "test": "yarn g:vitest run",
    "test:watch": "yarn g:vitest watch"
  },
  "sideEffects": false,
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "4.2.8"
}
