Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80699 views
1
{
2
"name": "esprima",
3
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
4
"homepage": "http://esprima.org",
5
"main": "esprima.js",
6
"bin": {
7
"esparse": "./bin/esparse.js",
8
"esvalidate": "./bin/esvalidate.js"
9
},
10
"version": "2.2.0",
11
"files": [
12
"bin",
13
"test/run.js",
14
"test/runner.js",
15
"test/test.js",
16
"esprima.js"
17
],
18
"engines": {
19
"node": ">=0.4.0"
20
},
21
"author": {
22
"name": "Ariya Hidayat",
23
"email": "[email protected]"
24
},
25
"maintainers": [
26
{
27
"name": "ariya",
28
"email": "[email protected]"
29
}
30
],
31
"repository": {
32
"type": "git",
33
"url": "https://github.com/jquery/esprima.git"
34
},
35
"bugs": {
36
"url": "http://issues.esprima.org"
37
},
38
"licenses": [
39
{
40
"type": "BSD",
41
"url": "https://github.com/jquery/esprima/raw/master/LICENSE.BSD"
42
}
43
],
44
"devDependencies": {
45
"eslint": "~0.19.0",
46
"jscs": "~1.12.0",
47
"istanbul": "~0.3.7",
48
"escomplex-js": "1.2.0",
49
"complexity-report": "~1.4.0",
50
"regenerate": "~0.6.2",
51
"unicode-7.0.0": "~0.1.5",
52
"json-diff": "~0.3.1",
53
"optimist": "~0.6.0"
54
},
55
"keywords": [
56
"ast",
57
"ecmascript",
58
"javascript",
59
"parser",
60
"syntax"
61
],
62
"scripts": {
63
"generate-regex": "node tools/generate-identifier-regex.js",
64
"test": "node test/run.js && npm run lint && npm run coverage",
65
"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",
66
"check-version": "node tools/check-version.js",
67
"jscs": "jscs esprima.js",
68
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
69
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 17 esprima.js",
70
"coverage": "npm run analyze-coverage && npm run check-coverage",
71
"analyze-coverage": "istanbul cover test/runner.js",
72
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
73
"benchmark": "node test/benchmarks.js",
74
"benchmark-quick": "node test/benchmarks.js quick"
75
},
76
"gitHead": "deef03ca006b03912d9f74b041f9239a9045181f",
77
"_id": "[email protected]",
78
"_shasum": "4292c1d68e4173d815fa2290dc7afc96d81fcd83",
79
"_from": "esprima@>=2.2.0 <2.3.0",
80
"_npmVersion": "2.5.1",
81
"_nodeVersion": "0.12.0",
82
"_npmUser": {
83
"name": "ariya",
84
"email": "[email protected]"
85
},
86
"dist": {
87
"shasum": "4292c1d68e4173d815fa2290dc7afc96d81fcd83",
88
"tarball": "http://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"
89
},
90
"directories": {},
91
"_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"
92
}
93
94