Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80669 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": "4001.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
"repository": {
38
"type": "git",
39
"url": "http://github.com/facebook/esprima.git"
40
},
41
"bugs": {
42
"url": "http://issues.esprima.org"
43
},
44
"licenses": [
45
{
46
"type": "BSD",
47
"url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"
48
}
49
],
50
"devDependencies": {
51
"jslint": "~0.1.9",
52
"eslint": "~0.1.0",
53
"istanbul": "~0.1.27",
54
"complexity-report": "~0.6.1",
55
"regenerate": "~0.5.4",
56
"unicode-6.3.0": "~0.1.0",
57
"json-diff": "~0.3.1"
58
},
59
"scripts": {
60
"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",
61
"lint": "node tools/check-version.js && node node_modules/eslint/bin/eslint.js esprima.js && node node_modules/jslint/bin/jslint.js esprima.js",
62
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
63
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
64
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement -8 --branch -28 --function 99.69",
65
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
66
"analyze-complexity": "node tools/list-complexity.js",
67
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js",
68
"benchmark": "node test/benchmarks.js",
69
"benchmark-quick": "node test/benchmarks.js quick"
70
},
71
"_id": "[email protected]",
72
"dist": {
73
"shasum": "f509f616e66d11c2c5396a261c619edccb71280a",
74
"tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-4001.1001.0-dev-harmony-fb.tgz"
75
},
76
"_from": "[email protected]",
77
"_npmVersion": "1.4.3",
78
"_npmUser": {
79
"name": "zpao",
80
"email": "[email protected]"
81
},
82
"directories": {},
83
"_shasum": "f509f616e66d11c2c5396a261c619edccb71280a",
84
"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-4001.1001.0-dev-harmony-fb.tgz"
85
}
86
87