-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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
{
"name": "nextract",
"private": true,
"version": "0.0.3",
"url": "https://github.com/cauld/nextract/",
"license": "MIT",
"description": "Nextract is a Extract Transform Load (ETL) platform build on top of Node.js streams",
"keywords": [],
"scripts": {
"test": "mocha"
},
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^2.5.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"config": "^1.26.1",
"csv": "^1.1.1",
"csv-parse": "^1.2.0",
"easy-profiler": "^2.0.0",
"generic-pool": "^3.1.7",
"jsonfile": "^3.0.1",
"knex": "^0.13.0",
"lodash": "^4.17.19",
"mariasql": "^0.2.6",
"mssql": "^4.0.4",
"mysql": "^2.13.0",
"object-stream": "0.0.1",
"pause": "^0.1.0",
"pg": "^6.4.0",
"pg-hstore": "^2.3.2",
"pg-native": "^1.10.1",
"request": "^2.81.0",
"sqlite3": "^3.1.8",
"stream-array": "^1.1.2",
"throttle": "^1.0.3",
"through2": "^2.0.3",
"through2-filter": "^2.0.0",
"through2-map": "^3.0.0",
"through2-reduce": "^1.1.1",
"through2-spy": "^2.0.0",
"winston": "^2.3.1",
"workerjs": "^0.1.1"
},
"author": "Chad Auld",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-eslint": "^20.0.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.4.2",
"should": "^11.2.1",
"sinon": "^2.3.6",
"yuidocjs": "^0.10.2"
}
}