package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "@jridgewell/trace-mapping@0.3.14",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jridgewell/trace-mapping@0.3.14",
  10. "_id": "@jridgewell/trace-mapping@0.3.14",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==",
  13. "_location": "/@jridgewell/trace-mapping",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jridgewell/trace-mapping@0.3.14",
  19. "name": "@jridgewell/trace-mapping",
  20. "escapedName": "@jridgewell%2ftrace-mapping",
  21. "scope": "@jridgewell",
  22. "rawSpec": "0.3.14",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.14"
  25. },
  26. "_requiredBy": [
  27. "/@ampproject/remapping",
  28. "/@babel/generator/@jridgewell/gen-mapping"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz",
  31. "_spec": "0.3.14",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Justin Ridgewell",
  35. "email": "justin@ridgewell.name"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jridgewell/trace-mapping/issues"
  39. },
  40. "dependencies": {
  41. "@jridgewell/resolve-uri": "^3.0.3",
  42. "@jridgewell/sourcemap-codec": "^1.4.10"
  43. },
  44. "description": "Trace the original position through a source map",
  45. "devDependencies": {
  46. "@rollup/plugin-typescript": "8.3.2",
  47. "@typescript-eslint/eslint-plugin": "5.23.0",
  48. "@typescript-eslint/parser": "5.23.0",
  49. "ava": "4.2.0",
  50. "benchmark": "2.1.4",
  51. "c8": "7.11.2",
  52. "esbuild": "0.14.38",
  53. "esbuild-node-loader": "0.8.0",
  54. "eslint": "8.15.0",
  55. "eslint-config-prettier": "8.5.0",
  56. "eslint-plugin-no-only-tests": "2.6.0",
  57. "npm-run-all": "4.1.5",
  58. "prettier": "2.6.2",
  59. "rollup": "2.72.1",
  60. "typescript": "4.6.4"
  61. },
  62. "exports": {
  63. ".": [
  64. {
  65. "types": "./dist/types/trace-mapping.d.ts",
  66. "browser": "./dist/trace-mapping.umd.js",
  67. "require": "./dist/trace-mapping.umd.js",
  68. "import": "./dist/trace-mapping.mjs"
  69. },
  70. "./dist/trace-mapping.umd.js"
  71. ],
  72. "./package.json": "./package.json"
  73. },
  74. "files": [
  75. "dist",
  76. "src"
  77. ],
  78. "homepage": "https://github.com/jridgewell/trace-mapping#readme",
  79. "keywords": [
  80. "source",
  81. "map"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/trace-mapping.umd.js",
  85. "module": "dist/trace-mapping.mjs",
  86. "name": "@jridgewell/trace-mapping",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jridgewell/trace-mapping.git"
  90. },
  91. "scripts": {
  92. "benchmark": "run-s build:rollup benchmark:*",
  93. "benchmark:install": "cd benchmark && npm install",
  94. "benchmark:only": "node --expose-gc benchmark/index.mjs",
  95. "build": "run-s -n build:*",
  96. "build:rollup": "rollup -c rollup.config.js",
  97. "build:ts": "tsc --project tsconfig.build.json",
  98. "lint": "run-s -n lint:*",
  99. "lint:prettier": "npm run test:lint:prettier -- --write",
  100. "lint:ts": "npm run test:lint:ts -- --fix",
  101. "prebuild": "rm -rf dist",
  102. "prepublishOnly": "npm run preversion",
  103. "preversion": "run-s test build",
  104. "test": "run-s -n test:lint test:only",
  105. "test:debug": "ava debug",
  106. "test:lint": "run-s -n test:lint:*",
  107. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts' '**/*.md'",
  108. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  109. "test:only": "c8 ava",
  110. "test:watch": "ava --watch"
  111. },
  112. "typings": "dist/types/trace-mapping.d.ts",
  113. "version": "0.3.14"
  114. }