Files
WeihnachtsKalenderMelly/node_modules/through2-concurrent/package.json
2021-11-21 11:18:28 +01:00

69 lines
1.8 KiB
JSON

{
"_from": "through2-concurrent@^2.0.0",
"_id": "through2-concurrent@2.0.0",
"_inBundle": false,
"_integrity": "sha512-R5/jLkfMvdmDD+seLwN7vB+mhbqzWop5fAjx5IX8/yQq7VhBhzDmhXgaHAOnhnWkCpRMM7gToYHycB0CS/pd+A==",
"_location": "/through2-concurrent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "through2-concurrent@^2.0.0",
"name": "through2-concurrent",
"escapedName": "through2-concurrent",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/gulp-imagemin"
],
"_resolved": "https://registry.npmjs.org/through2-concurrent/-/through2-concurrent-2.0.0.tgz",
"_shasum": "c9dd2c146504ec9962dbc86a5168b63d662669fa",
"_spec": "through2-concurrent@^2.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gulp-imagemin",
"author": {
"name": "Thomas Parslow",
"email": "tom@almostobsolete.net",
"url": "http://almostobsolete.net/"
},
"bugs": {
"url": "https://github.com/almost/through2-concurrent/issues"
},
"bundleDependencies": false,
"dependencies": {
"through2": "^2.0.0"
},
"deprecated": false,
"description": "Like through2 except runs in parallel with limited concurrency",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.2.1",
"underscore": "^1.8.2"
},
"files": [
"through2-concurrent.js"
],
"homepage": "https://github.com/almost/through2-concurrent#readme",
"keywords": [
"through2",
"streams",
"streams2",
"through",
"transform",
"concurrency",
"parallel"
],
"license": "MIT",
"main": "through2-concurrent.js",
"name": "through2-concurrent",
"repository": {
"type": "git",
"url": "git+https://github.com/almost/through2-concurrent.git"
},
"scripts": {
"test": "mocha tests.js"
},
"version": "2.0.0"
}