File tree Expand file tree Collapse file tree 3 files changed +28
-20
lines changed Expand file tree Collapse file tree 3 files changed +28
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/benchmark.js" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " " ,
5
- "keywords" : [],
4
+ "description" : " Benchmark.js compatibility layer for CodSpeed" ,
5
+ "keywords" : [
6
+ " codspeed" ,
7
+ " benchmark" ,
8
+ " benchmark.js" ,
9
+ " performance"
10
+ ],
6
11
"main" : " dist/index.cjs.js" ,
7
12
"module" : " dist/index.es5.js" ,
8
13
"types" : " dist/index.d.ts" ,
9
14
"files" : [
10
15
" dist"
11
16
],
12
- "author" : " --username-- <--usermail-->" ,
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " "
16
- },
17
+ "author" :
" Arthur Pastel <[email protected] >" ,
18
+ "repository" : " https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/benchmark.js" ,
19
+ "homepage" : " https://codspeed.io" ,
17
20
"license" : " MIT" ,
18
21
"devDependencies" : {
19
22
"@types/benchmark" : " ^2.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/core" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " " ,
5
- "keywords" : [],
4
+ "description" : " The core Node library used to integrate with Codspeed runners" ,
5
+ "keywords" : [
6
+ " codspeed" ,
7
+ " benchmark" ,
8
+ " performance"
9
+ ],
6
10
"gypfile" : true ,
7
11
"main" : " dist/index.cjs.js" ,
8
12
"module" : " dist/index.es5.js" ,
11
15
" dist"
12
16
],
13
17
"author" :
" Arthur Pastel <[email protected] >" ,
14
- "repository" : {
15
- "type" : " git" ,
16
- "url" : " "
17
- },
18
+ "repository" : " https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/core" ,
19
+ "homepage" : " https://codspeed.io" ,
18
20
"license" : " MIT" ,
19
21
"devDependencies" : {
20
22
"@types/bindings" : " ^1.5.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/tinybench" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " " ,
5
- "keywords" : [],
4
+ "description" : " tinybench compatibility layer for CodSpeed" ,
5
+ "keywords" : [
6
+ " codspeed" ,
7
+ " benchmark" ,
8
+ " tinybench" ,
9
+ " performance"
10
+ ],
6
11
"main" : " dist/index.cjs.js" ,
7
12
"module" : " dist/index.es5.js" ,
8
13
"types" : " dist/index.d.ts" ,
9
14
"files" : [
10
15
" dist"
11
16
],
12
- "author" : " --username-- <--usermail-->" ,
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " "
16
- },
17
+ "author" :
" Arthur Pastel <[email protected] >" ,
18
+ "repository" : " https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/tinybench" ,
19
+ "homepage" : " https://codspeed.io" ,
17
20
"license" : " MIT" ,
18
21
"devDependencies" : {
19
22
"@types/find-up" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments