package.json 3.0 KB

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