blob: 8e30ba04a17121de56484428d893cb5e5a49dea3 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "into-stream@^3.1.0",
3 "_id": "into-stream@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=",
6 "_location": "/into-stream",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "into-stream@^3.1.0",
12 "name": "into-stream",
13 "escapedName": "into-stream",
14 "rawSpec": "^3.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.0"
17 },
18 "_requiredBy": [
19 "/bin-wrapper/got"
20 ],
21 "_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz",
22 "_shasum": "96fb0a936c12babd6ff1752a17d05616abd094c6",
23 "_spec": "into-stream@^3.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-wrapper\\node_modules\\got",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/into-stream/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "from2": "^2.1.1",
36 "p-is-promise": "^1.1.0"
37 },
38 "deprecated": false,
39 "description": "Convert a buffer/string/array/object/iterable/promise into a stream",
40 "devDependencies": {
41 "ava": "*",
42 "get-stream": "^3.0.0",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/sindresorhus/into-stream#readme",
52 "keywords": [
53 "stream",
54 "buffer",
55 "string",
56 "object",
57 "array",
58 "iterable",
59 "promise",
60 "promises",
61 "from",
62 "into",
63 "to",
64 "transform",
65 "convert",
66 "readable",
67 "pull",
68 "gulpfriendly",
69 "value",
70 "str"
71 ],
72 "license": "MIT",
73 "name": "into-stream",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/sindresorhus/into-stream.git"
77 },
78 "scripts": {
79 "test": "xo && ava"
80 },
81 "version": "3.1.0"
82}