-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 999 Bytes
/
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
{
"name": "ebird-ext",
"homepage": "https://birdinginvermont.com",
"version": "0.1.1",
"private": true,
"dependencies": {
"@turf/center": "^6.5.0",
"@turf/center-of-mass": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/nearest-point": "^6.5.0",
"@turf/turf": "^6.5.0",
"compare-latlong": "^1.0.4",
"csv-parse": "^4.15.3",
"csv-parser": "^3.0.0",
"geojson": "^0.5.0",
"geojson-geometries-lookup": "^0.3.1",
"geojson-polygon-center": "0.0.0",
"json2csv": "^6.0.0-alpha.2",
"jsonstream": "^1.0.3",
"JSONStream": "^1.3.5",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"moment-weekofmonth": "^1.0.1",
"node-fetch": "^2.6.7",
"papaparse": "^5.2.0",
"provinces": "^1.11.0",
"readline": "^1.3.0",
"remove-blank-lines": "^1.4.0",
"turf": "^3.0.14"
},
"scripts": {
"norwich": "node norwich.js --input=/Users/richard/Downloads/MyEBirdData.csv",
"updateHotspots": "sh scripts/updateHotspots.sh"
}
}