{ "_from": "psl@^1.1.28", "_id": "psl@1.15.0", "_inBundle": false, "_integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", "_location": "/psl", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "psl@^1.1.28", "name": "psl", "escapedName": "psl", "rawSpec": "^1.1.28", "saveSpec": null, "fetchSpec": "^1.1.28" }, "_requiredBy": [ "/node-gyp/tough-cookie", "/node-sass/tough-cookie" ], "_resolved": "https://registry.npmmirror.com/psl/-/psl-1.15.0.tgz", "_shasum": "bdace31896f1d97cec6a79e8224898ce93d974c6", "_spec": "psl@^1.1.28", "_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\node-gyp\\node_modules\\tough-cookie", "author": { "name": "Lupo Montero", "email": "lupomontero@gmail.com", "url": "https://lupomontero.com/" }, "bugs": { "url": "https://github.com/lupomontero/psl/issues" }, "bundleDependencies": false, "dependencies": { "punycode": "^2.3.1" }, "deprecated": false, "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" }