Update dependencies

This commit is contained in:
grandeljay 2022-02-23 17:41:13 +01:00
parent 7f0fac984e
commit e7d5360304
866 changed files with 44718 additions and 26682 deletions

View file

@ -1,27 +1,45 @@
{
"name": "through2",
"version": "2.0.5",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"main": "through2.js",
"scripts": {
"test": "node test/test.js | faucet"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/through2.git"
},
"keywords": [
"stream",
"streams2",
"through",
"transform"
"_args": [
[
"through2@2.0.5",
"F:\\laragon\\www\\wishthis"
]
],
"author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"license": "MIT",
"_from": "through2@2.0.5",
"_id": "through2@2.0.5",
"_inBundle": false,
"_integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
"_location": "/gulp-rtlcss/through2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "through2@2.0.5",
"name": "through2",
"escapedName": "through2",
"rawSpec": "2.0.5",
"saveSpec": null,
"fetchSpec": "2.0.5"
},
"_requiredBy": [
"/gulp-rtlcss"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
"_spec": "2.0.5",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"dependencies": {
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"
},
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~2.0.1",
"faucet": "0.0.1",
@ -29,5 +47,23 @@
"safe-buffer": "~5.1.2",
"stream-spigot": "~3.0.6",
"tape": "~4.9.1"
}
},
"homepage": "https://github.com/rvagg/through2#readme",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"name": "through2",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/through2.git"
},
"scripts": {
"test": "node test/test.js | faucet"
},
"version": "2.0.5"
}

View file

@ -1,31 +1,69 @@
{
"name": "gulp-rtlcss",
"version": "1.4.2",
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
"main": "index.js",
"scripts": {
"test": "mocha"
"_args": [
[
"gulp-rtlcss@1.4.2",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-rtlcss@1.4.2",
"_id": "gulp-rtlcss@1.4.2",
"_inBundle": false,
"_integrity": "sha512-wd807z/xq4XKtSwgrEetbx/aPoI5gV0yWV2rNqEBRwe2cJvNKLDsYR9A968c3gZtaKRMGAue5g3pHn40R+GWSA==",
"_location": "/gulp-rtlcss",
"_phantomChildren": {
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-rtlcss@1.4.2",
"name": "gulp-rtlcss",
"escapedName": "gulp-rtlcss",
"rawSpec": "1.4.2",
"saveSpec": null,
"fetchSpec": "1.4.2"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-rtlcss/-/gulp-rtlcss-1.4.2.tgz",
"_spec": "1.4.2",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "James Harrison",
"email": "james@jjlharrison.me.uk"
},
"license": "MIT",
"repository": "jjlharrison/gulp-rtlcss",
"keywords": [
"convert",
"css",
"gulpplugin",
"rtl"
],
"bugs": {
"url": "https://github.com/jjlharrison/gulp-rtlcss/issues"
},
"dependencies": {
"plugin-error": "^1.0.1",
"rtlcss": "^2.4.0",
"through2": "^2.0.5",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
"devDependencies": {
"mocha": "^6.1.4",
"vinyl": "^2.2.0"
}
},
"homepage": "https://github.com/jjlharrison/gulp-rtlcss#readme",
"keywords": [
"convert",
"css",
"gulpplugin",
"rtl"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-rtlcss",
"repository": {
"type": "git",
"url": "git+https://github.com/jjlharrison/gulp-rtlcss.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.4.2"
}