60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "esprima",
|
||
|
|
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
|
||
|
|
"homepage": "http://esprima.org",
|
||
|
|
"main": "dist/esprima.js",
|
||
|
|
"bin": {
|
||
|
|
"esparse": "./bin/esparse.js",
|
||
|
|
"esvalidate": "./bin/esvalidate.js"
|
||
|
|
},
|
||
|
|
"version": "3.1.3",
|
||
|
|
"files": [
|
||
|
|
"bin",
|
||
|
|
"dist/esprima.js"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">=4"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "Ariya Hidayat",
|
||
|
|
"email": "ariya.hidayat@gmail.com"
|
||
|
|
},
|
||
|
|
"maintainers": [
|
||
|
|
{
|
||
|
|
"name": "Ariya Hidayat",
|
||
|
|
"email": "ariya.hidayat@gmail.com",
|
||
|
|
"web": "http://ariya.ofilabs.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/jquery/esprima.git"
|
||
|
|
},
|
||
|
|
"license": "BSD-2-Clause",
|
||
|
|
"devDependencies": {
|
||
|
|
"codecov.io": "~0.1.6",
|
||
|
|
"escomplex-js": "1.2.0",
|
||
|
|
"everything.js": "~1.0.3",
|
||
|
|
"glob": "~7.1.0",
|
||
|
|
"istanbul": "~0.4.0",
|
||
|
|
"json-diff": "~0.3.1",
|
||
|
|
"karma": "~1.3.0",
|
||
|
|
"karma-chrome-launcher": "~2.0.0",
|
||
|
|
"karma-detect-browsers": "~2.1.0",
|
||
|
|
"karma-firefox-launcher": "~1.0.0",
|
||
|
|
"karma-ie-launcher": "~1.0.0",
|
||
|
|
"karma-mocha": "~1.2.0",
|
||
|
|
"karma-safari-launcher": "~1.0.0",
|
||
|
|
"karma-sauce-launcher": "~1.0.0",
|
||
|
|
"lodash": "~3.10.1",
|
||
|
|
"mocha": "~3.1.0",
|
||
|
|
"node-tick-processor": "~0.0.2",
|
||
|
|
"regenerate": "~1.3.1",
|
||
|
|
"temp": "~0.8.3",
|
||
|
|
"tslint": "~3.15.1",
|
||
|
|
"typescript": "~1.8.10",
|
||
|
|
"typescript-formatter": "~2.3.0",
|
||
|
|
"unicode-8.0.0": "~0.7.0",
|
||
|
|
"webpack": "~1.13.2"
|
||
|
|
}
|
||
|
|
}
|