wishthis/node_modules/through/package.json

37 lines
794 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "through",
"version": "2.3.8",
2022-02-23 16:41:13 +00:00
"description": "simplified stream construction",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
2022-01-21 08:28:41 +00:00
"devDependencies": {
"stream-spec": "~0.3.5",
2022-04-08 10:55:35 +00:00
"tape": "~2.3.2",
"from": "~0.1.3"
2022-01-21 08:28:41 +00:00
},
"keywords": [
"stream",
"streams",
"user-streams",
"pipe"
],
2022-04-08 10:55:35 +00:00
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
2022-01-21 08:28:41 +00:00
"license": "MIT",
"repository": {
"type": "git",
2022-04-08 10:55:35 +00:00
"url": "https://github.com/dominictarr/through.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/dominictarr/through",
2022-01-21 08:28:41 +00:00
"testling": {
"browsers": [
"ie/8..latest",
"ff/15..latest",
"chrome/20..latest",
"safari/5.1..latest"
],
"files": "test/*.js"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}