package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "fast-uri@^3.0.1",
  3. "_id": "fast-uri@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
  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. "/css-minimizer-webpack-plugin/ajv",
  21. "/eslint-webpack-plugin/ajv",
  22. "/mini-css-extract-plugin/ajv",
  23. "/terser-webpack-plugin/ajv",
  24. "/webpack-dev-middleware/ajv",
  25. "/webpack-dev-server/ajv",
  26. "/webpack/ajv"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz",
  29. "_shasum": "88f130b77cfaea2378d56bf970dea21257a68748",
  30. "_spec": "fast-uri@^3.0.1",
  31. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack\\node_modules\\ajv",
  32. "author": {
  33. "name": "Vincent Le Goff",
  34. "email": "vince.legoff@gmail.com",
  35. "url": "https://github.com/zekth"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/fastify/fast-uri/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Matteo Collina",
  44. "email": "hello@matteocollina.com"
  45. },
  46. {
  47. "name": "Gürgün Dayıoğlu",
  48. "email": "hey@gurgun.day",
  49. "url": "https://heyhey.to/G"
  50. },
  51. {
  52. "name": "Aras Abbasi",
  53. "email": "aras.abbasi@gmail.com"
  54. },
  55. {
  56. "name": "Frazer Smith",
  57. "email": "frazer.dev@icloud.com",
  58. "url": "https://github.com/fdawgs"
  59. }
  60. ],
  61. "deprecated": false,
  62. "description": "Dependency-free RFC 3986 URI toolbox",
  63. "devDependencies": {
  64. "@fastify/pre-commit": "^2.1.0",
  65. "ajv": "^8.16.0",
  66. "benchmark": "^2.1.4",
  67. "coveralls": "^3.1.1",
  68. "eslint": "^9.17.0",
  69. "neostandard": "^0.12.0",
  70. "tape": "^5.8.1",
  71. "tsd": "^0.31.0",
  72. "uri-js": "^4.4.1"
  73. },
  74. "funding": [
  75. {
  76. "type": "github",
  77. "url": "https://github.com/sponsors/fastify"
  78. },
  79. {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/fastify"
  82. }
  83. ],
  84. "homepage": "https://github.com/fastify/fast-uri",
  85. "license": "BSD-3-Clause",
  86. "main": "index.js",
  87. "name": "fast-uri",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/fastify/fast-uri.git"
  91. },
  92. "scripts": {
  93. "bench": "node benchmark.js",
  94. "lint": "eslint",
  95. "lint:fix": "eslint --fix",
  96. "test": "npm run test:unit && npm run test:typescript",
  97. "test:typescript": "tsd",
  98. "test:unit": "tape test/**/*.js",
  99. "test:unit:dev": "npm run test:unit -- --coverage-report=html"
  100. },
  101. "type": "commonjs",
  102. "types": "types/index.d.ts",
  103. "version": "3.0.6"
  104. }