{
  "_from": "fast-uri@^2.3.0",
  "_id": "fast-uri@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==",
  "_location": "/fast-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-uri@^2.3.0",
    "name": "fast-uri",
    "escapedName": "fast-uri",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "/table/ajv"
  ],
  "_resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.3.0.tgz",
  "_shasum": "bdae493942483d299e7285dcb4627767d42e2793",
  "_spec": "fast-uri@^2.3.0",
  "_where": "D:\\Projects\\ashkanTala\\theme\\node_modules\\table\\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,
  "dependencies": {},
  "deprecated": false,
  "description": "Dependency free RFC 3986 URI toolbox",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "coveralls": "^3.1.1",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "tap": "^16.0.0",
    "tsd": "^0.29.0",
    "uri-js": "^4.4.1"
  },
  "homepage": "https://github.com/fastify/fast-uri",
  "license": "MIT",
  "main": "index.js",
  "name": "fast-uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fast-uri.git"
  },
  "scripts": {
    "bench": "node benchmark.js",
    "lint:fix": "standard --fix",
    "test": "npm run test:lint && npm run test:unit && npm run test:typescript",
    "test:ci": "npm run test:lint && npm run test:unit -- --cov --coverage-report=lcovonly && npm run test:typescript",
    "test:lint": "standard | snazzy",
    "test:typescript": "tsd",
    "test:unit": "tap -J test/*.test.js",
    "test:unit:dev": "tap -J test/*.test.js --coverage-report=html"
  },
  "tap": {
    "check-coverage": false
  },
  "type": "commonjs",
  "types": "types/index.d.ts",
  "version": "2.3.0"
}
