source: trip-planner-front/node_modules/get-stream/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 713 bytes
Line 
1{
2 "name": "get-stream",
3 "version": "4.1.0",
4 "description": "Get a stream as a string, buffer, or array",
5 "license": "MIT",
6 "repository": "sindresorhus/get-stream",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js",
20 "buffer-stream.js"
21 ],
22 "keywords": [
23 "get",
24 "stream",
25 "promise",
26 "concat",
27 "string",
28 "text",
29 "buffer",
30 "read",
31 "data",
32 "consume",
33 "readable",
34 "readablestream",
35 "array",
36 "object"
37 ],
38 "dependencies": {
39 "pump": "^3.0.0"
40 },
41 "devDependencies": {
42 "ava": "*",
43 "into-stream": "^3.0.0",
44 "xo": "*"
45 }
46}
Note: See TracBrowser for help on using the repository browser.