HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/caller-callsite/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/caller-callsite/package.json
{
	"name": "caller-callsite",
	"version": "5.0.0",
	"description": "Get the callsite of the caller function",
	"license": "MIT",
	"repository": "sindresorhus/caller-callsite",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"main": "./index.cjs",
	"module": "./index.js",
	"exports": {
		"import": "./index.js",
		"require": "./index.cjs"
	},
	"engines": {
		"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"caller",
		"calling",
		"module",
		"parent",
		"callsites",
		"callsite",
		"stacktrace",
		"stack",
		"trace",
		"function",
		"file"
	],
	"dependencies": {
		"callsites": "^4.0.0"
	},
	"devDependencies": {
		"ava": "^3.15.0",
		"tsd": "^0.17.0",
		"typescript": "^4.4.3",
		"xo": "^0.45.0"
	}
}