API/api.medcify.app/node_modules/is-installed-globally/package.json
2022-09-26 11:41:44 +05:30

90 lines
2.1 KiB
JSON

{
"_args": [
[
"is-installed-globally@0.4.0",
"/var/www/api.medcify.app"
]
],
"_from": "is-installed-globally@0.4.0",
"_id": "is-installed-globally@0.4.0",
"_inBundle": false,
"_integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==",
"_location": "/is-installed-globally",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-installed-globally@0.4.0",
"name": "is-installed-globally",
"escapedName": "is-installed-globally",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz",
"_spec": "0.4.0",
"_where": "/var/www/api.medcify.app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-installed-globally/issues"
},
"dependencies": {
"global-dirs": "^3.0.0",
"is-path-inside": "^3.0.2"
},
"description": "Check if your package was installed globally",
"devDependencies": {
"ava": "^2.4.0",
"cpy": "^8.1.1",
"del": "^6.0.0",
"execa": "^5.0.0",
"make-dir": "^3.1.0",
"tsd": "^0.14.0",
"xo": "^0.37.1"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/is-installed-globally#readme",
"keywords": [
"global",
"package",
"globally",
"module",
"install",
"installed",
"npm",
"yarn",
"is",
"check",
"detect",
"local",
"locally",
"cli",
"bin",
"binary"
],
"license": "MIT",
"name": "is-installed-globally",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-installed-globally.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "0.4.0"
}