70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"_from": "fast-uri@^3.0.1",
|
|
"_id": "fast-uri@3.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==",
|
|
"_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",
|
|
"/terser-webpack-plugin/ajv"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz",
|
|
"_shasum": "892a1c91802d5d7860de728f18608a0573142241",
|
|
"_spec": "fast-uri@^3.0.1",
|
|
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot_refactoring\\node_modules\\terser-webpack-plugin\\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,
|
|
"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",
|
|
"snazzy": "^9.0.0",
|
|
"standard": "^17.1.0",
|
|
"tape": "^5.8.1",
|
|
"tsd": "^0.31.0",
|
|
"uri-js": "^4.4.1"
|
|
},
|
|
"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": "standard | snazzy",
|
|
"lint:fix": "standard --fix",
|
|
"test": "npm run lint && npm run test:unit && npm run test:typescript",
|
|
"test:ci": "npm run lint && npm run test:unit -- --coverage-report=lcovonly && npm run test:typescript",
|
|
"test:typescript": "tsd",
|
|
"test:unit": "npx tape test/**/*.js",
|
|
"test:unit:dev": "npm run test:unit -- --coverage-report=html"
|
|
},
|
|
"type": "commonjs",
|
|
"types": "types/index.d.ts",
|
|
"version": "3.0.3"
|
|
}
|