package.json 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "@jridgewell/sourcemap-codec@^1.4.14",
  3. "_id": "@jridgewell/sourcemap-codec@1.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  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. "/magic-string"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  25. "_shasum": "6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba",
  26. "_spec": "@jridgewell/sourcemap-codec@^1.4.14",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@jridgewell\\trace-mapping",
  28. "author": {
  29. "name": "Justin Ridgewell",
  30. "email": "justin@ridgewell.name"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jridgewell/sourcemaps/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Encode/decode sourcemap mappings",
  38. "exports": {
  39. ".": [
  40. {
  41. "import": {
  42. "types": "./types/sourcemap-codec.d.mts",
  43. "default": "./dist/sourcemap-codec.mjs"
  44. },
  45. "default": {
  46. "types": "./types/sourcemap-codec.d.cts",
  47. "default": "./dist/sourcemap-codec.umd.js"
  48. }
  49. },
  50. "./dist/sourcemap-codec.umd.js"
  51. ],
  52. "./package.json": "./package.json"
  53. },
  54. "files": [
  55. "dist",
  56. "src",
  57. "types"
  58. ],
  59. "homepage": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec",
  60. "keywords": [
  61. "sourcemap",
  62. "vlq"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/sourcemap-codec.umd.js",
  66. "module": "dist/sourcemap-codec.mjs",
  67. "name": "@jridgewell/sourcemap-codec",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jridgewell/sourcemaps.git",
  71. "directory": "packages/sourcemap-codec"
  72. },
  73. "scripts": {
  74. "benchmark": "run-s build:code benchmark:*",
  75. "benchmark:install": "cd benchmark && npm install",
  76. "benchmark:only": "node --expose-gc benchmark/index.js",
  77. "build": "run-s -n build:code build:types",
  78. "build:code": "node ../../esbuild.mjs sourcemap-codec.ts",
  79. "build:types": "run-s build:types:force build:types:emit build:types:mts",
  80. "build:types:emit": "tsc --project tsconfig.build.json",
  81. "build:types:force": "rimraf tsconfig.build.tsbuildinfo",
  82. "build:types:mts": "node ../../mts-types.mjs",
  83. "clean": "run-s -n clean:code clean:types",
  84. "clean:code": "tsc --build --clean tsconfig.build.json",
  85. "clean:types": "rimraf dist types",
  86. "lint": "run-s -n lint:types lint:format",
  87. "lint:format": "npm run test:format -- --write",
  88. "lint:types": "npm run test:types -- --fix",
  89. "prepublishOnly": "npm run-s -n build test",
  90. "test": "run-s -n test:types test:only test:format",
  91. "test:format": "prettier --check '{src,test}/**/*.ts'",
  92. "test:only": "mocha",
  93. "test:types": "eslint '{src,test}/**/*.ts'"
  94. },
  95. "types": "types/sourcemap-codec.d.cts",
  96. "version": "1.5.5"
  97. }