package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "@jridgewell/source-map@0.3.6",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jridgewell/source-map@0.3.6",
  10. "_id": "@jridgewell/source-map@0.3.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  13. "_location": "/@jridgewell/source-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jridgewell/source-map@0.3.6",
  19. "name": "@jridgewell/source-map",
  20. "escapedName": "@jridgewell%2fsource-map",
  21. "scope": "@jridgewell",
  22. "rawSpec": "0.3.6",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.6"
  25. },
  26. "_requiredBy": [
  27. "/terser"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  30. "_spec": "0.3.6",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "author": {
  33. "name": "Justin Ridgewell",
  34. "email": "justin@ridgewell.name"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jridgewell/source-map/issues"
  38. },
  39. "dependencies": {
  40. "@jridgewell/gen-mapping": "^0.3.5",
  41. "@jridgewell/trace-mapping": "^0.3.25"
  42. },
  43. "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
  44. "devDependencies": {
  45. "@rollup/plugin-node-resolve": "13.2.1",
  46. "@rollup/plugin-typescript": "8.3.0",
  47. "@types/mocha": "9.1.1",
  48. "@types/node": "17.0.30",
  49. "@typescript-eslint/eslint-plugin": "5.10.0",
  50. "@typescript-eslint/parser": "5.10.0",
  51. "c8": "7.11.0",
  52. "eslint": "8.7.0",
  53. "eslint-config-prettier": "8.3.0",
  54. "mocha": "10.0.0",
  55. "npm-run-all": "4.1.5",
  56. "prettier": "2.5.1",
  57. "rollup": "2.66.0",
  58. "ts-mocha": "10.0.0",
  59. "typescript": "4.5.5"
  60. },
  61. "exports": {
  62. ".": [
  63. {
  64. "types": "./dist/types/source-map.d.ts",
  65. "browser": "./dist/source-map.umd.js",
  66. "require": "./dist/source-map.cjs",
  67. "import": "./dist/source-map.mjs"
  68. },
  69. "./dist/source-map.cjs"
  70. ],
  71. "./package.json": "./package.json"
  72. },
  73. "files": [
  74. "dist"
  75. ],
  76. "homepage": "https://github.com/jridgewell/source-map#readme",
  77. "keywords": [
  78. "sourcemap",
  79. "source",
  80. "map"
  81. ],
  82. "license": "MIT",
  83. "main": "dist/source-map.cjs",
  84. "module": "dist/source-map.mjs",
  85. "name": "@jridgewell/source-map",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jridgewell/source-map.git"
  89. },
  90. "scripts": {
  91. "build": "run-s -n build:*",
  92. "build:rollup": "rollup -c rollup.config.js",
  93. "build:ts": "tsc --project tsconfig.build.json",
  94. "lint": "run-s -n lint:*",
  95. "lint:prettier": "npm run test:lint:prettier -- --write",
  96. "lint:ts": "npm run test:lint:ts -- --fix",
  97. "prebuild": "rm -rf dist",
  98. "prepublishOnly": "npm run preversion",
  99. "preversion": "run-s test build",
  100. "test": "run-s -n test:lint test:only",
  101. "test:coverage": "c8 --reporter text --reporter html ts-mocha",
  102. "test:debug": "ts-mocha --inspect-brk",
  103. "test:lint": "run-s -n test:lint:*",
  104. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  105. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  106. "test:only": "ts-mocha",
  107. "test:watch": "ts-mocha --watch"
  108. },
  109. "types": "dist/types/source-map.d.ts",
  110. "version": "0.3.6"
  111. }