mini-tokenizer
Version:
tiny tokenizer for simple parsing
24 lines • 545 B
JSON
{
"name": "mini-tokenizer",
"version": "0.1.2",
"description": "tiny tokenizer for simple parsing",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/MatthewMueller/mini-tokenizer.git"
},
"keywords": [
"tokenize",
"parser",
"mini"
],
"author": "Matthew Mueller",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthewMueller/mini-tokenizer/issues"
},
"homepage": "https://github.com/MatthewMueller/mini-tokenizer"
}