You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.8 KiB
Markdown
54 lines
1.8 KiB
Markdown
5 years ago
|
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
|