package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "@jridgewell/sourcemap-codec@1.5.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jridgewell/sourcemap-codec@1.5.0",
  10. "_id": "@jridgewell/sourcemap-codec@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  13. "_location": "/@jridgewell/sourcemap-codec",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jridgewell/sourcemap-codec@1.5.0",
  19. "name": "@jridgewell/sourcemap-codec",
  20. "escapedName": "@jridgewell%2fsourcemap-codec",
  21. "scope": "@jridgewell",
  22. "rawSpec": "1.5.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.5.0"
  25. },
  26. "_requiredBy": [
  27. "/@cspotcode/source-map-support/@jridgewell/trace-mapping",
  28. "/@jridgewell/gen-mapping",
  29. "/@jridgewell/trace-mapping"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  32. "_spec": "1.5.0",
  33. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  34. "author": {
  35. "name": "Rich Harris"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jridgewell/sourcemap-codec/issues"
  39. },
  40. "description": "Encode/decode sourcemap mappings",
  41. "devDependencies": {
  42. "@rollup/plugin-typescript": "8.3.0",
  43. "@types/mocha": "10.0.6",
  44. "@types/node": "17.0.15",
  45. "@typescript-eslint/eslint-plugin": "5.10.0",
  46. "@typescript-eslint/parser": "5.10.0",
  47. "benchmark": "2.1.4",
  48. "c8": "7.11.2",
  49. "eslint": "8.7.0",
  50. "eslint-config-prettier": "8.3.0",
  51. "mocha": "9.2.0",
  52. "npm-run-all": "4.1.5",
  53. "prettier": "2.5.1",
  54. "rollup": "2.64.0",
  55. "source-map": "0.6.1",
  56. "source-map-js": "1.0.2",
  57. "sourcemap-codec": "1.4.8",
  58. "tsx": "4.7.1",
  59. "typescript": "4.5.4"
  60. },
  61. "exports": {
  62. ".": [
  63. {
  64. "types": "./dist/types/sourcemap-codec.d.ts",
  65. "browser": "./dist/sourcemap-codec.umd.js",
  66. "require": "./dist/sourcemap-codec.umd.js",
  67. "import": "./dist/sourcemap-codec.mjs"
  68. },
  69. "./dist/sourcemap-codec.umd.js"
  70. ],
  71. "./package.json": "./package.json"
  72. },
  73. "files": [
  74. "dist"
  75. ],
  76. "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
  77. "keywords": [
  78. "sourcemap",
  79. "vlq"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/sourcemap-codec.umd.js",
  83. "module": "dist/sourcemap-codec.mjs",
  84. "name": "@jridgewell/sourcemap-codec",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
  88. },
  89. "scripts": {
  90. "benchmark": "run-s build:rollup benchmark:*",
  91. "benchmark:install": "cd benchmark && npm install",
  92. "benchmark:only": "node --expose-gc benchmark/index.js",
  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:coverage": "c8 mocha",
  104. "test:debug": "mocha --inspect-brk",
  105. "test:lint": "run-s -n test:lint:*",
  106. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  107. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  108. "test:only": "mocha",
  109. "test:watch": "mocha --watch"
  110. },
  111. "types": "dist/types/sourcemap-codec.d.ts",
  112. "version": "1.5.0"
  113. }