basant307/AI_Governance_Project
048
1{2 "name": "is-installed-globally",3 "version": "1.0.0",4 "description": "Check if your package was installed globally",5 "license": "MIT",6 "repository": "sindresorhus/is-installed-globally",7 "funding": "https://github.com/sponsors/sindresorhus",8 "author": {9 "name": "Sindre Sorhus",10 "email": "sindresorhus@gmail.com",11 "url": "https://sindresorhus.com"12 },13 "type": "module",14 "exports": {15 "types": "./index.d.ts",16 "default": "./index.js"17 },18 "sideEffects": false,19 "engines": {20 "node": ">=18"21 },22 "scripts": {23 "test": "xo && ava && tsd"24 },25 "files": [26 "index.js",27 "index.d.ts"28 ],29 "keywords": [30 "global",31 "package",32 "globally",33 "module",34 "install",35 "installed",36 "npm",37 "yarn",38 "is",39 "check",40 "detect",41 "local",42 "locally",43 "cli",44 "bin",45 "binary"46 ],47 "dependencies": {48 "global-directory": "^4.0.1",49 "is-path-inside": "^4.0.0"50 },51 "devDependencies": {52 "ava": "^5.3.1",53 "cpy": "^8",54 "del": "^7.1.0",55 "execa": "^8.0.1",56 "make-dir": "^4.0.0",57 "tsd": "^0.29.0",58 "xo": "^0.56.0"59 }60}61 