File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 41
41
"posttest" : " npm run test:multirepo && npx npm@'>= 10.2' audit --production" ,
42
42
"test:multirepo" : " cd ./test/resolver/multirepo && npm install && npm test"
43
43
},
44
+ "license" : " MIT" ,
45
+ "author" : {
46
+ "name" : " James Halliday" ,
47
+ "email" : " mail@substack.net" ,
48
+ "url" : " http://substack.net"
49
+ },
50
+ "funding" : {
51
+ "url" : " https://github.com/sponsors/ljharb"
52
+ },
53
+ "dependencies" : {
54
+ "is-core-module" : " ^2.16.0" ,
55
+ "path-parse" : " ^1.0.7" ,
56
+ "supports-preserve-symlinks-flag" : " ^1.0.0"
57
+ },
44
58
"devDependencies" : {
45
59
"@ljharb/eslint-config" : " ^21.1.1" ,
46
60
"array.prototype.map" : " ^1.0.7" ,
58
72
"tape" : " ^5.9.0" ,
59
73
"tmp" : " ^0.0.31"
60
74
},
61
- "license" : " MIT" ,
62
- "author" : {
63
- "name" : " James Halliday" ,
64
- "email" : " mail@substack.net" ,
65
- "url" : " http://substack.net"
66
- },
67
- "funding" : {
68
- "url" : " https://github.com/sponsors/ljharb"
69
- },
70
- "dependencies" : {
71
- "is-core-module" : " ^2.16.0" ,
72
- "path-parse" : " ^1.0.7" ,
73
- "supports-preserve-symlinks-flag" : " ^1.0.0"
74
- },
75
75
"publishConfig" : {
76
76
"ignore" : [
77
77
" .github/workflows" ,
You can’t perform that action at this time.
0 commit comments