-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.91 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
70
71
72
{
"name": "@mapeo/core",
"version": "8.6.2",
"description": "Offline p2p mapping library",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "tape test/*.js",
"deps": "dependency-check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mapeo-core.git"
},
"authors": [
"Karissa McKelvey",
"Gregor MacLennan",
"noffle"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/digidem/mapeo-core/issues"
},
"homepage": "https://github.com/digidem/mapeo-core#readme",
"dependencies": {
"blob-store-replication-stream": "^1.3.0",
"concat-stream": "^2.0.0",
"dat-swarm-defaults": "^1.0.2",
"debug": "^4.1.1",
"discovery-swarm": "6.0.0",
"duplexify": "^4.1.1",
"end-of-stream": "^1.4.1",
"gtran-shapefile": "^1.1.3",
"handshake-stream": "^3.0.0",
"hypercore-crypto": "^1.0.0",
"inherits": "^2.0.3",
"mapeo-entity-filter": "^2.0.0",
"multifeed": "^4.3.0",
"multiplex": "^6.7.0",
"osm-p2p-geojson": "^4.0.1",
"osm-p2p-syncfile": "^4.1.0",
"pump": "^3.0.0",
"pumpify": "^2.0.1",
"randombytes": "^2.0.6",
"run-parallel": "^1.1.9",
"shp-write": "github:digidem/shp-write",
"statuses": "^1.5.0",
"through2": "^3.0.0",
"through2-filter": "^3.0.0",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"clone": "^2.1.2",
"clone-deep": "^4.0.1",
"collect-stream": "^1.2.1",
"dependency-check": "^3.2.1",
"get-port": "^5.1.1",
"indexed-tarball": "^3.1.3",
"mapeo-web": "git+https://github.com/digidem/mapeo-web.git#ws-rewrite",
"mkdirp": "^0.5.1",
"mock-data": "^1.5.5",
"osm-p2p": "^5.0.0",
"pino": "^6.11.0",
"random-access-memory": "^3.1.1",
"rimraf": "^3.0.0",
"run-parallel-limit": "^1.0.5",
"safe-fs-blob-store": "^1.0.5",
"standard": "^11.0.1",
"tape": "^4.9.1",
"tmp": "^0.2.1"
}
}