package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@jridgewell/gen-mapping@^0.3.12",
  3. "_id": "@jridgewell/gen-mapping@0.3.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  6. "_location": "/@jridgewell/gen-mapping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/gen-mapping@^0.3.12",
  12. "name": "@jridgewell/gen-mapping",
  13. "escapedName": "@jridgewell%2fgen-mapping",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.3.12",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.12"
  18. },
  19. "_requiredBy": [
  20. "/@babel/generator",
  21. "/@jridgewell/remapping",
  22. "/@jridgewell/source-map"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  25. "_shasum": "6342a19f44347518c93e43b1ac69deb3c4656a1f",
  26. "_spec": "@jridgewell/gen-mapping@^0.3.12",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\generator",
  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. "dependencies": {
  37. "@jridgewell/sourcemap-codec": "^1.5.0",
  38. "@jridgewell/trace-mapping": "^0.3.24"
  39. },
  40. "deprecated": false,
  41. "description": "Generate source maps",
  42. "exports": {
  43. ".": [
  44. {
  45. "import": {
  46. "types": "./types/gen-mapping.d.mts",
  47. "default": "./dist/gen-mapping.mjs"
  48. },
  49. "default": {
  50. "types": "./types/gen-mapping.d.cts",
  51. "default": "./dist/gen-mapping.umd.js"
  52. }
  53. },
  54. "./dist/gen-mapping.umd.js"
  55. ],
  56. "./package.json": "./package.json"
  57. },
  58. "files": [
  59. "dist",
  60. "src",
  61. "types"
  62. ],
  63. "homepage": "https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping",
  64. "keywords": [
  65. "source",
  66. "map"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/gen-mapping.umd.js",
  70. "module": "dist/gen-mapping.mjs",
  71. "name": "@jridgewell/gen-mapping",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jridgewell/sourcemaps.git",
  75. "directory": "packages/gen-mapping"
  76. },
  77. "scripts": {
  78. "benchmark": "run-s build:code benchmark:*",
  79. "benchmark:install": "cd benchmark && npm install",
  80. "benchmark:only": "node --expose-gc benchmark/index.js",
  81. "build": "run-s -n build:code build:types",
  82. "build:code": "node ../../esbuild.mjs gen-mapping.ts",
  83. "build:types": "run-s build:types:force build:types:emit build:types:mts",
  84. "build:types:emit": "tsc --project tsconfig.build.json",
  85. "build:types:force": "rimraf tsconfig.build.tsbuildinfo",
  86. "build:types:mts": "node ../../mts-types.mjs",
  87. "clean": "run-s -n clean:code clean:types",
  88. "clean:code": "tsc --build --clean tsconfig.build.json",
  89. "clean:types": "rimraf dist types",
  90. "lint": "run-s -n lint:types lint:format",
  91. "lint:format": "npm run test:format -- --write",
  92. "lint:types": "npm run test:types -- --fix",
  93. "prepublishOnly": "npm run-s -n build test",
  94. "test": "run-s -n test:types test:only test:format",
  95. "test:format": "prettier --check '{src,test}/**/*.ts'",
  96. "test:only": "mocha",
  97. "test:types": "eslint '{src,test}/**/*.ts'"
  98. },
  99. "types": "types/gen-mapping.d.cts",
  100. "version": "0.3.13"
  101. }