wishthis/node_modules/through2/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"through2@3.0.2",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "through2@3.0.2",
"_id": "through2@3.0.2",
"_inBundle": false,
"_integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
"_location": "/through2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "through2@3.0.2",
"name": "through2",
"escapedName": "through2",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/gulp-autoprefixer"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
"_spec": "3.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"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"inherits": "^2.0.4",
"readable-stream": "2 || 3"
},
2022-02-23 16:41:13 +00:00
"description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"bl": "~2.0.1",
"faucet": "0.0.1",
"nyc": "~13.1.0",
"stream-spigot": "~3.0.6",
"tape": "~4.9.1"
2022-02-23 16:41:13 +00:00
},
"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": "nyc node test/test.js | faucet && nyc report"
},
"version": "3.0.2"
2022-01-21 08:28:41 +00:00
}