-
Notifications
You must be signed in to change notification settings - Fork 27
/
npm-shrinkwrap.json
35 lines (35 loc) · 1 KB
/
npm-shrinkwrap.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": "turf-buffer",
"version": "1.1.0",
"dependencies": {
"geojson-normalize": {
"version": "0.0.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/geojson-normalize/-/geojson-normalize-0.0.0.tgz"
},
"jsts": {
"version": "0.15.0",
"from": "jsts@>=0.15.0 <0.16.0",
"resolved": "https://registry.npmjs.org/jsts/-/jsts-0.15.0.tgz",
"dependencies": {
"javascript.util": {
"version": "0.12.5",
"resolved": "https://registry.npmjs.org/javascript.util/-/javascript.util-0.12.5.tgz"
}
}
},
"turf-combine": {
"version": "1.0.2",
"from": "turf-combine@>=1.0.2 <2.0.0",
"resolved": "https://registry.npmjs.org/turf-combine/-/turf-combine-1.0.2.tgz"
},
"turf-featurecollection": {
"version": "1.0.1",
"from": "turf-featurecollection@>=1.0.1 <2.0.0"
},
"turf-polygon": {
"version": "1.0.3",
"from": "turf-polygon@>=1.0.3 <2.0.0"
}
}
}