Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 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": "1.2.5",
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": "git+ssh://[email protected]/ariya/esprima.git"
36
},
37
"bugs": {
38
"url": "http://issues.esprima.org"
39
},
40
"licenses": [
41
{
42
"type": "BSD",
43
"url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
44
}
45
],
46
"devDependencies": {
47
"jslint": "~0.1.9",
48
"eslint": "~0.4.3",
49
"jscs": "~1.2.4",
50
"istanbul": "~0.2.6",
51
"complexity-report": "~0.6.1",
52
"regenerate": "~0.5.4",
53
"unicode-6.3.0": "~0.1.0",
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": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",
67
"lint": "npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint",
68
"check-version": "node tools/check-version.js",
69
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
70
"jscs": "node node_modules/jscs/bin/jscs esprima.js",
71
"jslint": "echo Skipping JSLint",
72
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
73
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
74
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
75
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
76
"analyze-complexity": "node tools/list-complexity.js",
77
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js",
78
"benchmark": "node test/benchmarks.js",
79
"benchmark-quick": "node test/benchmarks.js quick"
80
},
81
"gitHead": "d3e376f04f096cb07f6b9fad0b44e9b6054f0582",
82
"_id": "[email protected]",
83
"_shasum": "0993502feaf668138325756f30f9a51feeec11e9",
84
"_from": "esprima@>=1.2.2 <2.0.0",
85
"_npmVersion": "2.5.1",
86
"_nodeVersion": "0.12.0",
87
"_npmUser": {
88
"name": "ariya",
89
"email": "[email protected]"
90
},
91
"dist": {
92
"shasum": "0993502feaf668138325756f30f9a51feeec11e9",
93
"tarball": "http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"
94
},
95
"directories": {},
96
"_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz",
97
"readme": "ERROR: No README data found!"
98
}
99
100