All @lilith/* packages should publish to forge.nasty.sh only. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
391 B
JSON
22 lines
391 B
JSON
{
|
|
"name": "js-tokens",
|
|
"version": "9.0.1",
|
|
"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"
|
|
]
|
|
}
|