HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/front-end/node_modules/find-cache-dir/package.json
{
	"name": "find-cache-dir",
	"version": "4.0.0",
	"description": "Finds the common standard cache directory",
	"license": "MIT",
	"repository": "sindresorhus/find-cache-dir",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=14.16"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"cache",
		"directory",
		"dir",
		"caching",
		"find",
		"search"
	],
	"dependencies": {
		"common-path-prefix": "^3.0.0",
		"pkg-dir": "^7.0.0"
	},
	"devDependencies": {
		"ava": "^5.0.1",
		"del": "^7.0.0",
		"tempy": "^3.0.0",
		"xo": "^0.52.4"
	},
	"ava": {
		"workerThreads": false
	}
}