合并master到develop
Showing
| ... | ... | @@ -16,6 +16,7 @@ | 
| "laravel/helpers": "^1.6", | ||
| "laravel/sanctum": "^3.3", | ||
| "laravel/tinker": "^2.8", | ||
| "milon/barcode": "^11.0", | ||
| "overtrue/easy-sms": "^3.0", | ||
| "overtrue/laravel-filesystem-cos": "^3.5", | ||
| "overtrue/laravel-query-logger": "^3.1", | ||
| ... | ... | 
| { | ||
| "name": "codemirror", | ||
| "version": "5.0.0", | ||
| "version":"5.0.0", | ||
| "main": "lib/codemirror.js", | ||
| "description": "In-browser code editing made bearable", | ||
| "licenses": [ | ||
| { | ||
| "type": "MIT", | ||
| "url": "http://codemirror.net/LICENSE" | ||
| } | ||
| ], | ||
| "directories": { | ||
| "lib": "./lib" | ||
| }, | ||
| "scripts": { | ||
| "test": "node ./test/run.js" | ||
| }, | ||
| "devDependencies": { | ||
| "blint": ">=0.1.1", | ||
| "node-static": "0.6.0", | ||
| "phantomjs": "1.9.2-5" | ||
| }, | ||
| "licenses": [{"type": "MIT", | ||
| "url": "http://codemirror.net/LICENSE"}], | ||
| "directories": {"lib": "./lib"}, | ||
| "scripts": {"test": "node ./test/run.js"}, | ||
| "devDependencies": {"node-static": "0.6.0", | ||
| "phantomjs": "1.9.2-5", | ||
| "blint": ">=0.1.1"}, | ||
| "bugs": "http://github.com/codemirror/CodeMirror/issues", | ||
| "keywords": [ | ||
| "JavaScript", | ||
| "CodeMirror", | ||
| "Editor" | ||
| ], | ||
| "keywords": ["JavaScript", "CodeMirror", "Editor"], | ||
| "homepage": "http://codemirror.net", | ||
| "maintainers": [ | ||
| { | ||
| "name": "Marijn Haverbeke", | ||
| "email": "marijnh@gmail.com", | ||
| "web": "http://marijnhaverbeke.nl" | ||
| } | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/codemirror/CodeMirror.git" | ||
| }, | ||
| "dependencies": { | ||
| "codemirror": "file:" | ||
| } | ||
| "maintainers":[{"name": "Marijn Haverbeke", | ||
| "email": "marijnh@gmail.com", | ||
| "web": "http://marijnhaverbeke.nl"}], | ||
| "repository": {"type": "git", | ||
| "url": "https://github.com/codemirror/CodeMirror.git"} | ||
| } | 
| ... | ... | @@ -38,8 +38,5 @@ | 
| "gulp-ruby-sass": "^1.0.1", | ||
| "gulp-uglifyjs": "^0.6.1", | ||
| "gulp-util": "^3.0.1" | ||
| }, | ||
| "dependencies": { | ||
| "editor.md": "file:" | ||
| } | ||
| } | 
| { | ||
| "name": "codemirror", | ||
| "version": "5.0.0", | ||
| "version":"5.0.0", | ||
| "main": "lib/codemirror.js", | ||
| "description": "In-browser code editing made bearable", | ||
| "licenses": [ | ||
| { | ||
| "type": "MIT", | ||
| "url": "http://codemirror.net/LICENSE" | ||
| } | ||
| ], | ||
| "directories": { | ||
| "lib": "./lib" | ||
| }, | ||
| "scripts": { | ||
| "test": "node ./test/run.js" | ||
| }, | ||
| "devDependencies": { | ||
| "blint": ">=0.1.1", | ||
| "node-static": "0.6.0", | ||
| "phantomjs": "1.9.2-5" | ||
| }, | ||
| "licenses": [{"type": "MIT", | ||
| "url": "http://codemirror.net/LICENSE"}], | ||
| "directories": {"lib": "./lib"}, | ||
| "scripts": {"test": "node ./test/run.js"}, | ||
| "devDependencies": {"node-static": "0.6.0", | ||
| "phantomjs": "1.9.2-5", | ||
| "blint": ">=0.1.1"}, | ||
| "bugs": "http://github.com/codemirror/CodeMirror/issues", | ||
| "keywords": [ | ||
| "JavaScript", | ||
| "CodeMirror", | ||
| "Editor" | ||
| ], | ||
| "keywords": ["JavaScript", "CodeMirror", "Editor"], | ||
| "homepage": "http://codemirror.net", | ||
| "maintainers": [ | ||
| { | ||
| "name": "Marijn Haverbeke", | ||
| "email": "marijnh@gmail.com", | ||
| "web": "http://marijnhaverbeke.nl" | ||
| } | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/codemirror/CodeMirror.git" | ||
| }, | ||
| "dependencies": { | ||
| "codemirror": "file:" | ||
| } | ||
| "maintainers":[{"name": "Marijn Haverbeke", | ||
| "email": "marijnh@gmail.com", | ||
| "web": "http://marijnhaverbeke.nl"}], | ||
| "repository": {"type": "git", | ||
| "url": "https://github.com/codemirror/CodeMirror.git"} | ||
| } | 
| ... | ... | @@ -38,8 +38,5 @@ | 
| "gulp-ruby-sass": "^1.0.1", | ||
| "gulp-uglifyjs": "^0.6.1", | ||
| "gulp-util": "^3.0.1" | ||
| }, | ||
| "dependencies": { | ||
| "editor.md": "file:" | ||
| } | ||
| } | 
vendor/milon/barcode/LICENSE.TXT
0 → 100644
vendor/milon/barcode/composer.json
0 → 100644
| { | ||
| "name": "milon/barcode", | ||
| "description": "Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)", | ||
| "keywords": [ | ||
| "barcode", | ||
| "laravel", | ||
| "qrcode", | ||
| "QR Code", | ||
| "PDF417", | ||
| "Datamatrix", | ||
| "CODE 39", | ||
| "CODE 128", | ||
| "EAN", | ||
| "CODABAR" | ||
| ], | ||
| "license": "LGPL-3.0", | ||
| "authors": [ | ||
| { | ||
| "name": "Nuruzzaman Milon", | ||
| "email": "contact@milon.im" | ||
| } | ||
| ], | ||
| "require": { | ||
| "php": "^7.3 | ^8.0", | ||
| "illuminate/support": "^7.0|^8.0|^9.0|^10.0 | ^11.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-0": { | ||
| "Milon\\Barcode": "src/" | ||
| } | ||
| }, | ||
| "minimum-stability": "stable", | ||
| "config": { | ||
| "sort-packages": true | ||
| }, | ||
| "extra": { | ||
| "laravel": { | ||
| "providers": [ | ||
| "Milon\\Barcode\\BarcodeServiceProvider" | ||
| ], | ||
| "aliases": { | ||
| "DNS1D": "Milon\\Barcode\\Facades\\DNS1DFacade", | ||
| "DNS2D": "Milon\\Barcode\\Facades\\DNS2DFacade" | ||
| } | ||
| } | ||
| } | ||
| } | 
vendor/milon/barcode/readme.md
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
vendor/milon/barcode/src/config/.gitkeep
0 → 100644
vendor/milon/barcode/src/config/config.php
0 → 100644
vendor/milon/barcode/src/lang/.gitkeep
0 → 100644
vendor/milon/barcode/src/migrations/.gitkeep
0 → 100644
vendor/milon/barcode/src/routes.php
0 → 100644
vendor/milon/barcode/src/views/.gitkeep
0 → 100644
Please
register
or
sign in
to comment