forked from labexp/data_scripts_lascallesdelasmujeres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "lascallesdelasmujeres_data_scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"step1": "node index",
"step2": "node ./apply_gender.js",
"step3": "node ./apply_wikipedia.js",
"step4": "node ./parse_final.js"
},
"author": "Jessica Sena",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"binary-split": "^0.1.2",
"fs": "0.0.1-security",
"fuse.js": "^3.2.0",
"geojson-flatten": "^0.2.2",
"geojson-normalize": "0.0.1",
"join-stream": "0.0.0",
"line-by-line": "^0.1.6",
"lineclip": "^1.1.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.2",
"progress": "^1.1.8",
"request": "^2.67.0",
"shapefile": "^0.3.0",
"shapefile-stream": "0.0.4",
"split": "^1.0.0",
"through2": "^2.0.0",
"tile-cover": "^3.0.1",
"tile-reduce": "^3.0.0",
"tilebelt": "^1.0.1",
"turf": "^3.0.14",
"turf-extent": "^1.0.4",
"turf-line-distance": "^1.0.2",
"turf-linestring": "^1.0.2",
"underscore": "^1.8.3",
"unzip2": "^0.2.5",
"which-polygon": "^2.1.0",
"yargs": "^11.0.0"
}
}