source: frontend/node_modules/is-stream/package.json

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: 734 bytes
Line 
1{
2 "name": "is-stream",
3 "version": "2.0.1",
4 "description": "Check if something is a Node.js stream",
5 "license": "MIT",
6 "repository": "sindresorhus/is-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": ">=8"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "stream",
25 "type",
26 "streams",
27 "writable",
28 "readable",
29 "duplex",
30 "transform",
31 "check",
32 "detect",
33 "is"
34 ],
35 "devDependencies": {
36 "@types/node": "^11.13.6",
37 "ava": "^1.4.1",
38 "tempy": "^0.3.0",
39 "tsd": "^0.7.2",
40 "xo": "^0.24.0"
41 }
42}
Note: See TracBrowser for help on using the repository browser.