You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.4 KiB
85 lines
2.4 KiB
{
|
|
"_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": [
|
|
"/tough-cookie"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/psl/-/psl-1.15.0.tgz",
|
|
"_shasum": "bdace31896f1d97cec6a79e8224898ce93d974c6",
|
|
"_spec": "psl@^1.1.28",
|
|
"_where": "F:\\bishe\\front\\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"
|
|
}
|