23 lines
391 B
Plaintext
23 lines
391 B
Plaintext
{
|
|
"name": "js-tokens",
|
|
"version": "8.0.3",
|
|
"author": "Simon Lydell",
|
|
"license": "MIT",
|
|
"description": "Tiny JavaScript tokenizer.",
|
|
"repository": "lydell/js-tokens",
|
|
"type": "commonjs",
|
|
"exports": "./index.js",
|
|
"keywords": [
|
|
"JavaScript",
|
|
"js",
|
|
"ECMAScript",
|
|
"es",
|
|
"token",
|
|
"tokens",
|
|
"tokenize",
|
|
"tokenizer",
|
|
"regex",
|
|
"regexp"
|
|
]
|
|
}
|