| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/psl/ |
Upload File : |
{
"_args": [
[
"psl@1.15.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_development": true,
"_from": "psl@1.15.0",
"_id": "psl@1.15.0",
"_inBundle": false,
"_integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
"_location": "/psl",
"_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": "C:\\inetpub\\wwwroot\\parsmega.com",
"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"
}