File tree 6 files changed +29
-1
lines changed
6 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+
1
3
node_modules
2
4
dist
Original file line number Diff line number Diff line change 6
6
" blob" ,
7
7
" typed"
8
8
],
9
+ "files" : [
10
+ " src" ,
11
+ " dist/src" ,
12
+ " License.md" ,
13
+ " Readme.md"
14
+ ],
9
15
"type" : " module" ,
10
16
"module" : " ./src/lib.js" ,
11
17
"main" : " ./dist/src/lib.node.cjs" ,
Original file line number Diff line number Diff line change 33
33
},
34
34
"files" : [
35
35
" src" ,
36
- " dist"
36
+ " dist/src" ,
37
+ " License.md" ,
38
+ " Readme.md"
37
39
],
38
40
"engines" : {
39
41
"node" : " ^10.17 || >=12.3"
Original file line number Diff line number Diff line change 2
2
"name" : " @web-std/file" ,
3
3
"version" : " 3.0.0" ,
4
4
"description" : " Web API compatible File implementation for node" ,
5
+ "files" : [
6
+ " src" ,
7
+ " dist/src" ,
8
+ " License.md" ,
9
+ " Readme.md"
10
+ ],
5
11
"keywords" : [
6
12
" file" ,
7
13
" blob" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @web-std/form-data" ,
3
3
"version" : " 3.0.0" ,
4
4
"description" : " Web API compatible Form Data implementation" ,
5
+ "files" : [
6
+ " src" ,
7
+ " dist/src" ,
8
+ " License.md" ,
9
+ " Readme.md"
10
+ ],
5
11
"keywords" : [
6
12
" formdata" ,
7
13
" typed"
Original file line number Diff line number Diff line change 2
2
"name" : " @web-std/stream" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Web API compatible streams for node/web" ,
5
+ "files" : [
6
+ " src" ,
7
+ " dist/src" ,
8
+ " License.md" ,
9
+ " Readme.md"
10
+ ],
5
11
"keywords" : [
6
12
" web-stream" ,
7
13
" whatwg-stream" ,
You can’t perform that action at this time.
0 commit comments