@cdxoo/inline-string
Version:
turn multi line es6 template literal into a single line
30 lines (29 loc) • 678 B
JSON
{
"name": "@cdxoo/inline-string",
"version": "1.0.0",
"description": "turn multi line es6 template literal into a single line",
"main": "src/index.js",
"scripts": {
"test": "npx mocha src/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdxOo/inline-string.git"
},
"keywords": [
"multi-line",
"template-literal",
"inline"
],
"author": "Jan Schwalbe",
"license": "MIT",
"bugs": {
"url": "https://github.com/cdxOo/inline-string/issues"
},
"homepage": "https://github.com/cdxOo/inline-string#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1"
},
"dependencies": {}
}