This website works better with JavaScript.
Explore
Help
Register
Sign In
joepie91
/
pegjs
Watch
1
Star
0
Fork
You've already forked pegjs
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b7b87ea8ae
redux
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b7b87ea8ae'
${ noResults }
pegjs
/
tools
/
benchmark
/
package.json
6 lines
86 B
JSON
Raw
Normal View
History
Unescape
Escape
Move test/benchmark to tools/benchmark
6 years ago
{
General QOL changes - Added 'test/package.json' for dependencies used by spec tests - Changed package names of local tools to reflect actual usage - Removed bins for local tools (using files via 'node [file]' command) - Updated help text for the CLIs of local tools to reflect changes - Updated READMEs for tools - Moved babel dependencies to 'tools/bundle/package.json' - 'tools/bundle' now only logs created and watching - Updated scripts in root package.json
6 years ago
"name"
:
"@pegjs/benchmark-suite"
,
Move test/benchmark to tools/benchmark
6 years ago
"version"
:
"3.1.0"
,
General QOL changes - Added 'test/package.json' for dependencies used by spec tests - Changed package names of local tools to reflect actual usage - Removed bins for local tools (using files via 'node [file]' command) - Updated help text for the CLIs of local tools to reflect changes - Updated READMEs for tools - Moved babel dependencies to 'tools/bundle/package.json' - 'tools/bundle' now only logs created and watching - Updated scripts in root package.json
6 years ago
"private"
:
true
Move test/benchmark to tools/benchmark
6 years ago
}