package.json 3.1 KB

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