aboutsummaryrefslogtreecommitdiff
path: root/node_modules/into-stream/package.json
blob: e0241c9980f291e496b094a6bece348945560df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "name": "into-stream",
  "version": "3.1.0",
  "description": "Convert a buffer/string/array/object/iterable/promise into a stream",
  "license": "MIT",
  "repository": "sindresorhus/into-stream",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "stream",
    "buffer",
    "string",
    "object",
    "array",
    "iterable",
    "promise",
    "promises",
    "from",
    "into",
    "to",
    "transform",
    "convert",
    "readable",
    "pull",
    "gulpfriendly",
    "value",
    "str"
  ],
  "dependencies": {
    "from2": "^2.1.1",
    "p-is-promise": "^1.1.0"
  },
  "devDependencies": {
    "ava": "*",
    "get-stream": "^3.0.0",
    "xo": "*"
  }
}