package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "@jridgewell/sourcemap-codec@^1.4.13",
  3. "_id": "@jridgewell/sourcemap-codec@1.4.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
  6. "_location": "/@jridgewell/sourcemap-codec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/sourcemap-codec@^1.4.13",
  12. "name": "@jridgewell/sourcemap-codec",
  13. "escapedName": "@jridgewell%2fsourcemap-codec",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^1.4.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.4.13"
  18. },
  19. "_requiredBy": [
  20. "/magic-string"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  23. "_shasum": "d7c6e6755c78567a951e04ab52ef0fd26de59f32",
  24. "_spec": "@jridgewell/sourcemap-codec@^1.4.13",
  25. "_where": "E:\\Project\\2023\\问诊平台\\his_user_app\\node_modules\\magic-string",
  26. "author": {
  27. "name": "Rich Harris"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jridgewell/sourcemap-codec/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Encode/decode sourcemap mappings",
  35. "devDependencies": {
  36. "@rollup/plugin-typescript": "8.3.0",
  37. "@types/node": "17.0.15",
  38. "@typescript-eslint/eslint-plugin": "5.10.0",
  39. "@typescript-eslint/parser": "5.10.0",
  40. "benchmark": "2.1.4",
  41. "c8": "7.11.2",
  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.64.0",
  48. "source-map": "0.6.1",
  49. "source-map-js": "1.0.2",
  50. "sourcemap-codec": "1.4.8",
  51. "typescript": "4.5.4"
  52. },
  53. "exports": {
  54. ".": [
  55. {
  56. "types": "./dist/types/sourcemap-codec.d.ts",
  57. "browser": "./dist/sourcemap-codec.umd.js",
  58. "require": "./dist/sourcemap-codec.umd.js",
  59. "import": "./dist/sourcemap-codec.mjs"
  60. },
  61. "./dist/sourcemap-codec.umd.js"
  62. ],
  63. "./package.json": "./package.json"
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
  69. "keywords": [
  70. "sourcemap",
  71. "vlq"
  72. ],
  73. "license": "MIT",
  74. "main": "dist/sourcemap-codec.umd.js",
  75. "module": "dist/sourcemap-codec.mjs",
  76. "name": "@jridgewell/sourcemap-codec",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
  80. },
  81. "scripts": {
  82. "benchmark": "run-s build:rollup benchmark:*",
  83. "benchmark:install": "cd benchmark && npm install",
  84. "benchmark:only": "node --expose-gc benchmark/index.js",
  85. "build": "run-s -n build:*",
  86. "build:rollup": "rollup -c rollup.config.js",
  87. "build:ts": "tsc --project tsconfig.build.json",
  88. "lint": "run-s -n lint:*",
  89. "lint:prettier": "npm run test:lint:prettier -- --write",
  90. "lint:ts": "npm run test:lint:ts -- --fix",
  91. "prebuild": "rm -rf dist",
  92. "prepublishOnly": "npm run preversion",
  93. "pretest": "run-s build:rollup",
  94. "preversion": "run-s test build",
  95. "test": "run-s -n test:lint test:only",
  96. "test:coverage": "c8 mocha",
  97. "test:debug": "mocha --inspect-brk",
  98. "test:lint": "run-s -n test:lint:*",
  99. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  100. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  101. "test:only": "mocha",
  102. "test:watch": "mocha --watch"
  103. },
  104. "types": "dist/types/sourcemap-codec.d.ts",
  105. "version": "1.4.15"
  106. }