package.json 2.8 KB

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