package.json
2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "pegjs",
"name": "pegjs",
"rawSpec": "0.9.0",
"spec": "0.9.0",
"type": "version"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/xcode"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/pegjs",
"_npmUser": {
"name": "dmajda",
"email": "[email protected]"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "pegjs",
"name": "pegjs",
"rawSpec": "0.9.0",
"spec": "0.9.0",
"type": "version"
},
"_requiredBy": [
"/xcode"
],
"_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz",
"_shasum": "f6aefa2e3ce56169208e52179dfe41f89141a369",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/xcode",
"author": {
"name": "David Majda",
"email": "[email protected]",
"url": "http://majda.cz/"
},
"bin": {
"pegjs": "bin/pegjs"
},
"bugs": {
"url": "https://github.com/pegjs/pegjs/issues"
},
"dependencies": {},
"description": "Parser generator for JavaScript",
"devDependencies": {
"jasmine-node": "= 1.14.5",
"jshint": "= 2.8.0",
"uglify-js": "= 2.4.24"
},
"directories": {},
"dist": {
"shasum": "f6aefa2e3ce56169208e52179dfe41f89141a369",
"tarball": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"VERSION",
"bin/pegjs",
"examples/arithmetics.pegjs",
"examples/css.pegjs",
"examples/javascript.pegjs",
"examples/json.pegjs",
"lib/compiler.js",
"lib/compiler/asts.js",
"lib/compiler/javascript.js",
"lib/compiler/opcodes.js",
"lib/compiler/visitor.js",
"lib/compiler/passes/generate-bytecode.js",
"lib/compiler/passes/generate-javascript.js",
"lib/compiler/passes/remove-proxy-rules.js",
"lib/compiler/passes/report-left-recursion.js",
"lib/compiler/passes/report-infinite-loops.js",
"lib/compiler/passes/report-missing-rules.js",
"lib/grammar-error.js",
"lib/parser.js",
"lib/peg.js",
"lib/utils/arrays.js",
"lib/utils/classes.js",
"lib/utils/objects.js",
"package.json"
],
"gitHead": "20a4fb2e7f70a0695bee4aef4984b24c06db3627",
"homepage": "http://pegjs.org/",
"license": "MIT",
"main": "lib/peg",
"maintainers": [
{
"name": "dmajda",
"email": "[email protected]"
}
],
"name": "pegjs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pegjs/pegjs.git"
},
"scripts": {
"test": "make hint && make spec"
},
"version": "0.9.0"
}