mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 16:06:05 +00:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "js-tokens",
|
|
"version": "4.0.0",
|
|
"author": "Simon Lydell",
|
|
"license": "MIT",
|
|
"description": "A regex that tokenizes JavaScript.",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"repository": "lydell/js-tokens",
|
|
"devDependencies": {
|
|
"coffeescript": "2.1.1",
|
|
"esprima": "4.0.0",
|
|
"everything.js": "1.0.3",
|
|
"mocha": "5.0.0"
|
|
}
|
|
} |