toon-formatter 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +15 -0
- package/README.md +3 -3
- package/package.json +5 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: [ankitpal181] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
|
4
|
+
# patreon: # Replace with a single Patreon username
|
|
5
|
+
# open_collective: # Replace with a single Open Collective username
|
|
6
|
+
# ko_fi: # Replace with a single Ko-fi username
|
|
7
|
+
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
8
|
+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
+
# liberapay: # Replace with a single Liberapay username
|
|
10
|
+
# issuehunt: # Replace with a single IssueHunt username
|
|
11
|
+
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
12
|
+
# polar: # Replace with a single Polar username
|
|
13
|
+
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
|
|
14
|
+
# thanks_dev: # Replace with a single thanks.dev username
|
|
15
|
+
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
package/README.md
CHANGED
|
@@ -378,9 +378,9 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
378
378
|
|
|
379
379
|
## 🔗 Links
|
|
380
380
|
|
|
381
|
-
- **GitHub**: https://github.com/ankitpal181/toon-
|
|
382
|
-
- **NPM**: https://www.npmjs.com/package/toon-
|
|
383
|
-
- **Online Tool**: https://
|
|
381
|
+
- **GitHub**: https://github.com/ankitpal181/toon-formatter-lib
|
|
382
|
+
- **NPM**: https://www.npmjs.com/package/toon-formatter
|
|
383
|
+
- **Online Tool**: https://toonformatter.net/
|
|
384
384
|
|
|
385
385
|
---
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "toon-formatter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"funding": {
|
|
5
|
+
"type": "github",
|
|
6
|
+
"url": "https://github.com/sponsors/ankitpal181"
|
|
7
|
+
},
|
|
4
8
|
"description": "A lightweight library to convert between TOON (Token-Oriented Object Notation) and popular data formats (JSON, YAML, XML, CSV). Reduce LLM token costs by up to 40%.",
|
|
5
9
|
"main": "src/index.js",
|
|
6
10
|
"type": "module",
|