package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "@jridgewell/source-map@^0.3.3",
  3. "_id": "@jridgewell/source-map@0.3.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  6. "_location": "/@jridgewell/source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/source-map@^0.3.3",
  12. "name": "@jridgewell/source-map",
  13. "escapedName": "@jridgewell%2fsource-map",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.3.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.3"
  18. },
  19. "_requiredBy": [
  20. "/@vue/cli-plugin-eslint/terser"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  23. "_shasum": "b21835cbd36db656b857c2ad02ebd413cc13a9ba",
  24. "_spec": "@jridgewell/source-map@^0.3.3",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-eslint\\node_modules\\terser",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jridgewell/sourcemaps/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@jridgewell/gen-mapping": "^0.3.5",
  36. "@jridgewell/trace-mapping": "^0.3.25"
  37. },
  38. "deprecated": false,
  39. "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
  40. "exports": {
  41. ".": [
  42. {
  43. "import": {
  44. "types": "./types/source-map.d.mts",
  45. "default": "./dist/source-map.mjs"
  46. },
  47. "default": {
  48. "types": "./types/source-map.d.cts",
  49. "default": "./dist/source-map.umd.js"
  50. }
  51. },
  52. "./dist/source-map.umd.js"
  53. ],
  54. "./package.json": "./package.json"
  55. },
  56. "files": [
  57. "dist",
  58. "src",
  59. "types"
  60. ],
  61. "homepage": "https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map",
  62. "keywords": [
  63. "sourcemap",
  64. "source",
  65. "map"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/source-map.umd.js",
  69. "module": "dist/source-map.mjs",
  70. "name": "@jridgewell/source-map",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jridgewell/sourcemaps.git",
  74. "directory": "packages/source-map"
  75. },
  76. "scripts": {
  77. "benchmark": "run-s build:code benchmark:*",
  78. "benchmark:install": "cd benchmark && npm install",
  79. "benchmark:only": "node --expose-gc benchmark/index.js",
  80. "build": "run-s -n build:code build:types",
  81. "build:code": "node ../../esbuild.mjs source-map.ts",
  82. "build:types": "run-s build:types:force build:types:emit build:types:mts",
  83. "build:types:emit": "tsc --project tsconfig.build.json",
  84. "build:types:force": "rimraf tsconfig.build.tsbuildinfo",
  85. "build:types:mts": "node ../../mts-types.mjs",
  86. "clean": "run-s -n clean:code clean:types",
  87. "clean:code": "tsc --build --clean tsconfig.build.json",
  88. "clean:types": "rimraf dist types",
  89. "lint": "run-s -n lint:types lint:format",
  90. "lint:format": "npm run test:format -- --write",
  91. "lint:types": "npm run test:types -- --fix",
  92. "prepublishOnly": "npm run-s -n build test",
  93. "test": "run-s -n test:types test:only test:format",
  94. "test:format": "prettier --check '{src,test}/**/*.ts'",
  95. "test:only": "mocha",
  96. "test:types": "eslint '{src,test}/**/*.ts'"
  97. },
  98. "types": "types/source-map.d.cts",
  99. "version": "0.3.11"
  100. }