package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "@jridgewell/gen-mapping@^0.3.0",
  3. "_id": "@jridgewell/gen-mapping@0.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  6. "_location": "/@jridgewell/gen-mapping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/gen-mapping@^0.3.0",
  12. "name": "@jridgewell/gen-mapping",
  13. "escapedName": "@jridgewell%2fgen-mapping",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.3.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.0"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/source-map"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  23. "_shasum": "7e02e6eb5df901aaedb08514203b096614024098",
  24. "_spec": "@jridgewell/gen-mapping@^0.3.0",
  25. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@jridgewell\\source-map",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jridgewell/gen-mapping/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@jridgewell/set-array": "^1.0.1",
  36. "@jridgewell/sourcemap-codec": "^1.4.10",
  37. "@jridgewell/trace-mapping": "^0.3.9"
  38. },
  39. "deprecated": false,
  40. "description": "Generate source maps",
  41. "devDependencies": {
  42. "@rollup/plugin-typescript": "8.3.2",
  43. "@types/mocha": "9.1.1",
  44. "@types/node": "17.0.29",
  45. "@typescript-eslint/eslint-plugin": "5.21.0",
  46. "@typescript-eslint/parser": "5.21.0",
  47. "benchmark": "2.1.4",
  48. "c8": "7.11.2",
  49. "eslint": "8.14.0",
  50. "eslint-config-prettier": "8.5.0",
  51. "mocha": "9.2.2",
  52. "npm-run-all": "4.1.5",
  53. "prettier": "2.6.2",
  54. "rollup": "2.70.2",
  55. "typescript": "4.6.3"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. },
  60. "exports": {
  61. ".": [
  62. {
  63. "types": "./dist/types/gen-mapping.d.ts",
  64. "browser": "./dist/gen-mapping.umd.js",
  65. "require": "./dist/gen-mapping.umd.js",
  66. "import": "./dist/gen-mapping.mjs"
  67. },
  68. "./dist/gen-mapping.umd.js"
  69. ],
  70. "./package.json": "./package.json"
  71. },
  72. "files": [
  73. "dist"
  74. ],
  75. "homepage": "https://github.com/jridgewell/gen-mapping#readme",
  76. "keywords": [
  77. "source",
  78. "map"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/gen-mapping.umd.js",
  82. "module": "dist/gen-mapping.mjs",
  83. "name": "@jridgewell/gen-mapping",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jridgewell/gen-mapping.git"
  87. },
  88. "scripts": {
  89. "benchmark": "run-s build:rollup benchmark:*",
  90. "benchmark:install": "cd benchmark && npm install",
  91. "benchmark:only": "node benchmark/index.mjs",
  92. "build": "run-s -n build:*",
  93. "build:rollup": "rollup -c rollup.config.js",
  94. "build:ts": "tsc --project tsconfig.build.json",
  95. "lint": "run-s -n lint:*",
  96. "lint:prettier": "npm run test:lint:prettier -- --write",
  97. "lint:ts": "npm run test:lint:ts -- --fix",
  98. "prebuild": "rm -rf dist",
  99. "prepublishOnly": "npm run preversion",
  100. "pretest": "run-s build:rollup",
  101. "preversion": "run-s test build",
  102. "test": "run-s -n test:lint test:coverage",
  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": "run-p 'build:rollup -- --watch' 'test:only -- --watch'"
  110. },
  111. "types": "dist/types/gen-mapping.d.ts",
  112. "version": "0.3.3"
  113. }