|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /lib/nodejs/xdg-basedir/ |
Upload File : |
{
"name": "xdg-basedir",
"version": "3.0.0",
"description": "Get XDG Base Directory paths",
"license": "MIT",
"repository": "sindresorhus/xdg-basedir",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"xdg",
"base",
"directory",
"dir",
"basedir",
"path",
"data",
"config",
"cache",
"linux",
"unix",
"spec"
],
"devDependencies": {
"ava": "*",
"require-uncached": "^1.0.2",
"xo": "*"
}
}