package.json 3.5 KB

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