{
  "_from": "fast-uri@^3.0.1",
  "_id": "fast-uri@3.1.2",
  "_inBundle": false,
  "_integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
  "_location": "/fast-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-uri@^3.0.1",
    "name": "fast-uri",
    "escapedName": "fast-uri",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/@apidevtools/swagger-parser/ajv"
  ],
  "_resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
  "_shasum": "8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec",
  "_spec": "fast-uri@^3.0.1",
  "_where": "/var/www/backendCherryk/cherry-k-be/node_modules/@apidevtools/swagger-parser/node_modules/ajv",
  "author": {
    "name": "Vincent Le Goff",
    "email": "vince.legoff@gmail.com",
    "url": "https://github.com/zekth"
  },
  "bugs": {
    "url": "https://github.com/fastify/fast-uri/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matteo Collina",
      "email": "hello@matteocollina.com"
    },
    {
      "name": "Gürgün Dayıoğlu",
      "email": "hey@gurgun.day",
      "url": "https://heyhey.to/G"
    },
    {
      "name": "Aras Abbasi",
      "email": "aras.abbasi@gmail.com"
    },
    {
      "name": "Frazer Smith",
      "email": "frazer.dev@icloud.com",
      "url": "https://github.com/fdawgs"
    }
  ],
  "deprecated": false,
  "description": "Dependency-free RFC 3986 URI toolbox",
  "devDependencies": {
    "ajv": "^8.16.0",
    "eslint": "^9.17.0",
    "neostandard": "^0.13.0",
    "playwright-test": "^14.1.12",
    "tape": "^5.8.1",
    "tsd": "^0.33.0"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/fastify"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fastify"
    }
  ],
  "homepage": "https://github.com/fastify/fast-uri",
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "fast-uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fast-uri.git"
  },
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "npm run test:unit && npm run test:typescript",
    "test:browser": "npm run test:browser:chromium && npm run test:browser:firefox && npm run test:browser:webkit",
    "test:browser:chromium": "playwright-test ./test/* --runner tape --browser=chromium",
    "test:browser:firefox": "playwright-test ./test/* --runner tape --browser=firefox",
    "test:browser:webkit": "playwright-test ./test/* --runner tape --browser=webkit",
    "test:typescript": "tsd",
    "test:unit": "tape test/**/*.js",
    "test:unit:dev": "npm run test:unit -- --coverage-report=html"
  },
  "type": "commonjs",
  "types": "types/index.d.ts",
  "version": "3.1.2"
}
