mirror of
https://github.com/zoorpha/rustshare-obsidian-plugin.git
synced 2026-07-22 07:48:14 +00:00
22 lines
390 B
JSON
22 lines
390 B
JSON
{
|
|
"name": "js-tokens",
|
|
"version": "10.0.0",
|
|
"author": "Simon Lydell",
|
|
"license": "MIT",
|
|
"description": "Tiny JavaScript tokenizer.",
|
|
"repository": "lydell/js-tokens",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"keywords": [
|
|
"JavaScript",
|
|
"js",
|
|
"ECMAScript",
|
|
"es",
|
|
"token",
|
|
"tokens",
|
|
"tokenize",
|
|
"tokenizer",
|
|
"regex",
|
|
"regexp"
|
|
]
|
|
}
|