package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "@jridgewell/sourcemap-codec@^1.5.0",
  3. "_id": "@jridgewell/sourcemap-codec@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  6. "_location": "/@jridgewell/sourcemap-codec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/sourcemap-codec@^1.5.0",
  12. "name": "@jridgewell/sourcemap-codec",
  13. "escapedName": "@jridgewell%2fsourcemap-codec",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^1.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.5.0"
  18. },
  19. "_requiredBy": [
  20. "/magic-string"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  23. "_shasum": "3188bcb273a414b0d215fd22a58540b989b9409a",
  24. "_spec": "@jridgewell/sourcemap-codec@^1.5.0",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\magic-string",
  26. "author": {
  27. "name": "Rich Harris"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jridgewell/sourcemap-codec/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Encode/decode sourcemap mappings",
  35. "devDependencies": {
  36. "@rollup/plugin-typescript": "8.3.0",
  37. "@types/mocha": "10.0.6",
  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. "tsx": "4.7.1",
  53. "typescript": "4.5.4"
  54. },
  55. "exports": {
  56. ".": [
  57. {
  58. "types": "./dist/types/sourcemap-codec.d.ts",
  59. "browser": "./dist/sourcemap-codec.umd.js",
  60. "require": "./dist/sourcemap-codec.umd.js",
  61. "import": "./dist/sourcemap-codec.mjs"
  62. },
  63. "./dist/sourcemap-codec.umd.js"
  64. ],
  65. "./package.json": "./package.json"
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
  71. "keywords": [
  72. "sourcemap",
  73. "vlq"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/sourcemap-codec.umd.js",
  77. "module": "dist/sourcemap-codec.mjs",
  78. "name": "@jridgewell/sourcemap-codec",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
  82. },
  83. "scripts": {
  84. "benchmark": "run-s build:rollup benchmark:*",
  85. "benchmark:install": "cd benchmark && npm install",
  86. "benchmark:only": "node --expose-gc benchmark/index.js",
  87. "build": "run-s -n build:*",
  88. "build:rollup": "rollup -c rollup.config.js",
  89. "build:ts": "tsc --project tsconfig.build.json",
  90. "lint": "run-s -n lint:*",
  91. "lint:prettier": "npm run test:lint:prettier -- --write",
  92. "lint:ts": "npm run test:lint:ts -- --fix",
  93. "prebuild": "rm -rf dist",
  94. "prepublishOnly": "npm run preversion",
  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.5.0"
  107. }