package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "@jridgewell/gen-mapping@^0.1.0",
  3. "_id": "@jridgewell/gen-mapping@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
  6. "_location": "/@jridgewell/gen-mapping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/gen-mapping@^0.1.0",
  12. "name": "@jridgewell/gen-mapping",
  13. "escapedName": "@jridgewell%2fgen-mapping",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^0.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.1.0"
  18. },
  19. "_requiredBy": [
  20. "/@ampproject/remapping"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
  23. "_shasum": "e5d2e450306a9491e3bd77e323e38d7aff315996",
  24. "_spec": "@jridgewell/gen-mapping@^0.1.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@ampproject\\remapping",
  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.0",
  36. "@jridgewell/sourcemap-codec": "^1.4.10"
  37. },
  38. "deprecated": false,
  39. "description": "Generate source maps",
  40. "devDependencies": {
  41. "@rollup/plugin-typescript": "8.3.2",
  42. "@types/mocha": "9.1.1",
  43. "@types/node": "17.0.29",
  44. "@typescript-eslint/eslint-plugin": "5.21.0",
  45. "@typescript-eslint/parser": "5.21.0",
  46. "benchmark": "2.1.4",
  47. "c8": "7.11.2",
  48. "eslint": "8.14.0",
  49. "eslint-config-prettier": "8.5.0",
  50. "mocha": "9.2.2",
  51. "npm-run-all": "4.1.5",
  52. "prettier": "2.6.2",
  53. "rollup": "2.70.2",
  54. "typescript": "4.6.3"
  55. },
  56. "engines": {
  57. "node": ">=6.0.0"
  58. },
  59. "exports": {
  60. ".": {
  61. "browser": "./dist/gen-mapping.umd.js",
  62. "require": "./dist/gen-mapping.umd.js",
  63. "import": "./dist/gen-mapping.mjs"
  64. },
  65. "./package.json": "./package.json"
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "homepage": "https://github.com/jridgewell/gen-mapping#readme",
  71. "keywords": [
  72. "source",
  73. "map"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/gen-mapping.umd.js",
  77. "module": "dist/gen-mapping.mjs",
  78. "name": "@jridgewell/gen-mapping",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jridgewell/gen-mapping.git"
  82. },
  83. "scripts": {
  84. "benchmark": "run-s build:rollup benchmark:*",
  85. "benchmark:install": "cd benchmark && npm install",
  86. "benchmark:only": "node benchmark/index.mjs",
  87. "build": "run-s -n build:*",
  88. "build:rollup": "rollup -c rollup.config.js",
  89. "build:ts": "tsc --project tsconfig.build.json",
  90. "lint": "run-s -n lint:*",
  91. "lint:prettier": "npm run test:lint:prettier -- --write",
  92. "lint:ts": "npm run test:lint:ts -- --fix",
  93. "prebuild": "rm -rf dist",
  94. "prepublishOnly": "npm run preversion",
  95. "pretest": "run-s build:rollup",
  96. "preversion": "run-s test build",
  97. "test": "run-s -n test:lint test:coverage",
  98. "test:coverage": "c8 mocha",
  99. "test:debug": "mocha --inspect-brk",
  100. "test:lint": "run-s -n test:lint:*",
  101. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  102. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  103. "test:only": "mocha",
  104. "test:watch": "run-p 'build:rollup -- --watch' 'test:only -- --watch'"
  105. },
  106. "typings": "dist/types/gen-mapping.d.ts",
  107. "version": "0.1.1"
  108. }