You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.9 KiB

1 month ago
  1. {
  2. "name": "fast-uri",
  3. "description": "Dependency-free RFC 3986 URI toolbox",
  4. "version": "3.0.6",
  5. "main": "index.js",
  6. "type": "commonjs",
  7. "types": "types/index.d.ts",
  8. "license": "BSD-3-Clause",
  9. "author": "Vincent Le Goff <vince.legoff@gmail.com> (https://github.com/zekth)",
  10. "contributors": [
  11. {
  12. "name": "Matteo Collina",
  13. "email": "hello@matteocollina.com"
  14. },
  15. {
  16. "name": "Gürgün Dayıoğlu",
  17. "email": "hey@gurgun.day",
  18. "url": "https://heyhey.to/G"
  19. },
  20. {
  21. "name": "Aras Abbasi",
  22. "email": "aras.abbasi@gmail.com"
  23. },
  24. {
  25. "name": "Frazer Smith",
  26. "email": "frazer.dev@icloud.com",
  27. "url": "https://github.com/fdawgs"
  28. }
  29. ],
  30. "repository": {
  31. "type": "git",
  32. "url": "git+https://github.com/fastify/fast-uri.git"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/fastify/fast-uri/issues"
  36. },
  37. "homepage": "https://github.com/fastify/fast-uri",
  38. "funding": [
  39. {
  40. "type": "github",
  41. "url": "https://github.com/sponsors/fastify"
  42. },
  43. {
  44. "type": "opencollective",
  45. "url": "https://opencollective.com/fastify"
  46. }
  47. ],
  48. "scripts": {
  49. "bench": "node benchmark.js",
  50. "lint": "eslint",
  51. "lint:fix": "eslint --fix",
  52. "test": "npm run test:unit && npm run test:typescript",
  53. "test:unit": "tape test/**/*.js",
  54. "test:unit:dev": "npm run test:unit -- --coverage-report=html",
  55. "test:typescript": "tsd"
  56. },
  57. "devDependencies": {
  58. "@fastify/pre-commit": "^2.1.0",
  59. "ajv": "^8.16.0",
  60. "benchmark": "^2.1.4",
  61. "coveralls": "^3.1.1",
  62. "eslint": "^9.17.0",
  63. "neostandard": "^0.12.0",
  64. "tape": "^5.8.1",
  65. "tsd": "^0.31.0",
  66. "uri-js": "^4.4.1"
  67. }
  68. ,"_resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz"
  69. ,"_integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw=="
  70. ,"_from": "fast-uri@3.0.6"
  71. }