| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_from": "fast-uri@^3.0.1",
- "_id": "fast-uri@3.0.6",
- "_inBundle": false,
- "_integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
- "_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": [
- "/ajv-formats/ajv",
- "/css-minimizer-webpack-plugin/ajv",
- "/eslint-webpack-plugin/ajv",
- "/mini-css-extract-plugin/ajv",
- "/terser-webpack-plugin/ajv",
- "/webpack-dev-middleware/ajv",
- "/webpack-dev-server/ajv",
- "/webpack/ajv"
- ],
- "_resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz",
- "_shasum": "88f130b77cfaea2378d56bf970dea21257a68748",
- "_spec": "fast-uri@^3.0.1",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack\\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": {
- "@fastify/pre-commit": "^2.1.0",
- "ajv": "^8.16.0",
- "benchmark": "^2.1.4",
- "coveralls": "^3.1.1",
- "eslint": "^9.17.0",
- "neostandard": "^0.12.0",
- "tape": "^5.8.1",
- "tsd": "^0.31.0",
- "uri-js": "^4.4.1"
- },
- "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": {
- "bench": "node benchmark.js",
- "lint": "eslint",
- "lint:fix": "eslint --fix",
- "test": "npm run test:unit && npm run test:typescript",
- "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.0.6"
- }
|