1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/node_modules/esprima
Alan Plum 2bb8957caf
Update all dependencies to latest
2016-06-15 13:47:01 +02:00
..
ChangeLog Update all dependencies to latest 2016-06-15 13:47:01 +02:00
LICENSE.BSD Update npm deps (semver-minor only) 2015-12-15 23:48:38 +01:00
README.md Update npm deps (semver-minor only) 2015-12-15 23:48:38 +01:00
esprima.js Update all dependencies to latest 2016-06-15 13:47:01 +02:00
package.json Update all dependencies to latest 2016-06-15 13:47:01 +02:00

README.md

NPM version npm download Build Status Coverage Status

Esprima (esprima.org, BSD license) is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript). Esprima is created and maintained by Ariya Hidayat, with the help of many contributors.

Features

Esprima serves as a building block for some JavaScript language tools, from code instrumentation to editor autocompletion.

Esprima runs on many popular web browsers, as well as other ECMAScript platforms such as Rhino, Nashorn, and Node.js.

For more information, check the web site esprima.org.