This commit is contained in:
2024-05-17 18:02:49 +08:00
parent 8407d51fb6
commit b5264dc222
4056 changed files with 308094 additions and 41932 deletions

24
node_modules/tsml/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "tsml",
"version": "1.0.1",
"description": "ES6 template string tag for multi-line cleaning - squash multi-line strings into a single line",
"main": "tsml.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/tsml.git"
},
"keywords": [
"template",
"templatestring",
"es6"
],
"author": "Rod Vagg <rod@vagg.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rvagg/tsml/issues"
},
"homepage": "https://github.com/rvagg/tsml"
}