-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
119 lines (119 loc) · 4.92 KB
/
package.json
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
{
"name": "cobol",
"version": "2.0.3",
"description": "COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.",
"main": "lib/index.js",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cobol",
"node",
"bridge"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"contributors": [
"Krzysztof Kaczor <[email protected]> (http://kaczor.io)",
"Arnar Hardarson <[email protected]>"
],
"license": "MIT",
"blah": {
"h_img": "http://i.imgur.com/DutRzDr.png",
"description": [
{
"h2": "Can I use this on production?"
},
{
"p": "Of course, you can! It's production ready! If you ever did such a thing, [ping me (@IonicaBizau)](https://twitter.com/IonicaBizau). :boom: :dizzy:"
}
],
"show_installation": false,
"installation": [
{
"h2": "Installation"
},
{
"p": "Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using:"
},
{
"code": {
"language": "sh",
"content": [
"$ sudo apt-get install gnucobol",
"# outdated systems: sudo apt-get install open-cobol"
]
}
},
{
"p": [
":bulb: It would be interesting to fallback into a COBOL compiler written in NodeJS. [Contributions are welcome!][contributing] :smile:",
"Then, install the `cobol` package."
]
},
{
"code": {
"language": "sh",
"content": "$ npm i cobol"
}
}
],
"press": [
{
"p": "This project has become more popular than I expected. :smile: If you wrote or found an article about this project that is not in the list below, please [add it][contributing]."
},
{
"ul": [
"[Calling 1959 from your Web code: A COBOL bridge for Node.js](http://arstechnica.com/information-technology/2015/08/calling-1959-from-your-web-code-a-cobol-bridge-for-node-js/) ([ArsTechnica](http://arstechnica.com/), by [Sean Gallagher](http://arstechnica.com/author/sean-gallagher/))",
"[Cobol -- yes, Cobol -- gets a bridge to Node.js](http://www.infoworld.com/article/2972314/application-development/cobol-nodejs-bridge.html) ([InfoWorld](http://www.infoworld.com/), by [Paul Krill](http://www.infoworld.com/author/Paul-Krill/))",
"[Ein COBOL-Plug-in für Node.js](http://www.heise.de/newsticker/meldung/Ein-COBOL-Plug-in-fuer-Node-js-2783225.html) ([Heise Online](http://heise.de), by [Alexander Neumann](http://www.heise.de/ix/editors/ix_redakteur_907177.html))",
"[Dit krijg je als je Node.js met COBOL kruist](http://webwereld.nl/open-source/88040-dit-krijg-je-als-je-node-js-met-cobol-kruist) ([Webwereld](http://webwereld.nl/), by [Chris Koenis](http://webwereld.nl/auteur/chris-koenis))",
"[COBOL for Node.js](http://www.i-programmer.info/news/98-languages/8904-cobol-for-nodejs.html) ([I Programmer](http://www.i-programmer.info/), by [Kay Ewbank](https://twitter.com/KayEwbank))",
"[Nagyon durva: Már COBOL-ból is lehet programozni a Node.js-t](http://prog.hu/hirek/4012/nagyon-durva-mar-cobol-bol-is-lehet-programozni-a-node-js-t) ([prog.hu](http://prog.hu/), by [Sting](http://prog.hu/azonosito/info/Sting?pop=1))",
"[Micro Focus Updates COBOL for Visual Studio 2015](http://www.eweek.com/developer/micro-focus-updates-cobol-for-visual-studio-2015.html) ([eWeek](http://eweek.com/), by [Darryl K. Taft](http://www.eweek.com/cp/bio/Darryl-K.-Taft/))",
"[Sur GitHub, un projet relie Cobol et Node.js](http://www.lemondeinformatique.fr/actualites/lire-sur-github-un-projet-relie-cobol-et-nodejs-62116.html) ([LeMondeInformatique](http://lemondeinformatique.fr/), by [Maryse Gros avec IDG News Service](mailto:[email protected]))",
"[3 open source projects for modern COBOL development](http://opensource.com/life/15/10/open-source-cobol-development) ([OpenSource.com](http://opensource.com/), by [Joshua Allen Holm](http://opensource.com/users/holmja))"
]
}
],
"related": [
"node.cobol",
"fortran",
"node.fortran"
]
},
"dependencies": {
"oargv": "^2.0.0",
"one-by-one": "^2.0.0",
"sliced": "^1.0.1",
"tmp": "^0.0.26",
"ul": "^5.0.0",
"which": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/node-cobol.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/node-cobol/issues"
},
"homepage": "https://github.com/IonicaBizau/node-cobol",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}