package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "@jridgewell/sourcemap-codec@^1.4.14",
  3. "_id": "@jridgewell/sourcemap-codec@1.4.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
  6. "_location": "/@jridgewell/sourcemap-codec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/sourcemap-codec@^1.4.14",
  12. "name": "@jridgewell/sourcemap-codec",
  13. "escapedName": "@jridgewell%2fsourcemap-codec",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^1.4.14",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.4.14"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/gen-mapping",
  21. "/@jridgewell/trace-mapping"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  24. "_shasum": "d7c6e6755c78567a951e04ab52ef0fd26de59f32",
  25. "_spec": "@jridgewell/sourcemap-codec@^1.4.14",
  26. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/@jridgewell/trace-mapping",
  27. "author": {
  28. "name": "Rich Harris"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jridgewell/sourcemap-codec/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Encode/decode sourcemap mappings",
  36. "devDependencies": {
  37. "@rollup/plugin-typescript": "8.3.0",
  38. "@types/node": "17.0.15",
  39. "@typescript-eslint/eslint-plugin": "5.10.0",
  40. "@typescript-eslint/parser": "5.10.0",
  41. "benchmark": "2.1.4",
  42. "c8": "7.11.2",
  43. "eslint": "8.7.0",
  44. "eslint-config-prettier": "8.3.0",
  45. "mocha": "9.2.0",
  46. "npm-run-all": "4.1.5",
  47. "prettier": "2.5.1",
  48. "rollup": "2.64.0",
  49. "source-map": "0.6.1",
  50. "source-map-js": "1.0.2",
  51. "sourcemap-codec": "1.4.8",
  52. "typescript": "4.5.4"
  53. },
  54. "exports": {
  55. ".": [
  56. {
  57. "types": "./dist/types/sourcemap-codec.d.ts",
  58. "browser": "./dist/sourcemap-codec.umd.js",
  59. "require": "./dist/sourcemap-codec.umd.js",
  60. "import": "./dist/sourcemap-codec.mjs"
  61. },
  62. "./dist/sourcemap-codec.umd.js"
  63. ],
  64. "./package.json": "./package.json"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
  70. "keywords": [
  71. "sourcemap",
  72. "vlq"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/sourcemap-codec.umd.js",
  76. "module": "dist/sourcemap-codec.mjs",
  77. "name": "@jridgewell/sourcemap-codec",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
  81. },
  82. "scripts": {
  83. "benchmark": "run-s build:rollup benchmark:*",
  84. "benchmark:install": "cd benchmark && npm install",
  85. "benchmark:only": "node --expose-gc benchmark/index.js",
  86. "build": "run-s -n build:*",
  87. "build:rollup": "rollup -c rollup.config.js",
  88. "build:ts": "tsc --project tsconfig.build.json",
  89. "lint": "run-s -n lint:*",
  90. "lint:prettier": "npm run test:lint:prettier -- --write",
  91. "lint:ts": "npm run test:lint:ts -- --fix",
  92. "prebuild": "rm -rf dist",
  93. "prepublishOnly": "npm run preversion",
  94. "pretest": "run-s build:rollup",
  95. "preversion": "run-s test build",
  96. "test": "run-s -n test:lint test:only",
  97. "test:coverage": "c8 mocha",
  98. "test:debug": "mocha --inspect-brk",
  99. "test:lint": "run-s -n test:lint:*",
  100. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  101. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  102. "test:only": "mocha",
  103. "test:watch": "mocha --watch"
  104. },
  105. "types": "dist/types/sourcemap-codec.d.ts",
  106. "version": "1.4.15"
  107. }