File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { isPlatformSpecificPackage } from '~/utils/platform-packages'
88import { normalizeSearchParam } from ' #shared/utils/url'
99
1010const route = useRoute ()
11- const router = useRouter ()
1211
1312// Preferences (persisted to localStorage)
1413const {
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "version" : " 0.0.0" ,
7- "author" : {
8- "name" : " Daniel Roe" ,
9- "email" : " daniel@roe.dev" ,
10- "url" : " https://roe.dev"
11- },
7+ "author" : " Daniel Roe <daniel@roe.dev> (https://roe.dev)" ,
128 "scripts" : {
139 "build" : " nuxt build" ,
1410 "build:lunaria" : " node ./lunaria/lunaria.ts" ,
167163 " pnpm oxfmt"
168164 ]
169165 },
170- "packageManager" : " pnpm@10.30.1"
166+ "packageManager" : " pnpm@10.30.1" ,
167+ "description" : " > A fast, modern browser for the npm registry." ,
168+ "main" : " index.js" ,
169+ "directories" : {
170+ "doc" : " docs" ,
171+ "test" : " test"
172+ },
173+ "repository" : {
174+ "type" : " git" ,
175+ "url" : " git+https://github.com/marlonwq/npmx.dev.git"
176+ },
177+ "bugs" : {
178+ "url" : " https://github.com/marlonwq/npmx.dev/issues"
179+ },
180+ "homepage" : " https://github.com/marlonwq/npmx.dev#readme"
171181}
You can’t perform that action at this time.
0 commit comments