package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. "/@babel/helper-module-transforms/@babel/generator",
  23. "/@babel/plugin-transform-async-to-generator/@babel/generator"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  26. "_shasum": "4f0e06362e01362f823d348f1872b08f666d8142",
  27. "_spec": "@jridgewell/gen-mapping@^0.3.5",
  28. "_where": "/data/wwwroot/qimall/node/node_modules/@ampproject/remapping",
  29. "author": {
  30. "name": "Justin Ridgewell",
  31. "email": "justin@ridgewell.name"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jridgewell/gen-mapping/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@jridgewell/set-array": "^1.2.1",
  39. "@jridgewell/sourcemap-codec": "^1.4.10",
  40. "@jridgewell/trace-mapping": "^0.3.24"
  41. },
  42. "deprecated": false,
  43. "description": "Generate source maps",
  44. "devDependencies": {
  45. "@rollup/plugin-typescript": "8.3.2",
  46. "@types/mocha": "9.1.1",
  47. "@types/node": "17.0.29",
  48. "@typescript-eslint/eslint-plugin": "5.21.0",
  49. "@typescript-eslint/parser": "5.21.0",
  50. "benchmark": "2.1.4",
  51. "c8": "7.11.2",
  52. "eslint": "8.14.0",
  53. "eslint-config-prettier": "8.5.0",
  54. "mocha": "9.2.2",
  55. "npm-run-all": "4.1.5",
  56. "prettier": "2.6.2",
  57. "rollup": "2.70.2",
  58. "tsx": "4.7.1",
  59. "typescript": "4.6.3"
  60. },
  61. "engines": {
  62. "node": ">=6.0.0"
  63. },
  64. "exports": {
  65. ".": [
  66. {
  67. "types": "./dist/types/gen-mapping.d.ts",
  68. "browser": "./dist/gen-mapping.umd.js",
  69. "require": "./dist/gen-mapping.umd.js",
  70. "import": "./dist/gen-mapping.mjs"
  71. },
  72. "./dist/gen-mapping.umd.js"
  73. ],
  74. "./package.json": "./package.json"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "homepage": "https://github.com/jridgewell/gen-mapping#readme",
  80. "keywords": [
  81. "source",
  82. "map"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/gen-mapping.umd.js",
  86. "module": "dist/gen-mapping.mjs",
  87. "name": "@jridgewell/gen-mapping",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jridgewell/gen-mapping.git"
  91. },
  92. "scripts": {
  93. "benchmark": "run-s build:rollup benchmark:*",
  94. "benchmark:install": "cd benchmark && npm install",
  95. "benchmark:only": "node benchmark/index.mjs",
  96. "build": "run-s -n build:*",
  97. "build:rollup": "rollup -c rollup.config.js",
  98. "build:ts": "tsc --project tsconfig.build.json",
  99. "lint": "run-s -n lint:*",
  100. "lint:prettier": "npm run test:lint:prettier -- --write",
  101. "lint:ts": "npm run test:lint:ts -- --fix",
  102. "prebuild": "rm -rf dist",
  103. "prepublishOnly": "npm run preversion",
  104. "preversion": "run-s test build",
  105. "test": "run-s -n test:lint test:only",
  106. "test:debug": "mocha --inspect-brk",
  107. "test:lint": "run-s -n test:lint:*",
  108. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  109. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  110. "test:only": "c8 mocha",
  111. "test:watch": "mocha --watch"
  112. },
  113. "types": "dist/types/gen-mapping.d.ts",
  114. "version": "0.3.8"
  115. }