mirror of
https://github.com/Hopiu/annotate-esprima.git
synced 2026-03-17 00:10:23 +00:00
24 lines
495 B
JSON
Executable file
24 lines
495 B
JSON
Executable file
{
|
|
"name": "esprima",
|
|
"version": "2.0.0-dev",
|
|
"main": "./esprima.js",
|
|
"scripts": [
|
|
"esprima.js"
|
|
],
|
|
"dependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/ariya/esprima.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "BSD",
|
|
"url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
|
|
}],
|
|
"keywords": [
|
|
"ast",
|
|
"ecmascript",
|
|
"javascript",
|
|
"parser",
|
|
"syntax"
|
|
]
|
|
}
|