diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-22 23:06:12 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-22 23:06:12 +0200 |
commit | 23563c7188e089929b60f9e10721c6fc43a220ff (patch) | |
tree | edfe2b009c82900d4ac27db02222d2f68dcad846 /includes/external/discord/node_modules/lodash | |
parent | 7a7a49332df7c852abbaa33c7e8e87f93d064d61 (diff) | |
download | pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.tar.gz pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.tar.bz2 pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.zip |
Updated 15 files, added includes/maintenance/deleteUnusedAssets.php and deleted 4944 files (automated)
Diffstat (limited to 'includes/external/discord/node_modules/lodash')
6 files changed, 0 insertions, 211 deletions
diff --git a/includes/external/discord/node_modules/lodash/LICENSE b/includes/external/discord/node_modules/lodash/LICENSE deleted file mode 100644 index 77c42f1..0000000 --- a/includes/external/discord/node_modules/lodash/LICENSE +++ /dev/null @@ -1,47 +0,0 @@ -Copyright OpenJS Foundation and other contributors <https://openjsf.org/> - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -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. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. diff --git a/includes/external/discord/node_modules/lodash/README.md b/includes/external/discord/node_modules/lodash/README.md deleted file mode 100644 index 3ab1a05..0000000 --- a/includes/external/discord/node_modules/lodash/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# lodash v4.17.21 - -The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. - -## Installation - -Using npm: -```shell -$ npm i -g npm -$ npm i --save lodash -``` - -In Node.js: -```js -// Load the full build. -var _ = require('lodash'); -// Load the core build. -var _ = require('lodash/core'); -// Load the FP build for immutable auto-curried iteratee-first data-last methods. -var fp = require('lodash/fp'); - -// Load method categories. -var array = require('lodash/array'); -var object = require('lodash/fp/object'); - -// Cherry-pick methods for smaller browserify/rollup/webpack bundles. -var at = require('lodash/at'); -var curryN = require('lodash/fp/curryN'); -``` - -See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details. - -**Note:**<br> -Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. - -## Support - -Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.<br> -Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available. diff --git a/includes/external/discord/node_modules/lodash/flake.lock b/includes/external/discord/node_modules/lodash/flake.lock deleted file mode 100644 index dd03252..0000000 --- a/includes/external/discord/node_modules/lodash/flake.lock +++ /dev/null @@ -1,40 +0,0 @@ -{ - "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1613582597, - "narHash": "sha256-6LvipIvFuhyorHpUqK3HjySC5Y6gshXHFBhU9EJ4DoM=", - "path": "/nix/store/srvplqq673sqd9vyfhyc5w1p88y1gfm4-source", - "rev": "6b1057b452c55bb3b463f0d7055bc4ec3fd1f381", - "type": "path" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs", - "utils": "utils" - } - }, - "utils": { - "locked": { - "lastModified": 1610051610, - "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/includes/external/discord/node_modules/lodash/flake.nix b/includes/external/discord/node_modules/lodash/flake.nix deleted file mode 100644 index 15a451c..0000000 --- a/includes/external/discord/node_modules/lodash/flake.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - inputs = { - utils.url = "github:numtide/flake-utils"; - }; - - outputs = { self, nixpkgs, utils }: - utils.lib.eachDefaultSystem (system: - let - pkgs = nixpkgs.legacyPackages."${system}"; - in rec { - devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - yarn - nodejs-14_x - nodePackages.typescript-language-server - nodePackages.eslint - ]; - }; - }); -} diff --git a/includes/external/discord/node_modules/lodash/package.json b/includes/external/discord/node_modules/lodash/package.json deleted file mode 100644 index b35fd95..0000000 --- a/includes/external/discord/node_modules/lodash/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash", - "version": "4.17.21", - "description": "Lodash modular utilities.", - "keywords": "modules, stdlib, util", - "homepage": "https://lodash.com/", - "repository": "lodash/lodash", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "main": "lodash.js", - "author": "John-David Dalton <john.david.dalton@gmail.com>", - "contributors": [ - "John-David Dalton <john.david.dalton@gmail.com>", - "Mathias Bynens <mathias@qiwi.be>" - ], - "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } -} diff --git a/includes/external/discord/node_modules/lodash/release.md b/includes/external/discord/node_modules/lodash/release.md deleted file mode 100644 index 465d8ff..0000000 --- a/includes/external/discord/node_modules/lodash/release.md +++ /dev/null @@ -1,48 +0,0 @@ -npm run build -npm run doc -npm i -git clone --depth=10 --branch=master git@github.com:lodash-archive/lodash-cli.git ./node_modules/lodash-cli -mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json -cd ../../; npm i --production; cd ../../ -node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js -node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package -cp lodash.js npm-package/lodash.js -cp dist/lodash.min.js npm-package/lodash.min.js -cp LICENSE npm-package/LICENSE - -1. Clone two repos -Bump lodash version in package.json, readme, package=locak, lodash.js -npm run build -npm run doc - -2. update mappings in ldoash-cli -3. copy ldoash into lodash-cli node modules and package json. - -node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js -node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package - - - -1. Clone the two repositories: -```sh -$ git clone https://github.com/lodash/lodash.git -$ git clone https://github.com/bnjmnt4n/lodash-cli.git -``` -2. Update lodash-cli to accomdate changes in lodash source. This can typically involve adding new function dependency mappings in lib/mappings.js. Sometimes, additional changes might be needed for more involved functions. -3. In the lodash repository, update references to the lodash version in README.md, lodash.js, package.jsona nd package-lock.json -4. Run: -```sh -npm run build -npm run doc -node ../lodash-cli/bin/lodash core -o ./dist/lodash.core.js -``` -5. Add a commit and tag the release -mkdir ../lodash-temp -cp lodash.js dist/lodash.min.js dist/lodash.core.js dist/lodash.core.min.js ../lodash-temp/ -node ../lodash-cli/bin/lodash modularize exports=node -o . -cp ../lodash-temp/lodash.core.js core.js -cp ../lodash-temp/lodash.core.min.js core.min.js -cp ../lodash-temp/lodash.js lodash.js -cp ../lodash-temp/lodash.min.js lodash.min.js - -❯ node ../lodash-cli/bin/lodash modularize exports=es -o . |