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