aboutsummaryrefslogtreecommitdiff
path: root/node_modules/espower-location-detector/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-28 00:38:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-28 00:40:43 +0200
commit7fff4499fd915bcea3fa93b1aa8b35f4fe7a6027 (patch)
tree6de9a1aebd150a23b7f8c273ec657a5d0a18fe3e /node_modules/espower-location-detector/README.md
parent963b7a41feb29cc4be090a2446bdfe0c1f1bcd81 (diff)
add linting (and some initial fixes)
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