# who-called-me

> Information from the call stack of statement

Latest version **1.0.3** (published 2022-05-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install who-called-me
pnpm add who-called-me
yarn add who-called-me
bun add who-called-me
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2022-05-10 |
| First published | 2022-05-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Vitaliy Diachuk |
| Maintainers | vitaliy-dyachuk |
| Keywords | debug, log, debugger |

## Links

- npm: https://www.npmjs.com/package/who-called-me
- Repository: https://github.com/SpiritUrban/who-called-me
- Homepage: https://github.com/SpiritUrban/who-called-me#readme
- Issues: https://github.com/SpiritUrban/who-called-me/issues
- npm.io page: https://npm.io/package/who-called-me

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.3 (latest) — 2022-05-10
- 1.0.2 — 2022-05-10
- 1.0.1 — 2022-05-10
- 1.0.0 — 2022-05-09

## README

# who-called-me
 Information from the call stack of statement

## Installing

Using npm:

```bash
$ npm install who-called-me
```

## Example

```js
const whoCalledMe = require('who-called-me');
// or
import whoCalledMe from 'who-called-me';

whoCalledMe(2) // => 'Line: 15. at file///C/dev/test2/2.js'
// whoCalledMe(2: Is a depth level, can be 3 or other )
whoCalledMe(2, 'report') // => 'Line: 15. at file///C/dev/test2/2.js', more data in console/terminal
// You can use 'report' for watching call stack and choose depth level you need
```

---
_Source: https://npm.io/package/who-called-me · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
