aboutsummaryrefslogtreecommitdiff
path: root/node_modules/path-root-regex/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
commitcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (patch)
tree92c5d88706a6ffc654d1b133618d357890e7096b /node_modules/path-root-regex/README.md
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
remove node_modules
Diffstat (limited to 'node_modules/path-root-regex/README.md')
-rw-r--r--node_modules/path-root-regex/README.md53
1 files changed, 0 insertions, 53 deletions
diff --git a/node_modules/path-root-regex/README.md b/node_modules/path-root-regex/README.md
deleted file mode 100644
index 9cc61ec9a..000000000
--- a/node_modules/path-root-regex/README.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# path-root-regex [![NPM version](https://img.shields.io/npm/v/path-root-regex.svg?style=flat)](https://www.npmjs.com/package/path-root-regex) [![NPM downloads](https://img.shields.io/npm/dm/path-root-regex.svg?style=flat)](https://npmjs.org/package/path-root-regex) [![Build Status](https://img.shields.io/travis/regexhq/path-root-regex.svg?style=flat)](https://travis-ci.org/regexhq/path-root-regex)
-
-> Regular expression for getting the root of a posix or windows filepath.
-
-You might also be interested in [path-root](https://github.com/jonschlinkert/path-root).
-
-## Usage
-
-The module exposes a function that must be called to get the regex (modified from the split device regex in the node.js path module);
-
-```js
-var pathRootRegex = require('path-root-regex');
-
-console.log(pathRootRegex() instanceof RegExp);
-//=> true
-```
-
-See the [path-root](https://github.com/jonschlinkert/path-root) module for examples.
-
-## Related projects
-
-You might also be interested in these projects:
-
-* [is-absolute](https://www.npmjs.com/package/is-absolute): Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute. | [homepage](https://github.com/jonschlinkert/is-absolute)
-* [parse-filepath](https://www.npmjs.com/package/parse-filepath): Parse a filepath into an object. Falls back on the native node.js `path.parse` method if… [more](https://www.npmjs.com/package/parse-filepath) | [homepage](https://github.com/jonschlinkert/parse-filepath)
-
-## Contributing
-
-Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/path-root-regex/issues/new).
-
-## Running tests
-
-Install dev dependencies:
-
-```sh
-$ npm install -d && npm test
-```
-
-## Author
-
-**Jon Schlinkert**
-
-* [github/jonschlinkert](https://github.com/jonschlinkert)
-* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
-
-## License
-
-Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
-Released under the [MIT license](https://github.com/regexhq/path-root-regex/blob/master/LICENSE).
-
-***
-
-_This file was generated by [verb](https://github.com/verbose/verb), v, on March 29, 2016._ \ No newline at end of file