|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
819 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "get-stream",
|
|---|
| 3 | "version": "6.0.1",
|
|---|
| 4 | "description": "Get a stream as a string, buffer, or array",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "sindresorhus/get-stream",
|
|---|
| 7 | "funding": "https://github.com/sponsors/sindresorhus",
|
|---|
| 8 | "author": {
|
|---|
| 9 | "name": "Sindre Sorhus",
|
|---|
| 10 | "email": "sindresorhus@gmail.com",
|
|---|
| 11 | "url": "https://sindresorhus.com"
|
|---|
| 12 | },
|
|---|
| 13 | "engines": {
|
|---|
| 14 | "node": ">=10"
|
|---|
| 15 | },
|
|---|
| 16 | "scripts": {
|
|---|
| 17 | "test": "xo && ava && tsd"
|
|---|
| 18 | },
|
|---|
| 19 | "files": [
|
|---|
| 20 | "index.js",
|
|---|
| 21 | "index.d.ts",
|
|---|
| 22 | "buffer-stream.js"
|
|---|
| 23 | ],
|
|---|
| 24 | "keywords": [
|
|---|
| 25 | "get",
|
|---|
| 26 | "stream",
|
|---|
| 27 | "promise",
|
|---|
| 28 | "concat",
|
|---|
| 29 | "string",
|
|---|
| 30 | "text",
|
|---|
| 31 | "buffer",
|
|---|
| 32 | "read",
|
|---|
| 33 | "data",
|
|---|
| 34 | "consume",
|
|---|
| 35 | "readable",
|
|---|
| 36 | "readablestream",
|
|---|
| 37 | "array",
|
|---|
| 38 | "object"
|
|---|
| 39 | ],
|
|---|
| 40 | "devDependencies": {
|
|---|
| 41 | "@types/node": "^14.0.27",
|
|---|
| 42 | "ava": "^2.4.0",
|
|---|
| 43 | "into-stream": "^5.0.0",
|
|---|
| 44 | "tsd": "^0.13.1",
|
|---|
| 45 | "xo": "^0.24.0"
|
|---|
| 46 | }
|
|---|
| 47 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.