Updated script that can be controled by Nodejs web app

This commit is contained in:
mac OS
2024-11-25 12:24:18 +07:00
parent c440eda1f4
commit 8b0ab2bd3a
8662 changed files with 1803808 additions and 34 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"name": "wtf-8",
"version": "1.0.0",
"description": "A well-tested WTF-8 encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/wtf8",
"main": "wtf-8.js",
"keywords": [
"charset",
"encoding",
"unicode",
"wtf8",
"wtf-8"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/wtf-8.js.git"
},
"files": [
"LICENSE-MIT.txt",
"wtf-8.js"
],
"bugs": "https://github.com/mathiasbynens/wtf-8.js/issues",
"scripts": {
"test": "node tests/tests.js"
},
"devDependencies": {
"coveralls": "^2.11.1",
"grunt": "^0.4.5",
"grunt-shell": "^1.1.1",
"istanbul": "^0.3.2",
"qunit-extras": "^1.2.0",
"qunitjs": "~1.11.0",
"requirejs": "^2.1.14"
}
}