package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "@jridgewell/trace-mapping@^0.3.0",
  3. "_id": "@jridgewell/trace-mapping@0.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
  6. "_location": "/@jridgewell/trace-mapping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/trace-mapping@^0.3.0",
  12. "name": "@jridgewell/trace-mapping",
  13. "escapedName": "@jridgewell%2ftrace-mapping",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.3.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.0"
  18. },
  19. "_requiredBy": [
  20. "/@ampproject/remapping"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
  23. "_shasum": "f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3",
  24. "_spec": "@jridgewell/trace-mapping@^0.3.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@ampproject\\remapping",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jridgewell/trace-mapping/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@jridgewell/resolve-uri": "^3.0.3",
  36. "@jridgewell/sourcemap-codec": "^1.4.10"
  37. },
  38. "deprecated": false,
  39. "description": "Trace the original position through a source map",
  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. "ava": "4.0.1",
  45. "benchmark": "2.1.4",
  46. "c8": "7.11.0",
  47. "esbuild": "0.14.14",
  48. "esbuild-node-loader": "0.6.4",
  49. "eslint": "8.7.0",
  50. "eslint-config-prettier": "8.3.0",
  51. "npm-run-all": "4.1.5",
  52. "prettier": "2.5.1",
  53. "rollup": "2.64.0",
  54. "source-map": "0.6.1",
  55. "source-map-js": "1.0.2",
  56. "typescript": "4.5.4"
  57. },
  58. "exports": {
  59. ".": {
  60. "browser": "./dist/trace-mapping.umd.js",
  61. "require": "./dist/trace-mapping.umd.js",
  62. "import": "./dist/trace-mapping.mjs"
  63. },
  64. "./package.json": "./package.json"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/jridgewell/trace-mapping#readme",
  70. "keywords": [
  71. "source",
  72. "map"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/trace-mapping.umd.js",
  76. "module": "dist/trace-mapping.mjs",
  77. "name": "@jridgewell/trace-mapping",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jridgewell/trace-mapping.git"
  81. },
  82. "scripts": {
  83. "benchmark": "run-s build:rollup benchmark:only",
  84. "benchmark:only": "node benchmark/index.mjs",
  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. "preversion": "run-s test build",
  94. "test": "run-s -n test:lint test:only",
  95. "test:debug": "ava debug",
  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": "c8 ava",
  100. "test:watch": "ava --watch"
  101. },
  102. "typings": "dist/types/trace-mapping.d.ts",
  103. "version": "0.3.4"
  104. }