Questionnaire-of-the-Facebo.../node_modules/global-dirs/package.json

88 lines
2.1 KiB
JSON

{
"_from": "global-dirs@^2.0.1",
"_id": "global-dirs@2.1.0",
"_inBundle": false,
"_integrity": "sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==",
"_location": "/global-dirs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "global-dirs@^2.0.1",
"name": "global-dirs",
"escapedName": "global-dirs",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/is-installed-globally"
],
"_resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.1.0.tgz",
"_shasum": "e9046a49c806ff04d6c1825e196c8f0091e8df4d",
"_spec": "global-dirs@^2.0.1",
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis\\node_modules\\is-installed-globally",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/global-dirs/issues"
},
"bundleDependencies": false,
"dependencies": {
"ini": "1.3.7"
},
"deprecated": false,
"description": "Get the directory of globally installed packages and binaries",
"devDependencies": {
"ava": "^2.4.0",
"execa": "^3.2.0",
"import-fresh": "^3.1.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/global-dirs#readme",
"keywords": [
"global",
"prefix",
"path",
"paths",
"npm",
"yarn",
"node",
"modules",
"node-modules",
"package",
"packages",
"binary",
"binaries",
"bin",
"directory",
"directories",
"npmrc",
"rc",
"config",
"root",
"resolve"
],
"license": "MIT",
"name": "global-dirs",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/global-dirs.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.0"
}