-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
{
"name": "stream2db",
"version": "0.2.6",
"description": "from json to elastic search index",
"main": "app.js",
"preferGlobal": "true",
"bin": {
"stream2db": "bin/app.js",
"cnet2Collection": "bin/cnet2Collection.sh",
"cnetCollection2Ocds": "bin/cnetCollection2Ocds.js"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/*.js",
"lint": "./node_modules/.bin/eslint '**/*.js'"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:2203/equipo-qqw/stream2db.git"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"JSONStream": "^1.3.1",
"cnet2ocds": "git+https://[email protected]/kyv/cnet2ocds.git",
"command-line-args": "^4.0.6",
"command-line-usage": "^4.0.0",
"elasticsearch": "^14.0.0",
"etl": "^0.5.6",
"lodash.assign": "^4.2.0",
"lodash.isnull": "^3.0.0",
"lodash.keys": "^4.2.0",
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "^4.5.0",
"monk": "^6.0.1",
"monk-middleware-debug": "^0.2.0",
"normalize-space": "^1.0.2",
"object-hash": "1.1.8",
"object-sizeof": "^1.2.0",
"progress": "^2.0.0",
"readline": "^1.3.0",
"requestretry": "^1.12.2",
"through2": "^2.0.3",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-eslint": "^4.0.0",
"eslint-plugin-chai-friendly": "^0.3.6",
"hashids": "^1.1.1",
"mocha": "^3.4.2",
"shortid": "^2.2.8",
"should": "^11.2.1"
}
}