[79a0317] | 1 | {
|
---|
| 2 | "_from": "fast-uri@^3.0.1",
|
---|
| 3 | "_id": "fast-uri@3.0.5",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==",
|
---|
| 6 | "_location": "/fast-uri",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "fast-uri@^3.0.1",
|
---|
| 12 | "name": "fast-uri",
|
---|
| 13 | "escapedName": "fast-uri",
|
---|
| 14 | "rawSpec": "^3.0.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^3.0.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/ajv-formats/ajv",
|
---|
| 20 | "/schema-utils/ajv"
|
---|
| 21 | ],
|
---|
| 22 | "_resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz",
|
---|
| 23 | "_shasum": "19f5f9691d0dab9b85861a7bb5d98fca961da9cd",
|
---|
| 24 | "_spec": "fast-uri@^3.0.1",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/schema-utils/node_modules/ajv",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Vincent Le Goff",
|
---|
| 28 | "email": "vince.legoff@gmail.com",
|
---|
| 29 | "url": "https://github.com/zekth"
|
---|
| 30 | },
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/fastify/fast-uri/issues"
|
---|
| 33 | },
|
---|
| 34 | "bundleDependencies": false,
|
---|
| 35 | "contributors": [
|
---|
| 36 | {
|
---|
| 37 | "name": "Matteo Collina",
|
---|
| 38 | "email": "hello@matteocollina.com"
|
---|
| 39 | },
|
---|
| 40 | {
|
---|
| 41 | "name": "Gürgün Dayıoğlu",
|
---|
| 42 | "email": "hey@gurgun.day",
|
---|
| 43 | "url": "https://heyhey.to/G"
|
---|
| 44 | },
|
---|
| 45 | {
|
---|
| 46 | "name": "Aras Abbasi",
|
---|
| 47 | "email": "aras.abbasi@gmail.com"
|
---|
| 48 | },
|
---|
| 49 | {
|
---|
| 50 | "name": "Frazer Smith",
|
---|
| 51 | "email": "frazer.dev@icloud.com",
|
---|
| 52 | "url": "https://github.com/fdawgs"
|
---|
| 53 | }
|
---|
| 54 | ],
|
---|
| 55 | "deprecated": false,
|
---|
| 56 | "description": "Dependency-free RFC 3986 URI toolbox",
|
---|
| 57 | "devDependencies": {
|
---|
| 58 | "@fastify/pre-commit": "^2.1.0",
|
---|
| 59 | "ajv": "^8.16.0",
|
---|
| 60 | "benchmark": "^2.1.4",
|
---|
| 61 | "coveralls": "^3.1.1",
|
---|
| 62 | "eslint": "^9.17.0",
|
---|
| 63 | "neostandard": "^0.12.0",
|
---|
| 64 | "tape": "^5.8.1",
|
---|
| 65 | "tsd": "^0.31.0",
|
---|
| 66 | "uri-js": "^4.4.1"
|
---|
| 67 | },
|
---|
| 68 | "funding": [
|
---|
| 69 | {
|
---|
| 70 | "type": "github",
|
---|
| 71 | "url": "https://github.com/sponsors/fastify"
|
---|
| 72 | },
|
---|
| 73 | {
|
---|
| 74 | "type": "opencollective",
|
---|
| 75 | "url": "https://opencollective.com/fastify"
|
---|
| 76 | }
|
---|
| 77 | ],
|
---|
| 78 | "homepage": "https://github.com/fastify/fast-uri",
|
---|
| 79 | "license": "BSD-3-Clause",
|
---|
| 80 | "main": "index.js",
|
---|
| 81 | "name": "fast-uri",
|
---|
| 82 | "repository": {
|
---|
| 83 | "type": "git",
|
---|
| 84 | "url": "git+https://github.com/fastify/fast-uri.git"
|
---|
| 85 | },
|
---|
| 86 | "scripts": {
|
---|
| 87 | "bench": "node benchmark.js",
|
---|
| 88 | "lint": "eslint",
|
---|
| 89 | "lint:fix": "eslint --fix",
|
---|
| 90 | "test": "npm run test:unit && npm run test:typescript",
|
---|
| 91 | "test:typescript": "tsd",
|
---|
| 92 | "test:unit": "tape test/**/*.js",
|
---|
| 93 | "test:unit:dev": "npm run test:unit -- --coverage-report=html"
|
---|
| 94 | },
|
---|
| 95 | "type": "commonjs",
|
---|
| 96 | "types": "types/index.d.ts",
|
---|
| 97 | "version": "3.0.5"
|
---|
| 98 | }
|
---|