@worker-tools/location-polyfill
Version:
A Location polyfill for Cloudflare Workers.
35 lines • 903 B
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/location-polyfill",
"version": "0.5.0-pre.0",
"description": "A Location polyfill for Cloudflare Workers.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/location-polyfill.git"
},
"bugs": {
"url": "https://github.com/worker-tools/location-polyfill/issues"
},
"homepage": "https://workers.tools/location-polyfill",
"keywords": [
"cloudflare-workers",
"location-api",
"polyfill"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
}
},
"dependencies": {},
"devDependencies": {}
}