You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
391 B
22 lines
391 B
{
|
|
"name": "js-tokens",
|
|
"version": "8.0.2",
|
|
"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"
|
|
]
|
|
}
|
|
|