This commit is contained in:
Talor Berthelson
2016-06-17 20:49:15 -04:00
commit 889faf9c1c
699 changed files with 112020 additions and 0 deletions

17
node_modules/graceful-readlink/README.md generated vendored Normal file
View File

@@ -0,0 +1,17 @@
# graceful-readlink
[![NPM Version](http://img.shields.io/npm/v/graceful-readlink.svg?style=flat)](https://www.npmjs.org/package/graceful-readlink)
[![NPM Downloads](https://img.shields.io/npm/dm/graceful-readlink.svg?style=flat)](https://www.npmjs.org/package/graceful-readlink)
## Usage
```js
var readlinkSync = require('graceful-readlink').readlinkSync;
console.log(readlinkSync(f));
// output
// the file pointed to when `f` is a symbolic link
// the `f` itself when `f` is not a symbolic link
```
## Licence
MIT License