package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "@jridgewell/resolve-uri@^3.1.0",
  3. "_id": "@jridgewell/resolve-uri@3.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  6. "_location": "/@jridgewell/resolve-uri",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/resolve-uri@^3.1.0",
  12. "name": "@jridgewell/resolve-uri",
  13. "escapedName": "@jridgewell%2fresolve-uri",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^3.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.1.0"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/trace-mapping"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  23. "_shasum": "7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6",
  24. "_spec": "@jridgewell/resolve-uri@^3.1.0",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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. "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
  38. "@rollup/plugin-typescript": "8.3.0",
  39. "@typescript-eslint/eslint-plugin": "5.10.0",
  40. "@typescript-eslint/parser": "5.10.0",
  41. "c8": "7.11.0",
  42. "eslint": "8.7.0",
  43. "eslint-config-prettier": "8.3.0",
  44. "mocha": "9.2.0",
  45. "npm-run-all": "4.1.5",
  46. "prettier": "2.5.1",
  47. "rollup": "2.66.0",
  48. "typescript": "4.5.5"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "exports": {
  54. ".": [
  55. {
  56. "types": "./dist/types/resolve-uri.d.ts",
  57. "browser": "./dist/resolve-uri.umd.js",
  58. "require": "./dist/resolve-uri.umd.js",
  59. "import": "./dist/resolve-uri.mjs"
  60. },
  61. "./dist/resolve-uri.umd.js"
  62. ],
  63. "./package.json": "./package.json"
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "homepage": "https://github.com/jridgewell/resolve-uri#readme",
  69. "keywords": [
  70. "resolve",
  71. "uri",
  72. "url",
  73. "path"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/resolve-uri.umd.js",
  77. "module": "dist/resolve-uri.mjs",
  78. "name": "@jridgewell/resolve-uri",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jridgewell/resolve-uri.git"
  82. },
  83. "scripts": {
  84. "build": "run-s -n build:*",
  85. "build:rollup": "rollup -c rollup.config.js",
  86. "build:ts": "tsc --project tsconfig.build.json",
  87. "lint": "run-s -n lint:*",
  88. "lint:prettier": "npm run test:lint:prettier -- --write",
  89. "lint:ts": "npm run test:lint:ts -- --fix",
  90. "prebuild": "rm -rf dist",
  91. "prepublishOnly": "npm run preversion",
  92. "pretest": "run-s build:rollup",
  93. "preversion": "run-s test build",
  94. "test": "run-s -n test:lint test:only",
  95. "test:coverage": "c8 mocha",
  96. "test:debug": "mocha --inspect-brk",
  97. "test:lint": "run-s -n test:lint:*",
  98. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  99. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  100. "test:only": "mocha",
  101. "test:watch": "mocha --watch"
  102. },
  103. "types": "dist/types/resolve-uri.d.ts",
  104. "version": "3.1.2"
  105. }