You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
743 B
27 lines
743 B
{
|
|
"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",
|
|
"__npminstall_done": "Sun Apr 18 2021 11:11:02 GMT+0800 (中国标准时间)",
|
|
"_from": "tsml@1.0.1",
|
|
"_resolved": "https://registry.npm.taobao.org/tsml/download/tsml-1.0.1.tgz"
|
|
} |