added price per unit to item details page
This commit is contained in:
7
front-api/node_modules/backbone/.npmignore
generated
vendored
Normal file
7
front-api/node_modules/backbone/.npmignore
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
test/
|
||||
Rakefile
|
||||
docs/
|
||||
raw/
|
||||
examples/
|
||||
index.html
|
||||
.jshintrc
|
||||
5
front-api/node_modules/backbone/.travis.yml
generated
vendored
Normal file
5
front-api/node_modules/backbone/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
notifications:
|
||||
email: false
|
||||
2
front-api/node_modules/backbone/CNAME
generated
vendored
Normal file
2
front-api/node_modules/backbone/CNAME
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
backbonejs.org
|
||||
|
||||
22
front-api/node_modules/backbone/CONTRIBUTING.md
generated
vendored
Normal file
22
front-api/node_modules/backbone/CONTRIBUTING.md
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
## How to Open a Backbone.js Ticket
|
||||
|
||||
* Do not use tickets to ask for help with (debugging) your application. Ask on
|
||||
the [mailing list](https://groups.google.com/forum/#!forum/backbonejs),
|
||||
in the IRC channel (`#documentcloud` on Freenode), or if you understand your
|
||||
specific problem, on [StackOverflow](http://stackoverflow.com/questions/tagged/backbone.js).
|
||||
|
||||
* Before you open a ticket or send a pull request,
|
||||
[search](https://github.com/jashkenas/backbone/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 or bug fix, be sure to have
|
||||
[tests](http://backbonejs.org/test/).
|
||||
|
||||
* Use the same coding style as the rest of the
|
||||
[codebase](https://github.com/jashkenas/backbone/blob/master/backbone.js).
|
||||
|
||||
* In your pull request, do not add documentation or rebuild the minified
|
||||
`backbone-min.js` file. We'll do that before cutting a new release.
|
||||
|
||||
* All pull requests should be made to the `master` branch.
|
||||
22
front-api/node_modules/backbone/LICENSE
generated
vendored
Normal file
22
front-api/node_modules/backbone/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
Copyright (c) 2010-2014 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.
|
||||
29
front-api/node_modules/backbone/README.md
generated
vendored
Normal file
29
front-api/node_modules/backbone/README.md
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
____ __ __
|
||||
/\ _`\ /\ \ /\ \ __
|
||||
\ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____
|
||||
\ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\
|
||||
\ \ \ \ \/\ \ \.\_/\ \__/\ \ \\`\\ \ \ \ \/\ \ \ \/\ \/\ \/\ __/ __ \ \ \/\__, `\
|
||||
\ \____/\ \__/.\_\ \____\\ \_\ \_\ \_,__/\ \____/\ \_\ \_\ \____\/\_\_\ \ \/\____/
|
||||
\/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/
|
||||
\ \____/
|
||||
\/___/
|
||||
(_'_______________________________________________________________________________'_)
|
||||
(_.———————————————————————————————————————————————————————————————————————————————._)
|
||||
|
||||
|
||||
Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
|
||||
|
||||
For Docs, License, Tests, pre-packed downloads, and everything else, really, see:
|
||||
http://backbonejs.org
|
||||
|
||||
To suggest a feature, report a bug, or general discussion:
|
||||
http://github.com/jashkenas/backbone/issues
|
||||
|
||||
Backbone is an open-sourced component of DocumentCloud:
|
||||
https://github.com/documentcloud
|
||||
|
||||
Many thanks to our contributors:
|
||||
http://github.com/jashkenas/backbone/contributors
|
||||
|
||||
Special thanks to Robert Kieffer for the original philosophy behind Backbone.
|
||||
http://github.com/broofa
|
||||
2
front-api/node_modules/backbone/backbone-min.js
generated
vendored
Normal file
2
front-api/node_modules/backbone/backbone-min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
front-api/node_modules/backbone/backbone-min.map
generated
vendored
Normal file
1
front-api/node_modules/backbone/backbone-min.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1608
front-api/node_modules/backbone/backbone.js
generated
vendored
Normal file
1608
front-api/node_modules/backbone/backbone.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
front-api/node_modules/backbone/bower.json
generated
vendored
Normal file
9
front-api/node_modules/backbone/bower.json
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name" : "backbone",
|
||||
"version" : "1.1.2",
|
||||
"main" : "backbone.js",
|
||||
"dependencies" : {
|
||||
"underscore" : ">=1.5.0"
|
||||
},
|
||||
"ignore" : ["backbone-min.js", "docs", "examples", "test", "*.yml", "*.map", ".html", "*.ico"]
|
||||
}
|
||||
13
front-api/node_modules/backbone/component.json
generated
vendored
Normal file
13
front-api/node_modules/backbone/component.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name" : "backbone",
|
||||
"version" : "1.1.2",
|
||||
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
|
||||
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
|
||||
"repo" : "jashkenas/backbone",
|
||||
"dependencies" : {
|
||||
"jashkenas/underscore" : "*"
|
||||
},
|
||||
"main" : "backbone.js",
|
||||
"scripts" : ["backbone.js"],
|
||||
"license" : "MIT"
|
||||
}
|
||||
BIN
front-api/node_modules/backbone/favicon.ico
generated
vendored
Normal file
BIN
front-api/node_modules/backbone/favicon.ico
generated
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
1
front-api/node_modules/backbone/index.js
generated
vendored
Normal file
1
front-api/node_modules/backbone/index.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./backbone');
|
||||
23
front-api/node_modules/backbone/node_modules/underscore/LICENSE
generated
vendored
Normal file
23
front-api/node_modules/backbone/node_modules/underscore/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
Copyright (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative
|
||||
Reporters & Editors
|
||||
|
||||
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.
|
||||
22
front-api/node_modules/backbone/node_modules/underscore/README.md
generated
vendored
Normal file
22
front-api/node_modules/backbone/node_modules/underscore/README.md
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
__
|
||||
/\ \ __
|
||||
__ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____
|
||||
/\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\
|
||||
\ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\
|
||||
\ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
|
||||
\/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/
|
||||
\ \____/
|
||||
\/___/
|
||||
|
||||
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
|
||||
|
||||
Underscore is an open-sourced component of DocumentCloud:
|
||||
https://github.com/documentcloud
|
||||
|
||||
Many thanks to our contributors:
|
||||
https://github.com/jashkenas/underscore/contributors
|
||||
70
front-api/node_modules/backbone/node_modules/underscore/package.json
generated
vendored
Normal file
70
front-api/node_modules/backbone/node_modules/underscore/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "underscore",
|
||||
"description": "JavaScript's functional programming helper library.",
|
||||
"homepage": "http://underscorejs.org",
|
||||
"keywords": [
|
||||
"util",
|
||||
"functional",
|
||||
"server",
|
||||
"client",
|
||||
"browser"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jeremy Ashkenas",
|
||||
"email": "jeremy@documentcloud.org"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jashkenas/underscore.git"
|
||||
},
|
||||
"main": "underscore.js",
|
||||
"version": "1.7.0",
|
||||
"devDependencies": {
|
||||
"docco": "0.6.x",
|
||||
"phantomjs": "1.9.7-1",
|
||||
"uglify-js": "2.4.x",
|
||||
"eslint": "0.6.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && eslint underscore.js test/*.js test/vendor/runner.js",
|
||||
"build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
|
||||
"doc": "docco underscore.js"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
"underscore.js",
|
||||
"underscore-min.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"gitHead": "da996e665deb0b69b257e80e3e257c04fde4191c",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jashkenas/underscore/issues"
|
||||
},
|
||||
"_id": "underscore@1.7.0",
|
||||
"_shasum": "6bbaf0877500d36be34ecaa584e0db9fef035209",
|
||||
"_from": "underscore@>=1.5.0",
|
||||
"_npmVersion": "1.4.24",
|
||||
"_npmUser": {
|
||||
"name": "jashkenas",
|
||||
"email": "jashkenas@gmail.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jashkenas",
|
||||
"email": "jashkenas@gmail.com"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "6bbaf0877500d36be34ecaa584e0db9fef035209",
|
||||
"tarball": "http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz",
|
||||
"readme": " __\n /\\ \\ __\n __ __ ___ \\_\\ \\ __ _ __ ____ ___ ___ _ __ __ /\\_\\ ____\n /\\ \\/\\ \\ /' _ `\\ /'_ \\ /'__`\\/\\ __\\/ ,__\\ / ___\\ / __`\\/\\ __\\/'__`\\ \\/\\ \\ /',__\\\n \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\ __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\ __/ __ \\ \\ \\/\\__, `\\\n \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n \\/___/ \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/ \\/____/\\/___/ \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/\n \\ \\____/\n \\/___/\n\nUnderscore.js is a utility-belt library for JavaScript that provides\nsupport for the usual functional suspects (each, map, reduce, filter...)\nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttp://underscorejs.org\n\nUnderscore is an open-sourced component of DocumentCloud:\nhttps://github.com/documentcloud\n\nMany thanks to our contributors:\nhttps://github.com/jashkenas/underscore/contributors\n",
|
||||
"readmeFilename": "README.md"
|
||||
}
|
||||
6
front-api/node_modules/backbone/node_modules/underscore/underscore-min.js
generated
vendored
Normal file
6
front-api/node_modules/backbone/node_modules/underscore/underscore-min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1415
front-api/node_modules/backbone/node_modules/underscore/underscore.js
generated
vendored
Normal file
1415
front-api/node_modules/backbone/node_modules/underscore/underscore.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
64
front-api/node_modules/backbone/package.json
generated
vendored
Normal file
64
front-api/node_modules/backbone/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "backbone",
|
||||
"description": "Give your JS App some Backbone with Models, Views, Collections, and Events.",
|
||||
"url": "http://backbonejs.org",
|
||||
"keywords": [
|
||||
"model",
|
||||
"view",
|
||||
"controller",
|
||||
"router",
|
||||
"server",
|
||||
"client",
|
||||
"browser"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jeremy Ashkenas",
|
||||
"email": "jeremy@documentcloud.org"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": ">=1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"phantomjs": "1.9.0-1",
|
||||
"docco": "0.6.1",
|
||||
"coffee-script": "1.6.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee",
|
||||
"build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
|
||||
"doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localstorage.js",
|
||||
"lint": "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js"
|
||||
},
|
||||
"main": "backbone.js",
|
||||
"version": "1.1.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jashkenas/backbone.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jashkenas/backbone/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jashkenas/backbone",
|
||||
"_id": "backbone@1.1.2",
|
||||
"dist": {
|
||||
"shasum": "c2c04c66bf87268fb82c177acebeff7d37ba6f2d",
|
||||
"tarball": "http://registry.npmjs.org/backbone/-/backbone-1.1.2.tgz"
|
||||
},
|
||||
"_from": "backbone@>=1.0.0 <2.0.0",
|
||||
"_npmVersion": "1.3.21",
|
||||
"_npmUser": {
|
||||
"name": "jashkenas",
|
||||
"email": "jashkenas@gmail.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jashkenas",
|
||||
"email": "jashkenas@gmail.com"
|
||||
}
|
||||
],
|
||||
"directories": {},
|
||||
"_shasum": "c2c04c66bf87268fb82c177acebeff7d37ba6f2d",
|
||||
"_resolved": "https://registry.npmjs.org/backbone/-/backbone-1.1.2.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user