-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
515 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
{ | ||
"name": "@mapbox-controls/compass", | ||
"version": "1.1.0", | ||
"description": "Indicate map direction", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mapbox-gl": "2.7.19", | ||
"mapbox-gl": "3.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-controls", | ||
"license": "MIT" | ||
} | ||
"name": "@mapbox-controls/compass", | ||
"version": "1.1.0", | ||
"description": "Indicate map direction", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mapbox-gl": "3.1.0", | ||
"mapbox-gl": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": ["src", "types"], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-controls", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
{ | ||
"name": "@mapbox-controls/helpers", | ||
"version": "1.1.0", | ||
"description": "Helpers for mapbox controls", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "7946.0.13", | ||
"@types/mapbox-gl": "2.7.19", | ||
"mapbox-gl": "3.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-gl-controls", | ||
"license": "MIT" | ||
} | ||
"name": "@mapbox-controls/helpers", | ||
"version": "1.1.0", | ||
"description": "Helpers for mapbox controls", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "7946.0.13", | ||
"@types/mapbox-gl": "3.1.0", | ||
"mapbox-gl": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": ["src", "types"], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-gl-controls", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,37 @@ | ||
{ | ||
"name": "@mapbox-controls/image", | ||
"version": "1.1.0", | ||
"description": "Move, scale and rotate image on a map", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0", | ||
"@turf/bearing": "7.0.0-alpha.2", | ||
"@turf/centroid": "7.0.0-alpha.2", | ||
"@turf/helpers": "7.0.0-alpha.2", | ||
"@turf/rhumb-bearing": "7.0.0-alpha.2", | ||
"@turf/rhumb-distance": "7.0.0-alpha.2", | ||
"@turf/transform-rotate": "7.0.0-alpha.2", | ||
"@turf/transform-scale": "7.0.0-alpha.2", | ||
"@turf/transform-translate": "7.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "7946.0.13", | ||
"@types/mapbox-gl": "2.7.19", | ||
"mapbox-gl": "3.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-controls", | ||
"license": "MIT" | ||
} | ||
"name": "@mapbox-controls/image", | ||
"version": "1.1.0", | ||
"description": "Move, scale and rotate image on a map", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0", | ||
"@turf/bearing": "7.0.0-alpha.2", | ||
"@turf/centroid": "7.0.0-alpha.2", | ||
"@turf/helpers": "7.0.0-alpha.2", | ||
"@turf/rhumb-bearing": "7.0.0-alpha.2", | ||
"@turf/rhumb-distance": "7.0.0-alpha.2", | ||
"@turf/transform-rotate": "7.0.0-alpha.2", | ||
"@turf/transform-scale": "7.0.0-alpha.2", | ||
"@turf/transform-translate": "7.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "7946.0.13", | ||
"@types/mapbox-gl": "3.1.0", | ||
"mapbox-gl": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": ["src", "types"], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-controls", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
{ | ||
"name": "@mapbox-controls/inspect", | ||
"version": "1.1.0", | ||
"description": "Debug map style layers and sources", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mapbox-gl": "2.7.19", | ||
"mapbox-gl": "3.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-gl-controls", | ||
"license": "MIT" | ||
} | ||
"name": "@mapbox-controls/inspect", | ||
"version": "1.1.0", | ||
"description": "Debug map style layers and sources", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mapbox-gl": "3.1.0", | ||
"mapbox-gl": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": ["src", "types"], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-gl-controls", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,25 @@ | ||
{ | ||
"name": "@mapbox-controls/language", | ||
"version": "1.1.0", | ||
"description": "Change map language", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@types/mapbox-gl": "2.7.19", | ||
"mapbox-gl": "3.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-controls", | ||
"license": "MIT" | ||
} | ||
"name": "@mapbox-controls/language", | ||
"version": "1.1.0", | ||
"description": "Change map language", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@types/mapbox-gl": "3.1.0", | ||
"mapbox-gl": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": ["src", "types"], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-controls", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "@mapbox-controls/ruler", | ||
"version": "1.1.0", | ||
"description": "Measure distance between points on a map", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0", | ||
"@turf/distance": "7.0.0-alpha.2", | ||
"@turf/helpers": "7.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "7946.0.13", | ||
"@types/mapbox-gl": "2.7.19", | ||
"mapbox-gl": "3.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-gl-controls", | ||
"license": "MIT" | ||
} | ||
"name": "@mapbox-controls/ruler", | ||
"version": "1.1.0", | ||
"description": "Measure distance between points on a map", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@mapbox-controls/helpers": "1.1.0", | ||
"@turf/distance": "7.0.0-alpha.2", | ||
"@turf/helpers": "7.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "7946.0.13", | ||
"@types/mapbox-gl": "3.1.0", | ||
"mapbox-gl": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"mapbox-gl": ">=1.0.0 <4.0.0" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"types" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "korywka/mapbox-gl-controls", | ||
"license": "MIT" | ||
} |
Oops, something went wrong.