aswi2020vldc-gitlab/templetes/node_modules/get-stream/package.json @ 9b6ff40e
1 | 3a515b92 | cagy | {
|
---|---|---|---|
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 | }
|