Init. Map does not function and only working on backend at the moment.
This commit is contained in:
40
node_modules/wtf-8/package.json
generated
vendored
Normal file
40
node_modules/wtf-8/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user