package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "fast-uri@^3.0.1",
  3. "_id": "fast-uri@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
  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. "/mini-css-extract-plugin/ajv",
  22. "/terser-webpack-plugin/ajv",
  23. "/webpack-dev-middleware/ajv",
  24. "/webpack-dev-server/ajv",
  25. "/webpack/ajv"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.0.tgz",
  28. "_shasum": "66eecff6c764c0df9b762e62ca7edcfb53b4edfa",
  29. "_spec": "fast-uri@^3.0.1",
  30. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack\\node_modules\\ajv",
  31. "author": {
  32. "name": "Vincent Le Goff",
  33. "email": "vince.legoff@gmail.com",
  34. "url": "https://github.com/zekth"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/fastify/fast-uri/issues"
  38. },
  39. "bundleDependencies": false,
  40. "contributors": [
  41. {
  42. "name": "Matteo Collina",
  43. "email": "hello@matteocollina.com"
  44. },
  45. {
  46. "name": "Gürgün Dayıoğlu",
  47. "email": "hey@gurgun.day",
  48. "url": "https://heyhey.to/G"
  49. },
  50. {
  51. "name": "Aras Abbasi",
  52. "email": "aras.abbasi@gmail.com"
  53. },
  54. {
  55. "name": "Frazer Smith",
  56. "email": "frazer.dev@icloud.com",
  57. "url": "https://github.com/fdawgs"
  58. }
  59. ],
  60. "deprecated": false,
  61. "description": "Dependency-free RFC 3986 URI toolbox",
  62. "devDependencies": {
  63. "@fastify/pre-commit": "^2.1.0",
  64. "ajv": "^8.16.0",
  65. "eslint": "^9.17.0",
  66. "neostandard": "^0.12.0",
  67. "playwright-test": "^14.1.12",
  68. "tape": "^5.8.1",
  69. "tsd": "^0.32.0"
  70. },
  71. "funding": [
  72. {
  73. "type": "github",
  74. "url": "https://github.com/sponsors/fastify"
  75. },
  76. {
  77. "type": "opencollective",
  78. "url": "https://opencollective.com/fastify"
  79. }
  80. ],
  81. "homepage": "https://github.com/fastify/fast-uri",
  82. "license": "BSD-3-Clause",
  83. "main": "index.js",
  84. "name": "fast-uri",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/fastify/fast-uri.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint",
  91. "lint:fix": "eslint --fix",
  92. "test": "npm run test:unit && npm run test:typescript",
  93. "test:browser": "npm run test:browser:chromium && npm run test:browser:firefox && npm run test:browser:webkit",
  94. "test:browser:chromium": "playwright-test ./test/* --runner tape --browser=chromium",
  95. "test:browser:firefox": "playwright-test ./test/* --runner tape --browser=firefox",
  96. "test:browser:webkit": "playwright-test ./test/* --runner tape --browser=webkit",
  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.1.0"
  104. }