esprima
esprima copied to clipboard
ECMAScript parsing infrastructure for multipurpose analysis
Depends on approval of https://github.com/facebook/react/pull/1514
The scripts included with esprima in `bin` were importing the upstream esprima module, which goes by a different name in npm. This caused anybody using esprima from the command-line to...
I'm doing minor beginner changes to repositories for school. The task was to find repositories that contain package.json files that have missing keywords. I've added the keywords to the json...