DG_LAB/node_modules/is-utf8/package.json
3944Realms 4b15d70e06 refactor: 重构开发环境
BREAKING CHANGE: 由com.r3944realms.dg_lab_api -> com.r3944realms.dg_lab.api
2025-09-13 10:57:55 +08:00

20 lines
356 B
JSON

{
"name": "is-utf8",
"version": "0.2.1",
"description": "Detect if a buffer is utf8 encoded.",
"main": "is-utf8.js",
"scripts": {
"test": "node test.js"
},
"repository": "https://github.com/wayfind/is-utf8.git",
"keywords": [
"utf8",
"charset"
],
"files": [
"is-utf8.js"
],
"author": "wayfind",
"license": "MIT"
}