first commit

This commit is contained in:
2025-10-10 18:00:07 -04:00
commit 06b59a3a99
3786 changed files with 571590 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "truncate-utf8-bytes",
"version": "1.0.2",
"description": "Truncate string to given length in bytes",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parshap/truncate-utf8-bytes.git"
},
"keywords": [
"truncate",
"utf8"
],
"author": "Carl Xiong <xiongc05@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/parshap/truncate-utf8-bytes/issues"
},
"homepage": "https://github.com/parshap/truncate-utf8-bytes#readme",
"devDependencies": {
"tape": "^4.2.2"
},
"dependencies": {
"utf8-byte-length": "^1.0.1"
}
}