# espower-location-detector

> AST source location detection helper for power-assert

Latest version **2.0.0** (published 2019-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install espower-location-detector
pnpm add espower-location-detector
yarn add espower-location-detector
bun add espower-location-detector
```

## 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 | 2.0.0 |
| Published | 2019-02-15 |
| First published | 2015-12-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 9.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Takuto Wada |
| Maintainers | twada |
| Keywords | ast, estree, sourcemaps |

## Links

- npm: https://www.npmjs.com/package/espower-location-detector
- Repository: https://github.com/twada/espower-location-detector
- Issues: https://github.com/twada/espower-location-detector/issues
- npm.io page: https://npm.io/package/espower-location-detector

## Dependencies (2)

- [is-url](https://npm.io/package/is-url.md) ^1.2.1
- [source-map](https://npm.io/package/source-map.md) ^0.5.0

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2019-02-15
- 1.0.0 — 2016-12-30
- 0.1.2 — 2016-02-10
- 0.1.1 — 2015-12-31
- 0.1.0 — 2015-12-31

## README

espower-location-detector
================================

AST source location detection helper for power-assert

[![Build Status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Code Style][style-image]][style-url]
[![License][license-image]][license-url]


DESCRIPTION
---------------------------------------

`espower-location-detector` is a AST source location detection helper for [power-assert](https://github.com/power-assert-js/power-assert), intended to be used by [espower](https://github.com/power-assert-js/espower) and [babel-plugin-espower](https://github.com/power-assert-js/babel-plugin-espower).


INSTALL
---------------------------------------

```
$ npm install espower-location-detector
```


AUTHOR
---------------------------------------
* [Takuto Wada](https://github.com/twada)


SUPPORT POLICY
---------------------------------------

[Node under maintenance](https://github.com/nodejs/LTS) is supported.

NOTE: If espower-location-detector works in any of the unsupported environments, it is purely coincidental and has no bearing on future compatibility. Use at your own risk.


LICENSE
---------------------------------------
Licensed under the [MIT](https://github.com/twada/espower-location-detector/blob/master/LICENSE) license.

[npm-url]: https://npmjs.org/package/espower-location-detector
[npm-image]: https://badge.fury.io/js/espower-location-detector.svg

[travis-url]: https://travis-ci.org/twada/espower-location-detector
[travis-image]: https://secure.travis-ci.org/twada/espower-location-detector.svg?branch=master

[style-url]: https://github.com/Flet/semistandard
[style-image]: https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg

[license-url]: https://github.com/twada/espower-location-detector/blob/master/LICENSE
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg

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