@tehshrike/shell-escape-tag
Version:
shell-escape-tag, but with a much smaller install size
40 lines (39 loc) • 840 B
JSON
{
"name": "@tehshrike/shell-escape-tag",
"version": "2.0.0",
"description": "shell-escape-tag, but with a much smaller install size ",
"repository": "TehShrike/shell-escape-tag",
"license": "Artistic-2.0",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "glob-module-file --pattern=\"test/*.js\" --format=cjs | node | faucet"
},
"dependencies": {
"@tehshrike/any-shell-escape": "~1.0.0",
"lodash.flattendeep": "4.4.0",
"lodash.zip": "4.2.0"
},
"devDependencies": {
"faucet": "^0.0.4",
"glob-module-file": "3.2.0",
"zora": "2.0.1"
},
"keywords": [
"es6",
"escape",
"interpolate",
"interpolation",
"quote",
"shell",
"tag",
"tags",
"tagged",
"tagged-template",
"tagged-templates",
"template",
"templates"
]
}