File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"packageManager" : " pnpm@8.15.3" ,
6
6
"description" : " Defer non-critical tasks to run when the main thread is idle" ,
7
- "author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
+ "author" : {
8
+ "name" : " Harsh Choudhary" ,
9
+ "email" : " harsh.hkc1006@gmail.com" ,
10
+ "url" : " https://harshkc.in"
11
+ },
8
12
"license" : " MIT" ,
9
13
"funding" : " https://github.com/sponsors/harshkc" ,
10
- "homepage" : " https://github.com/harshkc /idlefy#readme" ,
14
+ "homepage" : " https://github.com/redbus-labs /idlefy#readme" ,
11
15
"repository" : {
12
16
"type" : " git" ,
13
- "url" : " git+https://github.com/harshkc /idlefy.git"
17
+ "url" : " git+https://github.com/redbus-labs /idlefy.git"
14
18
},
15
- "bugs" : " https://github.com/harshkc/idlefy/issues" ,
16
- "keywords" : [],
19
+ "bugs" : " https://github.com/redbus-labs/idlefy/issues" ,
20
+ "keywords" : [
21
+ " idle" ,
22
+ " defer" ,
23
+ " idle-until-urget" ,
24
+ " requestIdleCallback" ,
25
+ " cancelIdleCallback" ,
26
+ " requestIdleCallbackPolyfill" ,
27
+ " INP" ,
28
+ " Performance"
29
+ ],
17
30
"sideEffects" : false ,
18
31
"exports" : {
19
32
"." : {
You can’t perform that action at this time.
0 commit comments