Initial
This commit is contained in:
1
resources/app/node_modules/underscore/CNAME
generated
vendored
Normal file
1
resources/app/node_modules/underscore/CNAME
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
underscorejs.org
|
||||
9
resources/app/node_modules/underscore/CONTRIBUTING.md
generated
vendored
Normal file
9
resources/app/node_modules/underscore/CONTRIBUTING.md
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
## How to contribute to Underscore.js
|
||||
|
||||
* Before you open a ticket or send a pull request, [search](https://github.com/documentcloud/underscore/issues) for previous discussions about the same feature or issue. Add to the earlier ticket if you find one.
|
||||
|
||||
* Before sending a pull request for a feature, be sure to have [tests](http://underscorejs.org/test/).
|
||||
|
||||
* Use the same coding style as the rest of the [codebase](https://github.com/documentcloud/underscore/blob/master/underscore.js).
|
||||
|
||||
* In your pull request, do not add documentation or re-build the minified `underscore-min.js` file. We'll do those things before cutting a new release.
|
||||
22
resources/app/node_modules/underscore/LICENSE
generated
vendored
Normal file
22
resources/app/node_modules/underscore/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
Copyright (c) 2009-2013 Jeremy Ashkenas, DocumentCloud
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
BIN
resources/app/node_modules/underscore/favicon.ico
generated
vendored
Normal file
BIN
resources/app/node_modules/underscore/favicon.ico
generated
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
2467
resources/app/node_modules/underscore/index.html
generated
vendored
Normal file
2467
resources/app/node_modules/underscore/index.html
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
resources/app/node_modules/underscore/index.js
generated
vendored
Normal file
1
resources/app/node_modules/underscore/index.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./underscore');
|
||||
15
resources/app/node_modules/underscore/package.json
generated
vendored
Normal file
15
resources/app/node_modules/underscore/package.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "underscore",
|
||||
"description": "JavaScript's functional programming helper library.",
|
||||
"homepage": "http://underscorejs.org",
|
||||
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/documentcloud/underscore.git"
|
||||
},
|
||||
"main": "underscore.js",
|
||||
"version": "1.4.4",
|
||||
"devDependencies": {
|
||||
"phantomjs": "0.2.2"
|
||||
}
|
||||
}
|
||||
1
resources/app/node_modules/underscore/underscore-min.js
generated
vendored
Normal file
1
resources/app/node_modules/underscore/underscore-min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1226
resources/app/node_modules/underscore/underscore.js
generated
vendored
Normal file
1226
resources/app/node_modules/underscore/underscore.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user