package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "@jridgewell/gen-mapping@^0.3.5",
  3. "_id": "@jridgewell/gen-mapping@0.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  6. "_location": "/@jridgewell/gen-mapping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/gen-mapping@^0.3.5",
  12. "name": "@jridgewell/gen-mapping",
  13. "escapedName": "@jridgewell%2fgen-mapping",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.3.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.5"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/source-map"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  23. "_shasum": "dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36",
  24. "_spec": "@jridgewell/gen-mapping@^0.3.5",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/@jridgewell/source-map",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jridgewell/gen-mapping/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@jridgewell/set-array": "^1.2.1",
  36. "@jridgewell/sourcemap-codec": "^1.4.10",
  37. "@jridgewell/trace-mapping": "^0.3.24"
  38. },
  39. "deprecated": false,
  40. "description": "Generate source maps",
  41. "devDependencies": {
  42. "@rollup/plugin-typescript": "8.3.2",
  43. "@types/mocha": "9.1.1",
  44. "@types/node": "17.0.29",
  45. "@typescript-eslint/eslint-plugin": "5.21.0",
  46. "@typescript-eslint/parser": "5.21.0",
  47. "benchmark": "2.1.4",
  48. "c8": "7.11.2",
  49. "eslint": "8.14.0",
  50. "eslint-config-prettier": "8.5.0",
  51. "mocha": "9.2.2",
  52. "npm-run-all": "4.1.5",
  53. "prettier": "2.6.2",
  54. "rollup": "2.70.2",
  55. "tsx": "4.7.1",
  56. "typescript": "4.6.3"
  57. },
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "exports": {
  62. ".": [
  63. {
  64. "types": "./dist/types/gen-mapping.d.ts",
  65. "browser": "./dist/gen-mapping.umd.js",
  66. "require": "./dist/gen-mapping.umd.js",
  67. "import": "./dist/gen-mapping.mjs"
  68. },
  69. "./dist/gen-mapping.umd.js"
  70. ],
  71. "./package.json": "./package.json"
  72. },
  73. "files": [
  74. "dist"
  75. ],
  76. "homepage": "https://github.com/jridgewell/gen-mapping#readme",
  77. "keywords": [
  78. "source",
  79. "map"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/gen-mapping.umd.js",
  83. "module": "dist/gen-mapping.mjs",
  84. "name": "@jridgewell/gen-mapping",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jridgewell/gen-mapping.git"
  88. },
  89. "scripts": {
  90. "benchmark": "run-s build:rollup benchmark:*",
  91. "benchmark:install": "cd benchmark && npm install",
  92. "benchmark:only": "node benchmark/index.mjs",
  93. "build": "run-s -n build:*",
  94. "build:rollup": "rollup -c rollup.config.js",
  95. "build:ts": "tsc --project tsconfig.build.json",
  96. "lint": "run-s -n lint:*",
  97. "lint:prettier": "npm run test:lint:prettier -- --write",
  98. "lint:ts": "npm run test:lint:ts -- --fix",
  99. "prebuild": "rm -rf dist",
  100. "prepublishOnly": "npm run preversion",
  101. "preversion": "run-s test build",
  102. "test": "run-s -n test:lint test:only",
  103. "test:debug": "mocha --inspect-brk",
  104. "test:lint": "run-s -n test:lint:*",
  105. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  106. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  107. "test:only": "c8 mocha",
  108. "test:watch": "mocha --watch"
  109. },
  110. "types": "dist/types/gen-mapping.d.ts",
  111. "version": "0.3.5"
  112. }