magic-string-ast
Advanced tools
+1
-1
| The MIT License (MIT) | ||
| Copyright © 2023-PRESENT 三咲智子 (https://github.com/sxzz) | ||
| Copyright © 2023-PRESENT Kevin Deng (https://github.com/sxzz) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+18
-14
| { | ||
| "name": "magic-string-ast", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "magic-string with AST shortcut.", | ||
@@ -15,3 +15,3 @@ "type": "module", | ||
| }, | ||
| "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>", | ||
| "author": "Kevin Deng <sxzz@sxzz.moe>", | ||
| "funding": "https://github.com/sponsors/sxzz", | ||
@@ -26,3 +26,3 @@ "files": [ | ||
| ".": "./dist/index.js", | ||
| "./*": "./*" | ||
| "./package.json": "./package.json" | ||
| }, | ||
@@ -33,22 +33,26 @@ "publishConfig": { | ||
| "dependencies": { | ||
| "magic-string": "^0.30.17" | ||
| "magic-string": "^0.30.19" | ||
| }, | ||
| "devDependencies": { | ||
| "@sxzz/eslint-config": "^7.1.2", | ||
| "@sxzz/prettier-config": "^2.2.3", | ||
| "@types/node": "^24.2.1", | ||
| "bumpp": "^10.2.2", | ||
| "eslint": "^9.33.0", | ||
| "@sxzz/eslint-config": "^7.2.7", | ||
| "@sxzz/prettier-config": "^2.2.4", | ||
| "@types/node": "^24.7.0", | ||
| "bumpp": "^10.3.1", | ||
| "eslint": "^9.37.0", | ||
| "fast-glob": "^3.3.3", | ||
| "magic-string-stack": "^1.0.0", | ||
| "magic-string-stack": "^1.1.0", | ||
| "prettier": "^3.6.2", | ||
| "tsdown": "^0.14.0", | ||
| "tsx": "^4.20.3", | ||
| "typescript": "^5.9.2", | ||
| "tsdown": "^0.15.6", | ||
| "tsx": "^4.20.6", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^3.2.4" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20.18.0" | ||
| "node": ">=20.19.0" | ||
| }, | ||
| "prettier": "@sxzz/prettier-config", | ||
| "tsdown": { | ||
| "exports": true, | ||
| "inlineOnly": [] | ||
| }, | ||
| "scripts": { | ||
@@ -55,0 +59,0 @@ "lint": "eslint .", |
+17
-3
@@ -1,4 +0,7 @@ | ||
| # magic-string-ast [](https://npmjs.com/package/magic-string-ast) [](https://jsr.io/@sxzz/magic-string-ast) | ||
| # magic-string-ast | ||
| [](https://github.com/sxzz/magic-string-ast/actions/workflows/unit-test.yml) | ||
| [![npm version][npm-version-src]][npm-version-href] | ||
| [![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
| [![JSR][jsr-badge-src]][jsr-badge-href] | ||
| [![Unit Test][unit-test-src]][unit-test-href] | ||
@@ -54,2 +57,13 @@ [magic-string](https://github.com/rich-harris/magic-string) with AST shortcut. | ||
| [MIT](./LICENSE) License © 2023-PRESENT [三咲智子](https://github.com/sxzz) | ||
| [MIT](./LICENSE) License © 2023-PRESENT [Kevin Deng](https://github.com/sxzz) | ||
| <!-- Badges --> | ||
| [npm-version-src]: https://img.shields.io/npm/v/magic-string-ast.svg | ||
| [npm-version-href]: https://npmjs.com/package/magic-string-ast | ||
| [npm-downloads-src]: https://img.shields.io/npm/dm/magic-string-ast | ||
| [npm-downloads-href]: https://www.npmcharts.com/compare/magic-string-ast?interval=30 | ||
| [jsr-badge-src]: https://jsr.io/badges/@sxzz/magic-string-ast | ||
| [jsr-badge-href]: https://jsr.io/@sxzz/magic-string-ast | ||
| [unit-test-src]: https://github.com/sxzz/magic-string-ast/actions/workflows/unit-test.yml/badge.svg | ||
| [unit-test-href]: https://github.com/sxzz/magic-string-ast/actions/workflows/unit-test.yml |
9948
5.33%69
25.45%Updated