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,16 +1,49 @@
{
"name": "readable-stream",
"version": "3.6.0",
"description": "Streams3, a user-land copy of the stream library from Node.js",
"main": "readable.js",
"engines": {
"node": ">= 6"
"_args": [
[
"readable-stream@3.6.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "readable-stream@3.6.0",
"_id": "readable-stream@3.6.0",
"_inBundle": false,
"_integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
"_location": "/gulp-json-editor/readable-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "readable-stream@3.6.0",
"name": "readable-stream",
"escapedName": "readable-stream",
"rawSpec": "3.6.0",
"saveSpec": null,
"fetchSpec": "3.6.0"
},
"_requiredBy": [
"/gulp-json-editor/through2"
],
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
"_spec": "3.6.0",
"_where": "F:\\laragon\\www\\wishthis",
"browser": {
"util": false,
"worker_threads": false,
"./errors": "./errors-browser.js",
"./readable.js": "./readable-browser.js",
"./lib/internal/streams/from.js": "./lib/internal/streams/from-browser.js",
"./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
},
"bugs": {
"url": "https://github.com/nodejs/readable-stream/issues"
},
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"description": "Streams3, a user-land copy of the stream library from Node.js",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@ -33,36 +66,35 @@
"tar-fs": "^1.16.2",
"util-promisify": "^2.1.0"
},
"scripts": {
"test": "tap -J --no-esm test/parallel/*.js test/ours/*.js",
"ci": "TAP=1 tap --no-esm test/parallel/*.js test/ours/*.js | tee test.tap",
"test-browsers": "airtap --sauce-connect --loopback airtap.local -- test/browser.js",
"test-browser-local": "airtap --open --local -- test/browser.js",
"cover": "nyc npm test",
"report": "nyc report --reporter=lcov",
"update-browser-errors": "babel -o errors-browser.js errors.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nodejs/readable-stream"
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/nodejs/readable-stream#readme",
"keywords": [
"readable",
"stream",
"pipe"
],
"browser": {
"util": false,
"worker_threads": false,
"./errors": "./errors-browser.js",
"./readable.js": "./readable-browser.js",
"./lib/internal/streams/from.js": "./lib/internal/streams/from-browser.js",
"./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
},
"license": "MIT",
"main": "readable.js",
"name": "readable-stream",
"nyc": {
"include": [
"lib/**.js"
]
},
"license": "MIT"
"repository": {
"type": "git",
"url": "git://github.com/nodejs/readable-stream.git"
},
"scripts": {
"ci": "TAP=1 tap --no-esm test/parallel/*.js test/ours/*.js | tee test.tap",
"cover": "nyc npm test",
"report": "nyc report --reporter=lcov",
"test": "tap -J --no-esm test/parallel/*.js test/ours/*.js",
"test-browser-local": "airtap --open --local -- test/browser.js",
"test-browsers": "airtap --sauce-connect --loopback airtap.local -- test/browser.js",
"update-browser-errors": "babel -o errors-browser.js errors.js"
},
"version": "3.6.0"
}

View file

@ -1,30 +1,44 @@
{
"name": "through2",
"version": "4.0.2",
"description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
"main": "through2.js",
"scripts": {
"test:node": "hundreds mocha test/test.js",
"test:browser": "node -e 'process.exit(process.version.startsWith(\"v8.\") ? 0 : 1)' || polendina --cleanup --runner=mocha test/test.js",
"test": "npm run lint && npm run test:node && npm run test:browser",
"lint": "standard",
"coverage": "c8 --reporter=text --reporter=html mocha test/test.js && npx st -d coverage -p 8888"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/through2.git"
},
"keywords": [
"stream",
"streams2",
"through",
"transform"
"_args": [
[
"through2@4.0.2",
"F:\\laragon\\www\\wishthis"
]
],
"author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"license": "MIT",
"_from": "through2@4.0.2",
"_id": "through2@4.0.2",
"_inBundle": false,
"_integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
"_location": "/gulp-json-editor/through2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "through2@4.0.2",
"name": "through2",
"escapedName": "through2",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/gulp-json-editor"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
"_spec": "4.0.2",
"_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": "3"
},
"description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
"devDependencies": {
"bl": "^4.0.2",
"buffer": "^5.6.0",
@ -34,5 +48,27 @@
"polendina": "^1.0.0",
"standard": "^14.3.4",
"stream-spigot": "^3.0.6"
}
},
"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": {
"coverage": "c8 --reporter=text --reporter=html mocha test/test.js && npx st -d coverage -p 8888",
"lint": "standard",
"test": "npm run lint && npm run test:node && npm run test:browser",
"test:browser": "node -e 'process.exit(process.version.startsWith(\"v8.\") ? 0 : 1)' || polendina --cleanup --runner=mocha test/test.js",
"test:node": "hundreds mocha test/test.js"
},
"version": "4.0.2"
}

View file

@ -1,16 +1,43 @@
{
"name": "gulp-json-editor",
"version": "2.5.6",
"description": "A gulp plugin to edit JSON objects",
"license": "MIT",
"main": "./index.js",
"homepage": "https://github.com/rejas/gulp-json-editor#readme",
"bugs": "https://github.com/rejas/gulp-json-editor/issues",
"repository": "https://github.com/rejas/gulp-json-editor.git",
"_args": [
[
"gulp-json-editor@2.5.6",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-json-editor@2.5.6",
"_id": "gulp-json-editor@2.5.6",
"_inBundle": false,
"_integrity": "sha512-66Xr6Q6m4mUNd0OOHflMB/RHgFNnLjlHgizOzUcx9CyMRymVZEM+/SpZcCDlvThBdXtQwXpdvtSepxVY/V6nQA==",
"_location": "/gulp-json-editor",
"_phantomChildren": {
"inherits": "2.0.4",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-json-editor@2.5.6",
"name": "gulp-json-editor",
"escapedName": "gulp-json-editor",
"rawSpec": "2.5.6",
"saveSpec": null,
"fetchSpec": "2.5.6"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-json-editor/-/gulp-json-editor-2.5.6.tgz",
"_spec": "2.5.6",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "rejas",
"url": "https://github.com/rejas"
},
"bugs": {
"url": "https://github.com/rejas/gulp-json-editor/issues"
},
"dependencies": {
"deepmerge": "^4.2.2",
"detect-indent": "^6.0.0",
@ -18,6 +45,7 @@
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"description": "A gulp plugin to edit JSON objects",
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-gulp": "^5.0.1",
@ -26,14 +54,23 @@
"should": "^13.2.3",
"vinyl": "^2.2.1"
},
"homepage": "https://github.com/rejas/gulp-json-editor#readme",
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"license": "MIT",
"main": "./index.js",
"name": "gulp-json-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/rejas/gulp-json-editor.git"
},
"scripts": {
"eslint": "eslint *.js test/*.js",
"eslint:fix": "eslint --fix *.js test/*.js",
"test": "mocha"
}
},
"version": "2.5.6"
}