schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
espower-location-detector
================================
 
AST source location detection helper for power-assert
 
[![Build Status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Dependency Status][depstat-image]][depstat-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
 
[depstat-url]: https://gemnasium.com/twada/espower-location-detector
[depstat-image]: https://gemnasium.com/twada/espower-location-detector.svg
 
[license-url]: https://github.com/twada/espower-location-detector/blob/master/LICENSE
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg