package.json 3.5 KB

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