Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80551 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": "13001.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": "git+ssh://[email protected]/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
"eslint": "~0.12.0",
56
"jscs": "~1.10.0",
57
"istanbul": "~0.2.6",
58
"escomplex-js": "1.0.0",
59
"complexity-report": "~1.1.1",
60
"regenerate": "~0.5.4",
61
"unicode-6.3.0": "~0.1.0",
62
"json-diff": "~0.3.1",
63
"commander": "~2.5.0"
64
},
65
"scripts": {
66
"generate-regex": "node tools/generate-identifier-regex.js",
67
"test": "node test/run.js && npm run lint && npm run coverage",
68
"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",
69
"check-version": "node tools/check-version.js",
70
"jscs": "jscs esprima.js test/*test.js",
71
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
72
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 18 esprima.js",
73
"coverage": "npm run analyze-coverage && npm run check-coverage",
74
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
75
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
76
"benchmark": "node test/benchmarks.js",
77
"benchmark-quick": "node test/benchmarks.js quick"
78
},
79
"gitHead": "a3ae0c054867db61166dd72affc579710b36476d",
80
"_id": "[email protected]",
81
"_shasum": "633acdb40d9bd4db8a1c1d68c06a942959fad2b0",
82
"_from": "[email protected]",
83
"_npmVersion": "1.4.16",
84
"_npmUser": {
85
"name": "gabelevi",
86
"email": "[email protected]"
87
},
88
"dist": {
89
"shasum": "633acdb40d9bd4db8a1c1d68c06a942959fad2b0",
90
"tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-13001.1001.0-dev-harmony-fb.tgz"
91
},
92
"directories": {},
93
"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-13001.1001.0-dev-harmony-fb.tgz",
94
"readme": "ERROR: No README data found!"
95
}
96
97