Erste Funktionalität der Menükarte per GET/POST, keine API; Umstrukturierung der Tabelle als Bootstrap-div; HTML/CSS-Cleanup
This commit is contained in:
70
node_modules/repeat-string/package.json
generated
vendored
70
node_modules/repeat-string/package.json
generated
vendored
@@ -2,20 +2,24 @@
|
||||
"_args": [
|
||||
[
|
||||
"repeat-string@^1.5.2",
|
||||
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\align-text"
|
||||
"L:\\Git\\repos\\html5-restaurant\\node_modules\\align-text"
|
||||
]
|
||||
],
|
||||
"_from": "repeat-string@>=1.5.2 <2.0.0",
|
||||
"_id": "repeat-string@1.5.2",
|
||||
"_id": "repeat-string@1.5.4",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/repeat-string",
|
||||
"_nodeVersion": "0.12.0",
|
||||
"_nodeVersion": "5.5.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-5-east.internal.npmjs.com",
|
||||
"tmp": "tmp/repeat-string-1.5.4.tgz_1456747759357_0.14794702967628837"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "2.5.1",
|
||||
"_npmVersion": "3.6.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "repeat-string",
|
||||
@@ -28,14 +32,14 @@
|
||||
"_requiredBy": [
|
||||
"/align-text"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz",
|
||||
"_shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a",
|
||||
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz",
|
||||
"_shasum": "64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "repeat-string@^1.5.2",
|
||||
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\align-text",
|
||||
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\align-text",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://github.com/jonschlinkert/"
|
||||
"url": "http://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/repeat-string/issues"
|
||||
@@ -43,17 +47,18 @@
|
||||
"dependencies": {},
|
||||
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
|
||||
"devDependencies": {
|
||||
"benchmarked": "^0.1.3",
|
||||
"chalk": "^0.5.1",
|
||||
"glob": "^4.3.5",
|
||||
"mocha": "^2.2.1",
|
||||
"repeating": "^1.1.1",
|
||||
"should": "^4.0.4"
|
||||
"benchmarked": "^0.1.5",
|
||||
"chalk": "^1.1.1",
|
||||
"glob": "^7.0.0",
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"mocha": "*",
|
||||
"repeating": "^2.0.0",
|
||||
"should": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a",
|
||||
"tarball": "http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz"
|
||||
"shasum": "64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5",
|
||||
"tarball": "http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
@@ -61,7 +66,7 @@
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "bf20e5dc1414305bec6ff26d90988378a5bad6ec",
|
||||
"gitHead": "53b4ac32e4cfa5bf339aed73544fe86b0f3e9190",
|
||||
"homepage": "https://github.com/jonschlinkert/repeat-string",
|
||||
"keywords": [
|
||||
"fast",
|
||||
@@ -80,15 +85,16 @@
|
||||
"string",
|
||||
"times"
|
||||
],
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
},
|
||||
{
|
||||
"name": "doowb",
|
||||
"email": "brian.woodward@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "repeat-string",
|
||||
@@ -96,10 +102,28 @@
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/repeat-string.git"
|
||||
"url": "git+https://github.com/jonschlinkert/repeat-string.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.5.2"
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"repeat-element"
|
||||
]
|
||||
},
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "1.5.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user