quote
Version:
Add quotes to given string unless it already has them
25 lines (24 loc) • 453 B
JSON
{
"name": "quote",
"main": "quote.js",
"version": "0.4.0",
"homepage": "https://github.com/bahmutov/quote",
"authors": [
"Gleb Bahmutov <gleb.bahmutov@gmail.com>"
],
"description": "Add quotes to given string unless it already has them",
"keywords": [
"quote",
"string",
"utility",
"quotes"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}