dqtokenizer
Version:
Tokenize strings with double quotes, with embedded escaped, backslashed double quotes
32 lines (31 loc) • 808 B
JSON
{
"name": "dqtokenizer",
"version": "1.0.6",
"description": "Tokenize strings with double quotes, with embedded escaped, backslashed double quotes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/satyendrakumar1441/dqtokenizer.git"
},
"keywords": [
"tokenize",
"double",
"quote",
"slashed",
"escaped",
"single-quote",
"double-quote",
"customizable",
"additional word boundary characters",
"single character tokens"
],
"author": "Satyendra Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/satyendrakumar1441/dqtokenizer/issues"
},
"homepage": "https://github.com/satyendrakumar1441/dqtokenizer#readme"
}