package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "@jridgewell/trace-mapping@^0.3.9",
  3. "_id": "@jridgewell/trace-mapping@0.3.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==",
  6. "_location": "/@jridgewell/trace-mapping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/trace-mapping@^0.3.9",
  12. "name": "@jridgewell/trace-mapping",
  13. "escapedName": "@jridgewell%2ftrace-mapping",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.3.9",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.9"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/gen-mapping",
  21. "/@jridgewell/source-map",
  22. "/terser-webpack-plugin"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz",
  25. "_shasum": "f8a3249862f91be48d3127c3cfe992f79b4b8811",
  26. "_spec": "@jridgewell/trace-mapping@^0.3.9",
  27. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@jridgewell\\source-map",
  28. "author": {
  29. "name": "Justin Ridgewell",
  30. "email": "justin@ridgewell.name"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jridgewell/trace-mapping/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@jridgewell/resolve-uri": "^3.1.0",
  38. "@jridgewell/sourcemap-codec": "^1.4.14"
  39. },
  40. "deprecated": false,
  41. "description": "Trace the original position through a source map",
  42. "devDependencies": {
  43. "@rollup/plugin-typescript": "8.5.0",
  44. "@typescript-eslint/eslint-plugin": "5.39.0",
  45. "@typescript-eslint/parser": "5.39.0",
  46. "ava": "4.3.3",
  47. "benchmark": "2.1.4",
  48. "c8": "7.12.0",
  49. "esbuild": "0.15.10",
  50. "eslint": "8.25.0",
  51. "eslint-config-prettier": "8.5.0",
  52. "eslint-plugin-no-only-tests": "3.0.0",
  53. "npm-run-all": "4.1.5",
  54. "prettier": "2.7.1",
  55. "rollup": "2.79.1",
  56. "tsx": "3.10.1",
  57. "typescript": "4.8.4"
  58. },
  59. "exports": {
  60. ".": [
  61. {
  62. "types": "./dist/types/trace-mapping.d.ts",
  63. "browser": "./dist/trace-mapping.umd.js",
  64. "require": "./dist/trace-mapping.umd.js",
  65. "import": "./dist/trace-mapping.mjs"
  66. },
  67. "./dist/trace-mapping.umd.js"
  68. ],
  69. "./package.json": "./package.json"
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "homepage": "https://github.com/jridgewell/trace-mapping#readme",
  75. "keywords": [
  76. "source",
  77. "map"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/trace-mapping.umd.js",
  81. "module": "dist/trace-mapping.mjs",
  82. "name": "@jridgewell/trace-mapping",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jridgewell/trace-mapping.git"
  86. },
  87. "scripts": {
  88. "benchmark": "run-s build:rollup benchmark:*",
  89. "benchmark:install": "cd benchmark && npm install",
  90. "benchmark:only": "node --expose-gc benchmark/index.mjs",
  91. "build": "run-s -n build:*",
  92. "build:rollup": "rollup -c rollup.config.js",
  93. "build:ts": "tsc --project tsconfig.build.json",
  94. "lint": "run-s -n lint:*",
  95. "lint:prettier": "npm run test:lint:prettier -- --write",
  96. "lint:ts": "npm run test:lint:ts -- --fix",
  97. "prebuild": "rm -rf dist",
  98. "prepublishOnly": "npm run preversion",
  99. "preversion": "run-s test build",
  100. "test": "run-s -n test:lint test:only",
  101. "test:debug": "ava debug",
  102. "test:lint": "run-s -n test:lint:*",
  103. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts' '**/*.md'",
  104. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  105. "test:only": "c8 ava",
  106. "test:watch": "ava --watch"
  107. },
  108. "types": "dist/types/trace-mapping.d.ts",
  109. "version": "0.3.19"
  110. }