Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81153 views
1
{
2
"name": "esprima-fb",
3
"description": "Facebook-specific fork of the esprima project",
4
"homepage": "https://github.com/facebook/esprima/tree/fb-harmony",
5
"main": "esprima.js",
6
"bin": {
7
"esparse": "./bin/esparse.js",
8
"esvalidate": "./bin/esvalidate.js"
9
},
10
"version": "8001.1001.0-dev-harmony-fb",
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": "jeffmo",
30
"email": "[email protected]"
31
},
32
{
33
"name": "zpao",
34
"email": "[email protected]"
35
},
36
{
37
"name": "gabelevi",
38
"email": "[email protected]"
39
}
40
],
41
"repository": {
42
"type": "git",
43
"url": "http://github.com/facebook/esprima.git"
44
},
45
"bugs": {
46
"url": "http://issues.esprima.org"
47
},
48
"licenses": [
49
{
50
"type": "BSD",
51
"url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"
52
}
53
],
54
"devDependencies": {
55
"jslint": "~0.1.9",
56
"eslint": "~0.1.0",
57
"istanbul": "~0.1.27",
58
"complexity-report": "~0.6.1",
59
"regenerate": "~0.5.4",
60
"unicode-6.3.0": "~0.1.0",
61
"json-diff": "~0.3.1"
62
},
63
"scripts": {
64
"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",
65
"lint": "node tools/check-version.js && node node_modules/eslint/bin/eslint.js esprima.js && node node_modules/jslint/bin/jslint.js esprima.js",
66
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
67
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
68
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement -11 --branch -30 --function 99.69",
69
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
70
"analyze-complexity": "node tools/list-complexity.js",
71
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js",
72
"benchmark": "node test/benchmarks.js",
73
"benchmark-quick": "node test/benchmarks.js quick"
74
},
75
"gitHead": "1139b21484851a3bcf61248a446975f99ffdb7e0",
76
"_id": "[email protected]",
77
"_shasum": "c3190b05341d45643e093af70485ab4988e34d5e",
78
"_from": "[email protected]",
79
"_npmVersion": "1.4.21",
80
"_npmUser": {
81
"name": "jeffmo",
82
"email": "[email protected]"
83
},
84
"dist": {
85
"shasum": "c3190b05341d45643e093af70485ab4988e34d5e",
86
"tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-8001.1001.0-dev-harmony-fb.tgz"
87
},
88
"directories": {},
89
"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-8001.1001.0-dev-harmony-fb.tgz"
90
}
91
92