mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "esprima",
|
|
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
|
|
"homepage": "http://esprima.org",
|
|
"main": "esprima.js",
|
|
"bin": {
|
|
"esparse": "./bin/esparse.js"
|
|
},
|
|
"version": "0.9.9",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Ariya Hidayat",
|
|
"email": "ariya.hidayat@gmail.com",
|
|
"url": "http://ariya.ofilabs.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ariya/esprima.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "node test/run.js",
|
|
"benchmark": "node test/benchmarks.js",
|
|
"benchmark-quick": "node test/benchmarks.js quick"
|
|
},
|
|
"_id": "esprima@0.9.9",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.16",
|
|
"_nodeVersion": "v0.6.15",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "cd61f7ed84ab17ed4c34e7bb93765d6e813188ec"
|
|
},
|
|
"_from": "esprima@0.9.9"
|
|
}
|