20240517
This commit is contained in:
24
node_modules/tsml/package.json
generated
vendored
Normal file
24
node_modules/tsml/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user