File size: 825 Bytes
7d6c9fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "@mapbox/geojson-rewind",
  "version": "0.5.2",
  "description": "enforce winding order for geojson",
  "main": "index.js",
  "bin": "geojson-rewind",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/rewind.js"
  },
  "files": [
    "index.js",
    "geojson-rewind"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojson-rewind.git"
  },
  "keywords": [
    "geojson",
    "winding",
    "order",
    "rendering",
    "coordinates"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/geojson-rewind/issues"
  },
  "homepage": "https://github.com/mapbox/geojson-rewind",
  "dependencies": {
    "get-stream": "^6.0.1",
    "minimist": "^1.2.6"
  },
  "devDependencies": {
    "tape": "^5.5.3"
  }
}