wishthis/node_modules/through/package.json

74 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": [
[
"through@2.3.8",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "through@2.3.8",
"_id": "through@2.3.8",
"_inBundle": false,
"_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
"_location": "/through",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "through@2.3.8",
"name": "through",
"escapedName": "through",
"rawSpec": "2.3.8",
"saveSpec": null,
"fetchSpec": "2.3.8"
},
"_requiredBy": [
"/gulp-concat-filenames",
"/gulp-dedupe",
"/inquirer"
],
"_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
"_spec": "2.3.8",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"bugs": {
"url": "https://github.com/dominictarr/through/issues"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "simplified stream construction",
2022-01-21 08:28:41 +00:00
"devDependencies": {
2022-02-23 16:41:13 +00:00
"from": "~0.1.3",
2022-01-21 08:28:41 +00:00
"stream-spec": "~0.3.5",
2022-02-23 16:41:13 +00:00
"tape": "~2.3.2"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/dominictarr/through",
2022-01-21 08:28:41 +00:00
"keywords": [
"stream",
"streams",
"user-streams",
"pipe"
],
"license": "MIT",
2022-02-23 16:41:13 +00:00
"main": "index.js",
"name": "through",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
2022-02-23 16:41:13 +00:00
"url": "git+https://github.com/dominictarr/through.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
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-02-23 16:41:13 +00:00
},
"version": "2.3.8"
2022-01-21 08:28:41 +00:00
}