Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash._basefor/README.md')
-rw-r--r--node_modules/lodash._basefor/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/lodash._basefor/README.md b/node_modules/lodash._basefor/README.md
new file mode 100644
index 000000000..d9e33731b
--- /dev/null
+++ b/node_modules/lodash._basefor/README.md
@@ -0,0 +1,20 @@
+# lodash._basefor v3.0.2
+
+The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `baseFor` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
+
+## Installation
+
+Using npm:
+
+```bash
+$ {sudo -H} npm i -g npm
+$ npm i --save lodash._basefor
+```
+
+In Node.js/io.js:
+
+```js
+var baseFor = require('lodash._basefor');
+```
+
+See the [package source](https://github.com/lodash/lodash/blob/3.0.2-npm-packages/lodash._basefor) for more details.