{
  "_from": "detect-europe-js@^0.1.2",
  "_id": "detect-europe-js@0.1.2",
  "_inBundle": false,
  "_integrity": "sha512-lgdERlL3u0aUdHocoouzT10d9I89VVhk0qNRmll7mXdGfJT1/wqZ2ZLA4oJAjeACPY5fT1wsbq2AT+GkuInsow==",
  "_location": "/detect-europe-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "detect-europe-js@^0.1.2",
    "name": "detect-europe-js",
    "escapedName": "detect-europe-js",
    "rawSpec": "^0.1.2",
    "saveSpec": null,
    "fetchSpec": "^0.1.2"
  },
  "_requiredBy": [
    "/ua-parser-js"
  ],
  "_resolved": "https://registry.npmjs.org/detect-europe-js/-/detect-europe-js-0.1.2.tgz",
  "_shasum": "aa76642e05dae786efc2e01a23d4792cd24c7b88",
  "_spec": "detect-europe-js@^0.1.2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\ua-parser-js",
  "author": {
    "name": "Faisal Salman",
    "email": "f@faisalman.com"
  },
  "bugs": {
    "url": "https://github.com/faisalman/detect-europe-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect if a user is from a country around the European Union (EU) area",
  "devDependencies": {
    "@playwright/test": "~1.32.2",
    "typescript": "^5.2.2"
  },
  "directories": {
    "dist": "dist",
    "src": "src",
    "test": "test"
  },
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/faisalman"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/ua-parser-js"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/faisalman"
    }
  ],
  "homepage": "https://github.com/faisalman/detect-europe-js#readme",
  "keywords": [
    "ua-parser-js",
    "detect-europe-js",
    "detect-country",
    "timezone",
    "europe",
    "eu",
    "eea",
    "efta",
    "schengen",
    "gdpr",
    "dma",
    "dsa",
    "dga",
    "data-act",
    "ai-act",
    "cybersecurity-act"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "detect-europe-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faisalman/detect-europe-js.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build+test": "npm run build && npm run test",
    "build:cjs": "tsc --module commonjs --outDir ./dist/cjs --target es5",
    "build:esm": "tsc --module esnext --outDir ./dist/esm --target es6 && echo '{\"type\":\"module\"}' > ./dist/esm/package.json",
    "test": "playwright test"
  },
  "title": "detectEurope.js",
  "type": "commonjs",
  "version": "0.1.2"
}
