Added editor

This commit is contained in:
parallax
2017-03-02 10:07:55 +01:00
parent 7270cb09f3
commit 6ba3a07634
333 changed files with 61201 additions and 0 deletions

18
editor/node_modules/lodash.map/README.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
# lodash.map v4.6.0
The [lodash](https://lodash.com/) method `_.map` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.map
```
In Node.js:
```js
var map = require('lodash.map');
```
See the [documentation](https://lodash.com/docs#map) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.map) for more details.