wishthis/node_modules/map-stream/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"map-stream@0.1.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "map-stream@0.1.0",
"_id": "map-stream@0.1.0",
"_inBundle": false,
"_integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=",
"_location": "/map-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "map-stream@0.1.0",
"name": "map-stream",
"escapedName": "map-stream",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/dominictarr/map-stream/issues"
},
"dependencies": {},
"description": "construct pipes of streams of events",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"asynct": "*",
2022-02-23 16:41:13 +00:00
"event-stream": "~2.1",
"from": "0.0.2",
2022-01-21 08:28:41 +00:00
"it-is": "1",
"stream-spec": "~0.2",
2022-02-23 16:41:13 +00:00
"ubelt": "~2.9"
},
"homepage": "http://github.com/dominictarr/map-stream",
"name": "map-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/map-stream.git"
2022-01-21 08:28:41 +00:00
},
"scripts": {
"test": "asynct test/"
},
2022-02-23 16:41:13 +00:00
"version": "0.1.0"
2022-01-21 08:28:41 +00:00
}