package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "magic-string@^0.30.17",
  3. "_id": "magic-string@0.30.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  6. "_location": "/magic-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "magic-string@^0.30.17",
  12. "name": "magic-string",
  13. "escapedName": "magic-string",
  14. "rawSpec": "^0.30.17",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.30.17"
  17. },
  18. "_requiredBy": [
  19. "/@vue/compiler-sfc"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  22. "_shasum": "450a449673d2460e5bbcfba9a61916a1714c7453",
  23. "_spec": "magic-string@^0.30.17",
  24. "_where": "E:\\vue_project\\el-table-column\\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.0"
  34. },
  35. "deprecated": false,
  36. "description": "Modify strings, generate sourcemaps",
  37. "devDependencies": {
  38. "@eslint/js": "^9.16.0",
  39. "@rollup/plugin-node-resolve": "^15.3.0",
  40. "@rollup/plugin-replace": "^5.0.7",
  41. "benchmark": "^2.1.4",
  42. "bumpp": "^9.9.1",
  43. "conventional-changelog-cli": "^3.0.0",
  44. "eslint": "^9.16.0",
  45. "prettier": "^3.4.2",
  46. "publint": "^0.2.12",
  47. "rollup": "^3.29.5",
  48. "source-map-js": "^1.2.1",
  49. "source-map-support": "^0.5.21",
  50. "vitest": "^2.1.8"
  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. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/rich-harris/magic-string.git"
  80. },
  81. "scripts": {
  82. "bench": "npm run build && node benchmark/index.mjs",
  83. "build": "rollup -c",
  84. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  85. "format": "prettier --single-quote --print-width 100 --use-tabs --write .",
  86. "lint": "eslint src test && publint",
  87. "lint:fix": "eslint src test --fix",
  88. "pretest": "npm run build",
  89. "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
  90. "test": "vitest run",
  91. "test:dev": "vitest",
  92. "watch": "rollup -cw"
  93. },
  94. "sideEffects": false,
  95. "types": "./dist/magic-string.cjs.d.ts",
  96. "version": "0.30.17"
  97. }