initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

16
node_modules/underscore-plus/README.md generated vendored Normal file
View File

@@ -0,0 +1,16 @@
# underscore-plus
[![OS X Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.org/atom/underscore-plus)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/c7l8009vgpaojxcd/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/underscore-plus/branch/master)
[![Dependency Status](https://david-dm.org/atom/underscore-plus.svg)](https://david-dm.org/atom/underscore-plus)
Takes the great [underscore](http://underscorejs.org/) library and adds a few more things.
## Using
```sh
npm install underscore-plus
```
```coffeescript
_ = require 'underscore-plus' # Has all underscore methods and more
```