File size: 391 Bytes
369fac9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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"
  ]
}