From b7e007c37b14d64aa15331603cc8f02b9ff66526 Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 1 Nov 2024 13:07:32 +0100 Subject: [PATCH] install all bower and npm dependencies with composer --- composer.json | 9 + composer.lock | 919 ++++---------------------------------------------- 2 files changed, 72 insertions(+), 856 deletions(-) diff --git a/composer.json b/composer.json index 12fccc5887..280361062b 100644 --- a/composer.json +++ b/composer.json @@ -124,6 +124,15 @@ "php-http/discovery": false } }, + "extra": { + "installer-types": ["bower-asset", "npm-asset"], + "installer-paths": { + "view/asset/{$name}/": [ + "type:bower-asset", + "type:npm-asset" + ] + } + }, "archive": { "exclude": [ "/.*", diff --git a/composer.lock b/composer.lock index bf7f9189a0..6f13b5cdea 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "782bc9ebd4061a92566e1970488574aa", + "content-hash": "532a759e2f293bbf8f928babff06548a", "packages": [ { "name": "asika/simple-console", @@ -130,89 +130,39 @@ "version": "1.0.11", "source": { "type": "git", - "url": "https://github.com/cure53/DOMPurify.git", + "url": "git@github.com:cure53/DOMPurify.git", "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cure53/DOMPurify/zipball/3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38", - "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38", - "shasum": "" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": "src/purify.js", - "bower-asset-ignore": [ - "**/.*", - "demos", - "scripts", - "test", - "website" - ] + "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38" }, + "type": "bower-asset", "license": [ "MPL-2.0", "Apache-2.0" - ], - "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG", - "keywords": [ - "cross site scripting", - "dom", - "filter", - "html", - "mathml", - "sanitize", - "sanitizer", - "secure", - "security", - "svg", - "xss" - ], - "time": "2019-06-18T13:33:05+00:00" + ] }, { "name": "bower-asset/fork-awesome", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/ForkAwesome/Fork-Awesome.git", + "url": "git@github.com:ForkAwesome/Fork-Awesome.git", "reference": "1e3849530d0266ece3a883649e1398414b92241d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ForkAwesome/Fork-Awesome/zipball/1e3849530d0266ece3a883649e1398414b92241d", - "reference": "1e3849530d0266ece3a883649e1398414b92241d", - "shasum": "" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": [ - "less/fork-awesome.less", - "scss/fork-awesome.scss" - ], - "bower-asset-ignore": [ - "*/.*", - "*.json", - "src", - "*.yml", - "Gemfile", - "Gemfile.lock", - "*.md" - ] + "reference": "1e3849530d0266ece3a883649e1398414b92241d" }, + "type": "bower-asset", "license": [ "OFL-1.1", "MIT", "CC-BY-3.0" - ], - "description": "Fork Awesome", - "keywords": [ - "awesome", - "font", - "fork", - "icon" - ], - "time": "2021-08-26T18:46:39+00:00" + ] }, { "name": "brick/math", @@ -1865,975 +1815,232 @@ "version": "1.2.2", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz", - "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55" - }, - "require-dev": { - "npm-asset/babel-core": ">=6.26.0,<7.0.0", - "npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0", - "npm-asset/babel-preset-env": ">=1.6.1,<2.0.0", - "npm-asset/cpy-cli": ">=1.0.1,<2.0.0", - "npm-asset/cssnano": ">=3.10.0,<4.0.0", - "npm-asset/del-cli": ">=1.1.0,<2.0.0", - "npm-asset/eslint": ">=4.14.0,<5.0.0", - "npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0", - "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0", - "npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0", - "npm-asset/npm-run-all": ">=4.1.2,<5.0.0", - "npm-asset/postcss-cli": ">=4.1.1,<5.0.0", - "npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0", - "npm-asset/postcss-header": ">=1.0.0,<2.0.0", - "npm-asset/postcss-url": ">=7.3.0,<8.0.0", - "npm-asset/rollup": ">=0.53.3,<0.54.0", - "npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0", - "npm-asset/rollup-watch": ">=4.3.1,<5.0.0", - "npm-asset/stylefmt": ">=6.0.0,<7.0.0", - "npm-asset/uglify-js": ">=3.3.4,<4.0.0" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/fengyuanchen/cropperjs/issues" - }, - "npm-asset-files": [ - "src", - "dist" - ], - "npm-asset-main": "dist/cropper.common.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/fengyuanchen/cropperjs.git" - }, - "npm-asset-scripts": { - "build": "npm run build:css && npm run build:js", - "build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map", - "build:js": "rollup -c", - "clear": "del-cli dist", - "compress": "npm run compress:css && npm run compress:js", - "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map", - "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/", - "copy": "cpy dist/cropper.css docs/css", - "lint": "eslint src/js --fix", - "release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test", - "start": "npm-run-all --parallel watch:*", - "test": "node-qunit-phantomjs test/index.html --timeout 10", - "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w", - "watch:js": "rollup -c -m -w" - } + "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Chen Fengyuan", - "url": "http://chenfengyuan.com" - } - ], - "description": "JavaScript image cropper.", - "homepage": "https://fengyuanchen.github.io/cropperjs", - "keywords": [ - "crop", - "cropper", - "cropper.js", - "cropperjs", - "cropping", - "css", - "development", - "front-end", - "html", - "image", - "javascript", - "move", - "rotate", - "scale", - "web", - "zoom" - ], - "time": "2018-01-03T13:39:39+00:00" + ] }, { "name": "npm-asset/es-jquery-sortable", "version": "0.9.13-patch2", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz", - "shasum": "a4db16d133fbce1bcd1543c98279902a6b0812a3" + "url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz" }, "require": { "npm-asset/jquery": ">=2.1.2,<3.0.0" }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/johnny/jquery-sortable/issues" - }, - "npm-asset-main": "./source/js/jquery-sortable.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/johnny/jquery-sortable.git" - }, - "npm-asset-scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - } - }, + "type": "npm-asset", "license": [ "BSD-3" - ], - "authors": [ - "" - ], - "description": "jquery plugin for sortable, nestable lists", - "homepage": "https://github.com/johnny/jquery-sortable", - "keywords": [ - "drag", - "dragging", - "sort", - "sortable", - "sorting" - ], - "time": "2019-11-20T03:55:51+00:00" + ] }, { "name": "npm-asset/ev-emitter", "version": "1.1.1", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz", - "shasum": "8f18b0ce5c76a5d18017f71c0a795c65b9138f2a" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/metafizzy/ev-emitter/issues" - }, - "npm-asset-main": "ev-emitter.js", - "npm-asset-directories": { - "test": "test" - }, - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/metafizzy/ev-emitter.git" - }, - "npm-asset-scripts": { - "test": "mocha test/test" - } + "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "David DeSandro" - } - ], - "description": "lil' event emitter", - "homepage": "https://github.com/metafizzy/ev-emitter#readme", - "keywords": [ - "emitter", - "event", - "pubsub" - ], - "time": "2017-07-06T13:46:38+00:00" + ] }, { "name": "npm-asset/eventemitter3", "version": "2.0.3", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz", - "shasum": "b5e1079b59fb5e1ba2771c0a993be060a58c99ba" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/primus/eventemitter3/issues" - }, - "npm-asset-main": "index.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git://github.com/primus/eventemitter3.git" - }, - "npm-asset-scripts": { - "build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js", - "benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;", - "test": "nyc --reporter=html --reporter=text mocha", - "test-browser": "zuul -- test.js", - "prepublish": "npm run build", - "sync": "node versions.js" - } + "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Arnout Kazemier" - } - ], - "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", - "homepage": "https://github.com/primus/eventemitter3#readme", - "keywords": [ - "EventEmitter", - "EventEmitter2", - "EventEmitter3", - "Events", - "addEventListener", - "addListener", - "emit", - "emits", - "emitter", - "event", - "once", - "pub/sub", - "publish", - "reactor", - "subscribe" - ], - "time": "2017-03-31T14:51:09+00:00" + ] }, { "name": "npm-asset/fullcalendar", "version": "3.10.5", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz", - "shasum": "57a3a64d7d744181582bb9e1be32d1846e1db53a" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://fullcalendar.io/wiki/Reporting-Bugs/" - }, - "npm-asset-main": "dist/fullcalendar.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/fullcalendar/fullcalendar.git" - }, - "npm-asset-scripts": { - "clean": "gulp clean", - "dist": "npm run check-env && gulp dist", - "lint": "gulp lint-and-example-repos", - "test": "gulp test:single", - "check-env": "check-node-version --node 11" - } + "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Adam Shaw", - "email": "arshaw@arshaw.com", - "url": "http://arshaw.com/" - } - ], - "description": "Full-sized drag & drop event calendar", - "homepage": "https://fullcalendar.io/", - "keywords": [ - "calendar", - "event", - "full-sized", - "jquery-plugin" - ], - "time": "2021-11-03T00:01:43+00:00" + ] }, { "name": "npm-asset/imagesloaded", "version": "4.1.4", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz", - "shasum": "1376efcd162bb768c34c3727ac89cc04051f3cc7" + "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz" }, "require": { "npm-asset/ev-emitter": ">=1.0.0,<2.0.0" }, - "require-dev": { - "npm-asset/chalk": ">=1.1.1,<2.0.0", - "npm-asset/cheerio": ">=0.19.0,<0.20.0", - "npm-asset/gulp": ">=3.9.0,<4.0.0", - "npm-asset/gulp-jshint": ">=1.11.2,<2.0.0", - "npm-asset/gulp-json-lint": ">=0.1.0,<0.2.0", - "npm-asset/gulp-rename": ">=1.2.2,<2.0.0", - "npm-asset/gulp-replace": ">=0.5.4,<0.6.0", - "npm-asset/gulp-requirejs-optimize": "dev-github:metafizzy/gulp-requirejs-optimize", - "npm-asset/gulp-uglify": ">=1.4.2,<2.0.0", - "npm-asset/gulp-util": ">=3.0.7,<4.0.0", - "npm-asset/highlight.js": ">=8.9.1,<9.0.0", - "npm-asset/marked": ">=0.3.5,<0.4.0", - "npm-asset/minimist": ">=1.2.0,<2.0.0", - "npm-asset/transfob": ">=1.0.0,<2.0.0" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/desandro/imagesloaded/issues" - }, - "npm-asset-main": "imagesloaded.js", - "npm-asset-directories": { - "test": "test" - }, - "npm-asset-repository": { - "type": "git", - "url": "git://github.com/desandro/imagesloaded.git" - }, - "npm-asset-scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - } - }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "David DeSandro" - } - ], - "description": "JavaScript is all like _You images done yet or what?_", - "homepage": "https://github.com/desandro/imagesloaded", - "keywords": [ - "dom", - "images", - "jquery-plugin", - "loaded", - "ui" - ], - "time": "2018-01-02T16:56:03+00:00" + ] }, { "name": "npm-asset/jgrowl", "version": "1.4.9", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz", - "shasum": "f0259b74904f4cfc05ea1ad1188fe9b7b3384e2e" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/stanlemon/jGrowl/issues" - }, - "npm-asset-main": "jquery.jgrowl.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+ssh://git@github.com/stanlemon/jGrowl.git" - }, - "npm-asset-scripts": { - "build": "grunt" - } + "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Stan Lemon", - "email": "stosh1985@gmail.com", - "url": "http://stanlemon.net" - } - ], - "description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet ", - "homepage": "https://github.com/stanlemon/jGrowl#readme", - "time": "2023-02-22T23:58:06+00:00" + ] }, { "name": "npm-asset/jquery", "version": "2.2.4", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02" - }, - "require-dev": { - "npm-asset/commitplease": "2.0.0", - "npm-asset/core-js": "0.9.17", - "npm-asset/grunt": "0.4.5", - "npm-asset/grunt-babel": "5.0.1", - "npm-asset/grunt-cli": "0.1.13", - "npm-asset/grunt-compare-size": "0.4.0", - "npm-asset/grunt-contrib-jshint": "0.11.2", - "npm-asset/grunt-contrib-uglify": "0.9.2", - "npm-asset/grunt-contrib-watch": "0.6.1", - "npm-asset/grunt-git-authors": "2.0.1", - "npm-asset/grunt-jscs": "2.1.0", - "npm-asset/grunt-jsonlint": "1.0.4", - "npm-asset/grunt-npmcopy": "0.1.0", - "npm-asset/gzip-js": "0.3.2", - "npm-asset/jsdom": "5.6.1", - "npm-asset/load-grunt-tasks": "1.0.0", - "npm-asset/qunit-assert-step": "1.0.3", - "npm-asset/qunitjs": "1.17.1", - "npm-asset/requirejs": "2.1.17", - "npm-asset/sinon": "1.10.3", - "npm-asset/sizzle": "2.2.1", - "npm-asset/strip-json-comments": "1.0.3", - "npm-asset/testswarm": "1.1.0", - "npm-asset/win-spawn": "2.0.0" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/jquery/jquery/issues" - }, - "npm-asset-main": "dist/jquery.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/jquery/jquery.git" - }, - "npm-asset-scripts": { - "build": "npm install && grunt", - "start": "grunt watch", - "test": "grunt && grunt test" - } + "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt" - } - ], - "description": "JavaScript library for DOM operations", - "homepage": "http://jquery.com", - "keywords": [ - "browser", - "javascript", - "jquery", - "library" - ], - "time": "2016-05-20T17:26:07+00:00" + ] }, { "name": "npm-asset/jquery-colorbox", "version": "1.6.4", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz", - "shasum": "799452523a6c494839224ef702e807deb9c06cc5" + "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz" }, "require": { "npm-asset/jquery": ">=1.3.2" }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/jackmoore/colorbox/issues" - }, - "npm-asset-main": "jquery.colorbox.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+ssh://git@github.com/jackmoore/colorbox.git" - }, - "npm-asset-scripts": [] - }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Jack Moore", - "email": "hello@jacklmoore.com", - "url": "http://www.jacklmoore.com" - } - ], - "description": "jQuery lightbox and modal window plugin.", - "homepage": "http://www.jacklmoore.com/colorbox", - "keywords": [ - "gallery", - "jquery-plugin", - "lightbox", - "modal", - "popup", - "ui" - ], - "time": "2016-05-10T22:22:39+00:00" + ] }, { "name": "npm-asset/jquery-datetimepicker", "version": "2.5.21", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz", - "shasum": "00c388a78df2732fedfdb5c6529b6e84d53e0235" + "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz" }, "require": { "npm-asset/jquery": ">=1.7.2", "npm-asset/jquery-mousewheel": ">=3.1.13", "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0" }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/xdan/datetimepicker/issues" - }, - "npm-asset-main": "build/jquery.datetimepicker.full.min.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/xdan/datetimepicker.git" - }, - "npm-asset-scripts": { - "test": "karma start --browsers Firefox karma.conf.js --single-run", - "concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js", - "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css", - "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js", - "github": "git add --all && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish", - "build": "npm run minify && npm run concat && npm run minifyconcat", - "public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github" - } - }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Chupurnov", - "email": "chupurnov@gmail.com", - "url": "https://xdsoft.net/" - } - ], - "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one", - "homepage": "https://github.com/xdan/datetimepicker", - "keywords": [ - "calendar", - "date", - "datepicker", - "datetime", - "jquery-plugin", - "time", - "timepicker" - ], - "time": "2019-02-23T11:25:30+00:00" + ] }, { "name": "npm-asset/jquery-mousewheel", "version": "3.1.13", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz", - "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5" + "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz" }, - "require-dev": { - "npm-asset/grunt": "~0.4.1", - "npm-asset/grunt-contrib-connect": "~0.5.0", - "npm-asset/grunt-contrib-jshint": "~0.7.1", - "npm-asset/grunt-contrib-uglify": "~0.2.7" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/jquery/jquery-mousewheel/issues" - }, - "npm-asset-files": [ - "ChangeLog.md", - "jquery.mousewheel.js", - "README.md", - "LICENSE.txt" - ], - "npm-asset-main": "./jquery.mousewheel.js", - "npm-asset-directories": { - "test": "test" - }, - "npm-asset-repository": { - "type": "git", - "url": "https://github.com/jquery/jquery-mousewheel.git" - }, - "npm-asset-scripts": [] - }, - "authors": [ - { - "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt" - } - ], - "description": "A jQuery plugin that adds cross-browser mouse wheel support.", - "homepage": "https://github.com/jquery/jquery-mousewheel", - "keywords": [ - "browser", - "event", - "jquery", - "jquery-plugin", - "mouse", - "mousewheel", - "wheel" - ], - "time": "2015-07-15T18:05:23+00:00" + "type": "npm-asset" }, { "name": "npm-asset/moment", "version": "2.30.1", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", - "shasum": "f8c91c07b7a786e30c59926df530b4eac96974ae" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/moment/moment/issues" - }, - "npm-asset-main": "./moment.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/moment/moment.git" - }, - "npm-asset-scripts": { - "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests", - "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests", - "test": "grunt test", - "eslint": "eslint Gruntfile.js tasks src", - "prettier-check": "prettier --check Gruntfile.js tasks src", - "prettier-fmt": "prettier --write Gruntfile.js tasks src", - "coverage": "nyc npm test && nyc report", - "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" - }, - "npm-asset-engines": { - "node": "*" - } + "url": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Iskren Ivov Chernev", - "email": "iskren.chernev@gmail.com", - "url": "https://github.com/ichernev" - }, - { - "name": "Tim Wood", - "email": "washwithcare@gmail.com", - "url": "http://timwoodcreates.com/" - }, - { - "name": "Rocky Meza", - "url": "http://rockymeza.com" - }, - { - "name": "Matt Johnson", - "email": "mj1856@hotmail.com", - "url": "http://codeofmatt.com" - }, - { - "name": "Isaac Cambron", - "email": "isaac@isaaccambron.com", - "url": "http://isaaccambron.com" - }, - { - "name": "Andre Polykanine", - "email": "andre@oire.org", - "url": "https://github.com/oire" - } - ], - "description": "Parse, validate, manipulate, and display dates", - "homepage": "https://momentjs.com", - "keywords": [ - "date", - "ender", - "format", - "i18n", - "l10n", - "moment", - "parse", - "time", - "validate" - ], - "time": "2023-12-27T10:38:43+00:00" + ] }, { "name": "npm-asset/perfect-scrollbar", "version": "0.6.16", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz", - "shasum": "b1d61a5245cf3962bb9a8407a3fc669d923212fc" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/noraesae/perfect-scrollbar/issues" - }, - "npm-asset-files": [ - "dist", - "src", - "index.js", - "jquery.js", - "perfect-scrollbar.d.ts" - ], - "npm-asset-main": "./index.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/noraesae/perfect-scrollbar.git" - }, - "npm-asset-scripts": { - "test": "gulp", - "before-deploy": "gulp && gulp compress", - "release": "rm -rf dist && gulp && npm publish" - }, - "npm-asset-engines": { - "node": ">= 0.12.0" - } + "url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Hyunje Jun", - "email": "me@noraesae.net" - }, - { - "name": "Hyunje Jun", - "email": "me@noraesae.net" - } - ], - "description": "Minimalistic but perfect custom scrollbar plugin", - "homepage": "https://github.com/noraesae/perfect-scrollbar#readme", - "keywords": [ - "frontend", - "jquery-plugin", - "scroll", - "scrollbar" - ], - "time": "2017-01-10T01:03:05+00:00" + ] }, { "name": "npm-asset/php-date-formatter", - "version": "v1.3.6", - "source": { - "type": "git", - "url": "https://github.com/kartik-v/php-date-formatter.git", - "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0" - }, + "version": "1.3.6", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/514a53660b0d69439236fd3cbc3f41512adb00a0", - "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0", - "shasum": "" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/kartik-v/php-date-formatter/issues" - }, - "npm-asset-main": "js/php-date-formatter.js", - "npm-asset-directories": { - "example": "examples" - }, - "npm-asset-repository": { - "type": "git", - "url": "https://github.com/kartik-v/php-date-formatter.git" - } + "type": "tar", + "url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.6.tgz" }, + "type": "npm-asset", "license": [ "BSD-3-Clause" - ], - "authors": [ - "Kartik Visweswaran " - ], - "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.", - "homepage": "https://github.com/kartik-v/php-date-formatter", - "time": "2020-04-14T10:16:32+00:00" + ] }, { "name": "npm-asset/textarea-caret", "version": "3.1.0", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz", - "shasum": "5d5a35bb035fd06b2ff0e25d5359e97f2655087f" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/component/textarea-caret-position/issues" - }, - "npm-asset-files": [ - "index.js" - ], - "npm-asset-main": "index.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/component/textarea-caret-position.git" - } + "url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "description": "(x, y) coordinates of the caret in a textarea or input type='text'", - "homepage": "https://github.com/component/textarea-caret-position#readme", - "keywords": [ - "caret", - "position", - "textarea" - ], - "time": "2018-02-20T06:11:03+00:00" + ] }, { "name": "npm-asset/textcomplete", "version": "0.18.2", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz", - "shasum": "de0d806567102f7e32daffcbcc3db05af1515eb5" + "url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz" }, "require": { "npm-asset/eventemitter3": ">=2.0.3,<3.0.0", "npm-asset/textarea-caret": ">=3.0.1,<4.0.0", "npm-asset/undate": ">=0.2.3,<0.3.0" }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/yuku-t/textcomplete/issues" - }, - "npm-asset-main": "lib/index.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+ssh://git@github.com/yuku-t/textcomplete.git" - }, - "npm-asset-scripts": { - "build": "yarn run clean && run-p build:*", - "build:dist": "webpack && webpack --env=min && run-p print-dist-gz-size", - "build:docs": "run-p build:docs:*", - "build:docs:html": "webpack --config webpack.doc.config.js && pug -o docs src/doc/index.pug", - "build:docs:md": "documentation build src/*.js -f md -o doc/api.md", - "build:lib": "babel src -d lib -s && for js in src/*.js; do cp $js lib/${js##*/}.flow; done", - "clean": "rm -fr dist docs lib", - "format": "prettier --no-semi --trailing-comma all --write 'src/*.js' 'test/**/*.js'", - "gh-release": "npm pack textcomplete && gh-release -a textcomplete-$(cat package.json|jq -r .version).tgz", - "opener": "wait-on http://localhost:8082 && opener http://localhost:8082", - "print-dist-gz-size": "printf 'dist/textcomplete.min.js.gz: %d bytes\\n' \"$(gzip -9kc dist/textcomplete.min.js | wc -c)\"", - "start": "run-p watch opener", - "test": "run-p test:*", - "test:bundlesize": "yarn run build:dist && bundlesize", - "test:e2e": "NODE_ENV=test karma start --single-run", - "test:lint": "eslint src/*.js test/**/*.js", - "test:typecheck": "flow check", - "watch": "run-p watch:*", - "watch:webpack": "webpack-dev-server --config webpack.doc.config.js", - "watch:pug": "pug -o docs --watch src/doc/index.pug" - } - }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Yuku Takahashi" - } - ], - "description": "Autocomplete for textarea elements", - "homepage": "https://github.com/yuku-t/textcomplete#readme", - "time": "2020-06-10T06:11:00+00:00" + ] }, { "name": "npm-asset/typeahead.js", "version": "0.11.1", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz", - "shasum": "4e64e671b22310a8606f4aec805924ba84b015b8" + "url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz" }, "require": { "npm-asset/jquery": ">=1.7" }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/twitter/typeahead.js/issues" - }, - "npm-asset-main": "dist/typeahead.bundle.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "https://github.com/twitter/typeahead.js.git" - }, - "npm-asset-scripts": { - "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS" - } - }, - "authors": [ - { - "name": "Twitter, Inc.", - "url": "https://twitter.com/twitteross" - }, - { - "name": "Jake Harding", - "url": "https://twitter.com/JakeHarding" - }, - { - "name": "Tim Trueman", - "url": "https://twitter.com/timtrueman" - }, - { - "name": "Veljko Skarich", - "url": "https://twitter.com/vskarich" - } - ], - "description": "fast and fully-featured autocomplete library", - "homepage": "http://twitter.github.com/typeahead.js", - "keywords": [ - "autocomplete", - "typeahead" - ], - "time": "2015-04-27T04:03:42+00:00" + "type": "npm-asset" }, { "name": "npm-asset/undate", "version": "0.2.4", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz", - "shasum": "ccb2a8cf38edc035d1006fcb2909c4c6024a8400" - }, - "type": "npm-asset-library", - "extra": { - "npm-asset-bugs": { - "url": "https://github.com/yuku-t/undate/issues" - }, - "npm-asset-main": "lib/index.js", - "npm-asset-directories": [], - "npm-asset-repository": { - "type": "git", - "url": "git+https://github.com/yuku-t/undate.git" - }, - "npm-asset-scripts": { - "build": "babel src -d lib && for js in src/*.js; do cp $js lib/${js##*/}.flow; done", - "test": "run-p test:*", - "test:eslint": "eslint src/*.js test/*.js", - "test:flow": "flow check", - "test:karma": "karma start --single-run" - } + "url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz" }, + "type": "npm-asset", "license": [ "MIT" - ], - "authors": [ - { - "name": "Yuku Takahashi" - } - ], - "description": "Undoable update for HTMLTextAreaElement", - "homepage": "https://github.com/yuku-t/undate#readme", - "keywords": [ - "textarea" - ], - "time": "2018-01-24T10:49:39+00:00" + ] }, { "name": "nyholm/psr7",