package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "@jridgewell/resolve-uri@^3.0.3",
  3. "_id": "@jridgewell/resolve-uri@3.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==",
  6. "_location": "/@jridgewell/resolve-uri",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/resolve-uri@^3.0.3",
  12. "name": "@jridgewell/resolve-uri",
  13. "escapedName": "@jridgewell%2fresolve-uri",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^3.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.0.3"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/trace-mapping"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
  23. "_shasum": "68eb521368db76d040a6315cdb24bf2483037b9c",
  24. "_spec": "@jridgewell/resolve-uri@^3.0.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@jridgewell\\trace-mapping",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jridgewell/resolve-uri/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Resolve a URI relative to an optional base URI",
  36. "devDependencies": {
  37. "@rollup/plugin-typescript": "8.3.0",
  38. "@typescript-eslint/eslint-plugin": "5.10.0",
  39. "@typescript-eslint/parser": "5.10.0",
  40. "c8": "7.11.0",
  41. "eslint": "8.7.0",
  42. "eslint-config-prettier": "8.3.0",
  43. "mocha": "9.2.0",
  44. "npm-run-all": "4.1.5",
  45. "prettier": "2.5.1",
  46. "rollup": "2.66.0",
  47. "typescript": "4.5.5"
  48. },
  49. "engines": {
  50. "node": ">=6.0.0"
  51. },
  52. "exports": {
  53. ".": {
  54. "browser": "./dist/resolve-uri.umd.js",
  55. "require": "./dist/resolve-uri.umd.js",
  56. "import": "./dist/resolve-uri.mjs"
  57. },
  58. "./package.json": "./package.json"
  59. },
  60. "files": [
  61. "dist"
  62. ],
  63. "homepage": "https://github.com/jridgewell/resolve-uri#readme",
  64. "keywords": [
  65. "resolve",
  66. "uri",
  67. "url",
  68. "path"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/resolve-uri.umd.js",
  72. "module": "dist/resolve-uri.mjs",
  73. "name": "@jridgewell/resolve-uri",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jridgewell/resolve-uri.git"
  77. },
  78. "scripts": {
  79. "build": "run-s -n build:*",
  80. "build:rollup": "rollup -c rollup.config.js",
  81. "build:ts": "tsc --project tsconfig.build.json",
  82. "lint": "run-s -n lint:*",
  83. "lint:prettier": "npm run test:lint:prettier -- --write",
  84. "lint:ts": "npm run test:lint:ts -- --fix",
  85. "prebuild": "rm -rf dist",
  86. "prepublishOnly": "npm run preversion",
  87. "pretest": "run-s build:rollup",
  88. "preversion": "run-s test build",
  89. "test": "run-s -n test:lint test:only",
  90. "test:coverage": "c8 mocha",
  91. "test:debug": "mocha --inspect-brk",
  92. "test:lint": "run-s -n test:lint:*",
  93. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  94. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  95. "test:only": "mocha",
  96. "test:watch": "mocha --watch"
  97. },
  98. "typings": "dist/types/resolve-uri.d.ts",
  99. "version": "3.0.5"
  100. }