stuff
This commit is contained in:
4
buildfiles/app/node_modules/underscore/.npmignore
generated
vendored
Normal file
4
buildfiles/app/node_modules/underscore/.npmignore
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
test/
|
||||
Rakefile
|
||||
docs/
|
||||
raw/
|
5
buildfiles/app/node_modules/underscore/.travis.yml
generated
vendored
Normal file
5
buildfiles/app/node_modules/underscore/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
notifications:
|
||||
email: false
|
1
buildfiles/app/node_modules/underscore/CNAME
generated
vendored
Normal file
1
buildfiles/app/node_modules/underscore/CNAME
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
underscorejs.org
|
9
buildfiles/app/node_modules/underscore/CONTRIBUTING.md
generated
vendored
Normal file
9
buildfiles/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
buildfiles/app/node_modules/underscore/LICENSE
generated
vendored
Normal file
22
buildfiles/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.
|
19
buildfiles/app/node_modules/underscore/README.md
generated
vendored
Normal file
19
buildfiles/app/node_modules/underscore/README.md
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
__
|
||||
/\ \ __
|
||||
__ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____
|
||||
/\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\
|
||||
\ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\
|
||||
\ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
|
||||
\/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/
|
||||
\ \____/
|
||||
\/___/
|
||||
|
||||
Underscore.js is a utility-belt library for JavaScript that provides
|
||||
support for the usual functional suspects (each, map, reduce, filter...)
|
||||
without extending any core JavaScript objects.
|
||||
|
||||
For Docs, License, Tests, and pre-packed downloads, see:
|
||||
http://underscorejs.org
|
||||
|
||||
Many thanks to our contributors:
|
||||
https://github.com/documentcloud/underscore/contributors
|
BIN
buildfiles/app/node_modules/underscore/favicon.ico
generated
vendored
Normal file
BIN
buildfiles/app/node_modules/underscore/favicon.ico
generated
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
2467
buildfiles/app/node_modules/underscore/index.html
generated
vendored
Normal file
2467
buildfiles/app/node_modules/underscore/index.html
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
buildfiles/app/node_modules/underscore/index.js
generated
vendored
Normal file
1
buildfiles/app/node_modules/underscore/index.js
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
module.exports = require('./underscore');
|
60
buildfiles/app/node_modules/underscore/package.json
generated
vendored
Normal file
60
buildfiles/app/node_modules/underscore/package.json
generated
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"underscore@1.4.4",
|
||||
"/home/shihaam/www/freezer.shihaam.me/app"
|
||||
]
|
||||
],
|
||||
"_from": "underscore@1.4.4",
|
||||
"_id": "underscore@1.4.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-YaajIBBiKvoHljvzJSA88SI51gQ=",
|
||||
"_location": "/underscore",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "underscore@1.4.4",
|
||||
"name": "underscore",
|
||||
"escapedName": "underscore",
|
||||
"rawSpec": "1.4.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/binary-search-tree",
|
||||
"/nedb"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz",
|
||||
"_spec": "1.4.4",
|
||||
"_where": "/home/shihaam/www/freezer.shihaam.me/app",
|
||||
"author": {
|
||||
"name": "Jeremy Ashkenas",
|
||||
"email": "jeremy@documentcloud.org"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/documentcloud/underscore/issues"
|
||||
},
|
||||
"description": "JavaScript's functional programming helper library.",
|
||||
"devDependencies": {
|
||||
"phantomjs": "0.2.2"
|
||||
},
|
||||
"homepage": "http://underscorejs.org",
|
||||
"keywords": [
|
||||
"util",
|
||||
"functional",
|
||||
"server",
|
||||
"client",
|
||||
"browser"
|
||||
],
|
||||
"main": "underscore.js",
|
||||
"name": "underscore",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/documentcloud/underscore.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
|
||||
},
|
||||
"version": "1.4.4"
|
||||
}
|
1
buildfiles/app/node_modules/underscore/underscore-min.js
generated
vendored
Normal file
1
buildfiles/app/node_modules/underscore/underscore-min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1226
buildfiles/app/node_modules/underscore/underscore.js
generated
vendored
Normal file
1226
buildfiles/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