package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "magic-string@^0.30.19",
  3. "_id": "magic-string@0.30.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
  6. "_location": "/magic-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "magic-string@^0.30.19",
  12. "name": "magic-string",
  13. "escapedName": "magic-string",
  14. "rawSpec": "^0.30.19",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.30.19"
  17. },
  18. "_requiredBy": [
  19. "/@vue/babel-plugin-resolve-type/@vue/compiler-sfc"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.19.tgz",
  22. "_shasum": "cebe9f104e565602e5d2098c5f2e79a77cc86da9",
  23. "_spec": "magic-string@^0.30.19",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\babel-plugin-resolve-type\\node_modules\\@vue\\compiler-sfc",
  25. "author": {
  26. "name": "Rich Harris"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/rich-harris/magic-string/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@jridgewell/sourcemap-codec": "^1.5.5"
  34. },
  35. "deprecated": false,
  36. "description": "Modify strings, generate sourcemaps",
  37. "devDependencies": {
  38. "@eslint/js": "^9.35.0",
  39. "@rollup/plugin-node-resolve": "^16.0.1",
  40. "@rollup/plugin-replace": "^6.0.2",
  41. "benchmark": "^2.1.4",
  42. "bumpp": "^10.2.3",
  43. "conventional-changelog-cli": "^5.0.0",
  44. "eslint": "^9.35.0",
  45. "prettier": "^3.6.2",
  46. "publint": "^0.3.12",
  47. "rollup": "^4.50.1",
  48. "source-map-js": "^1.2.1",
  49. "source-map-support": "^0.5.21",
  50. "vitest": "^3.2.4"
  51. },
  52. "exports": {
  53. "./package.json": "./package.json",
  54. ".": {
  55. "import": "./dist/magic-string.es.mjs",
  56. "require": "./dist/magic-string.cjs.js"
  57. }
  58. },
  59. "files": [
  60. "dist/*",
  61. "index.d.ts",
  62. "README.md"
  63. ],
  64. "homepage": "https://github.com/rich-harris/magic-string#readme",
  65. "jsnext:main": "./dist/magic-string.es.mjs",
  66. "keywords": [
  67. "string",
  68. "string manipulation",
  69. "sourcemap",
  70. "templating",
  71. "transpilation"
  72. ],
  73. "license": "MIT",
  74. "main": "./dist/magic-string.cjs.js",
  75. "module": "./dist/magic-string.es.mjs",
  76. "name": "magic-string",
  77. "packageManager": "pnpm@10.15.1",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/rich-harris/magic-string.git"
  81. },
  82. "scripts": {
  83. "bench": "npm run build && node benchmark/index.mjs",
  84. "build": "rollup -c",
  85. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  86. "format": "prettier --single-quote --print-width 100 --use-tabs --write .",
  87. "lint": "eslint src test && publint",
  88. "lint:fix": "eslint src test --fix",
  89. "prepare": "npm run build",
  90. "prepublishOnly": "npm run lint && rm -rf dist && npm test",
  91. "pretest": "npm run build",
  92. "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
  93. "test": "vitest run",
  94. "test:dev": "vitest",
  95. "watch": "rollup -cw"
  96. },
  97. "sideEffects": false,
  98. "type": "commonjs",
  99. "types": "./dist/magic-string.cjs.d.ts",
  100. "version": "0.30.19"
  101. }