-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "@data-fair/processing-gtfs",
"version": "0.3.8",
"description": "Load GTFS data into data-fair datasets",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --ignore-path .gitignore --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-fair/processing-gtfs.git"
},
"keywords": [
"data-fair-processings-plugin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-fair/processing-gtfs/issues"
},
"homepage": "https://github.com/data-fair/processing-gtfs#readme",
"devDependencies": {
"@data-fair/processings-test-utils": "^0.5.2",
"config": "^3.3.9",
"eslint": "^8.41.0",
"mocha": "^10.2.0",
"standard": "^17.0.0"
},
"dependencies": {
"child_process": "^1.0.2",
"csv": "^6.3.6",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"geojson": "^0.5.0",
"mime-types": "^2.1.35",
"path": "^0.12.7",
"pump": "^3.0.0",
"ssh2-sftp-client": "^10.0.3",
"stream": "^0.0.2",
"util": "^0.12.5"
}
}