package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "magic-string@^0.30.0",
  3. "_id": "magic-string@0.30.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==",
  6. "_location": "/magic-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "magic-string@^0.30.0",
  12. "name": "magic-string",
  13. "escapedName": "magic-string",
  14. "rawSpec": "^0.30.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.30.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/compiler-sfc",
  20. "/@vue/reactivity-transform"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.0.tgz",
  23. "_shasum": "fd58a4748c5c4547338a424e90fa5dd17f4de529",
  24. "_spec": "magic-string@^0.30.0",
  25. "_where": "E:\\Project\\2023\\问诊平台\\his_user_app\\node_modules\\@vue\\compiler-sfc",
  26. "author": {
  27. "name": "Rich Harris"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rich-harris/magic-string/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@jridgewell/sourcemap-codec": "^1.4.13"
  35. },
  36. "deprecated": false,
  37. "description": "Modify strings, generate sourcemaps",
  38. "devDependencies": {
  39. "@rollup/plugin-node-resolve": "^14.1.0",
  40. "@rollup/plugin-replace": "^4.0.0",
  41. "benchmark": "^2.1.4",
  42. "bumpp": "^8.2.1",
  43. "conventional-changelog-cli": "^2.2.2",
  44. "eslint": "^8.23.1",
  45. "mocha": "^10.0.0",
  46. "prettier": "^2.7.1",
  47. "publint": "^0.1.7",
  48. "rollup": "^2.79.1",
  49. "source-map-js": "^1.0.2",
  50. "source-map-support": "^0.5.21"
  51. },
  52. "engines": {
  53. "node": ">=12"
  54. },
  55. "exports": {
  56. "./package.json": "./package.json",
  57. ".": {
  58. "types": "./index.d.ts",
  59. "import": "./dist/magic-string.es.mjs",
  60. "require": "./dist/magic-string.cjs.js"
  61. }
  62. },
  63. "files": [
  64. "dist/*",
  65. "index.d.ts",
  66. "README.md"
  67. ],
  68. "homepage": "https://github.com/rich-harris/magic-string#readme",
  69. "jsnext:main": "./dist/magic-string.es.mjs",
  70. "keywords": [
  71. "string",
  72. "string manipulation",
  73. "sourcemap",
  74. "templating",
  75. "transpilation"
  76. ],
  77. "license": "MIT",
  78. "main": "./dist/magic-string.cjs.js",
  79. "module": "./dist/magic-string.es.mjs",
  80. "name": "magic-string",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/rich-harris/magic-string.git"
  84. },
  85. "scripts": {
  86. "bench": "npm run build && node benchmark/index.mjs",
  87. "build": "rollup -c",
  88. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  89. "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
  90. "lint": "eslint src test && publint",
  91. "prepare": "npm run build",
  92. "prepublishOnly": "npm run lint && rm -rf dist && npm test",
  93. "pretest": "npm run build",
  94. "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
  95. "test": "mocha",
  96. "watch": "rollup -cw"
  97. },
  98. "types": "./index.d.ts",
  99. "version": "0.30.0"
  100. }