aboutsummaryrefslogtreecommitdiff
path: root/node_modules/espower-location-detector/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/espower-location-detector/README.md')
-rw-r--r--node_modules/espower-location-detector/README.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/node_modules/espower-location-detector/README.md b/node_modules/espower-location-detector/README.md
new file mode 100644
index 000000000..21059ac8a
--- /dev/null
+++ b/node_modules/espower-location-detector/README.md
@@ -0,0 +1,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