package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "@jridgewell/source-map@0.3.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jridgewell/source-map@0.3.5",
  10. "_id": "@jridgewell/source-map@0.3.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
  13. "_location": "/@jridgewell/source-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jridgewell/source-map@0.3.5",
  19. "name": "@jridgewell/source-map",
  20. "escapedName": "@jridgewell%2fsource-map",
  21. "scope": "@jridgewell",
  22. "rawSpec": "0.3.5",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.5"
  25. },
  26. "_requiredBy": [
  27. "/terser"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.5.tgz",
  30. "_spec": "0.3.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Justin Ridgewell",
  34. "email": "justin@ridgewell.name"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jridgewell/source-map/issues"
  38. },
  39. "dependencies": {
  40. "@jridgewell/gen-mapping": "^0.3.0",
  41. "@jridgewell/trace-mapping": "^0.3.9"
  42. },
  43. "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
  44. "devDependencies": {
  45. "@rollup/plugin-node-resolve": "13.2.1",
  46. "@rollup/plugin-typescript": "8.3.0",
  47. "@types/mocha": "9.1.1",
  48. "@types/node": "17.0.30",
  49. "@typescript-eslint/eslint-plugin": "5.10.0",
  50. "@typescript-eslint/parser": "5.10.0",
  51. "c8": "7.11.0",
  52. "eslint": "8.7.0",
  53. "eslint-config-prettier": "8.3.0",
  54. "mocha": "9.2.0",
  55. "npm-run-all": "4.1.5",
  56. "prettier": "2.5.1",
  57. "rollup": "2.66.0",
  58. "typescript": "4.5.5"
  59. },
  60. "exports": {
  61. ".": [
  62. {
  63. "types": "./dist/types/source-map.d.ts",
  64. "browser": "./dist/source-map.umd.js",
  65. "require": "./dist/source-map.umd.js",
  66. "import": "./dist/source-map.mjs"
  67. },
  68. "./dist/source-map.umd.js"
  69. ],
  70. "./package.json": "./package.json"
  71. },
  72. "files": [
  73. "dist"
  74. ],
  75. "homepage": "https://github.com/jridgewell/source-map#readme",
  76. "keywords": [
  77. "sourcemap",
  78. "source",
  79. "map"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/source-map.umd.js",
  83. "module": "dist/source-map.mjs",
  84. "name": "@jridgewell/source-map",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jridgewell/source-map.git"
  88. },
  89. "scripts": {
  90. "build": "run-s -n build:*",
  91. "build:rollup": "rollup -c rollup.config.js",
  92. "build:ts": "tsc --project tsconfig.build.json",
  93. "lint": "run-s -n lint:*",
  94. "lint:prettier": "npm run test:lint:prettier -- --write",
  95. "lint:ts": "npm run test:lint:ts -- --fix",
  96. "prebuild": "rm -rf dist",
  97. "prepublishOnly": "npm run preversion",
  98. "pretest": "run-s build:rollup",
  99. "preversion": "run-s test build",
  100. "test": "run-s -n test:lint test:only",
  101. "test:coverage": "c8 mocha",
  102. "test:debug": "mocha --inspect-brk",
  103. "test:lint": "run-s -n test:lint:*",
  104. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  105. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  106. "test:only": "mocha",
  107. "test:watch": "mocha --watch"
  108. },
  109. "types": "dist/types/source-map.d.ts",
  110. "version": "0.3.5"
  111. }