package.json 3.4 KB

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