74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_from": "xdg-basedir@^4.0.0",
|
|
"_id": "xdg-basedir@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
|
|
"_location": "/xdg-basedir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "xdg-basedir@^4.0.0",
|
|
"name": "xdg-basedir",
|
|
"escapedName": "xdg-basedir",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/configstore",
|
|
"/update-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
|
|
"_shasum": "4bc8d9984403696225ef83a1573cbbcb4e79db13",
|
|
"_spec": "xdg-basedir@^4.0.0",
|
|
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis\\node_modules\\update-notifier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/xdg-basedir/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Get XDG Base Directory paths",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"import-fresh": "^3.0.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/xdg-basedir#readme",
|
|
"keywords": [
|
|
"xdg",
|
|
"base",
|
|
"directory",
|
|
"basedir",
|
|
"path",
|
|
"data",
|
|
"config",
|
|
"cache",
|
|
"linux",
|
|
"unix",
|
|
"spec"
|
|
],
|
|
"license": "MIT",
|
|
"name": "xdg-basedir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/xdg-basedir.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|