package.json 3.2 KB

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