{
  "_args": [
    [
      "psl@1.15.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "psl@1.15.0",
  "_id": "psl@1.15.0",
  "_inBundle": false,
  "_integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
  "_location": "/psl",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "psl@1.15.0",
    "name": "psl",
    "escapedName": "psl",
    "rawSpec": "1.15.0",
    "saveSpec": null,
    "fetchSpec": "1.15.0"
  },
  "_requiredBy": [
    "/tough-cookie"
  ],
  "_resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
  "_spec": "1.15.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Lupo Montero",
    "email": "lupomontero@gmail.com",
    "url": "https://lupomontero.com/"
  },
  "bugs": {
    "url": "https://github.com/lupomontero/psl/issues"
  },
  "dependencies": {
    "punycode": "^2.3.1"
  },
  "description": "Domain name parser based on the Public Suffix List",
  "devDependencies": {
    "@eslint/js": "^9.16.0",
    "@playwright/test": "^1.49.0",
    "@types/eslint__js": "^8.42.3",
    "benchmark": "^2.1.4",
    "browserstack-node-sdk": "^1.34.27",
    "eslint": "^9.16.0",
    "mocha": "^10.8.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.16.0",
    "vite": "^6.0.2"
  },
  "exports": {
    ".": {
      "import": "./dist/psl.mjs",
      "require": "./dist/psl.cjs"
    }
  },
  "funding": "https://github.com/sponsors/lupomontero",
  "homepage": "https://github.com/lupomontero/psl#readme",
  "keywords": [
    "publicsuffix",
    "publicsuffixlist"
  ],
  "license": "MIT",
  "main": "./dist/psl.cjs",
  "name": "psl",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lupomontero/psl.git"
  },
  "scripts": {
    "benchmark": "node --experimental-vm-modules --no-warnings benchmark/suite.js",
    "build": "vite build",
    "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
    "lint": "eslint .",
    "postbuild": "ln -s ./psl.umd.cjs dist/psl.js && ln -s ./psl.umd.cjs dist/psl.min.js",
    "test": "mocha test/*.spec.js",
    "test:browserstack": "browserstack-node-sdk playwright test",
    "update-rules": "./scripts/update-rules.js",
    "watch": "mocha test/*.spec.js --watch"
  },
  "type": "module",
  "types": "types/index.d.ts",
  "version": "1.15.0"
}
