You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.8 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "magic-string@0.30.17",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "magic-string@0.30.17",
  9. "_id": "magic-string@0.30.17",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  12. "_location": "/magic-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "magic-string@0.30.17",
  18. "name": "magic-string",
  19. "escapedName": "magic-string",
  20. "rawSpec": "0.30.17",
  21. "saveSpec": null,
  22. "fetchSpec": "0.30.17"
  23. },
  24. "_requiredBy": [
  25. "/@vue/compiler-sfc"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  28. "_spec": "0.30.17",
  29. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  30. "author": {
  31. "name": "Rich Harris"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/rich-harris/magic-string/issues"
  35. },
  36. "dependencies": {
  37. "@jridgewell/sourcemap-codec": "^1.5.0"
  38. },
  39. "description": "Modify strings, generate sourcemaps",
  40. "devDependencies": {
  41. "@eslint/js": "^9.16.0",
  42. "@rollup/plugin-node-resolve": "^15.3.0",
  43. "@rollup/plugin-replace": "^5.0.7",
  44. "benchmark": "^2.1.4",
  45. "bumpp": "^9.9.1",
  46. "conventional-changelog-cli": "^3.0.0",
  47. "eslint": "^9.16.0",
  48. "prettier": "^3.4.2",
  49. "publint": "^0.2.12",
  50. "rollup": "^3.29.5",
  51. "source-map-js": "^1.2.1",
  52. "source-map-support": "^0.5.21",
  53. "vitest": "^2.1.8"
  54. },
  55. "exports": {
  56. "./package.json": "./package.json",
  57. ".": {
  58. "import": "./dist/magic-string.es.mjs",
  59. "require": "./dist/magic-string.cjs.js"
  60. }
  61. },
  62. "files": [
  63. "dist/*",
  64. "index.d.ts",
  65. "README.md"
  66. ],
  67. "homepage": "https://github.com/rich-harris/magic-string#readme",
  68. "jsnext:main": "./dist/magic-string.es.mjs",
  69. "keywords": [
  70. "string",
  71. "string manipulation",
  72. "sourcemap",
  73. "templating",
  74. "transpilation"
  75. ],
  76. "license": "MIT",
  77. "main": "./dist/magic-string.cjs.js",
  78. "module": "./dist/magic-string.es.mjs",
  79. "name": "magic-string",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/rich-harris/magic-string.git"
  83. },
  84. "scripts": {
  85. "bench": "npm run build && node benchmark/index.mjs",
  86. "build": "rollup -c",
  87. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  88. "format": "prettier --single-quote --print-width 100 --use-tabs --write .",
  89. "lint": "eslint src test && publint",
  90. "lint:fix": "eslint src test --fix",
  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. "types": "./dist/magic-string.cjs.d.ts",
  99. "version": "0.30.17"
  100. }