File tree Expand file tree Collapse file tree 6 files changed +6869
-2
lines changed Expand file tree Collapse file tree 6 files changed +6869
-2
lines changed Original file line number Diff line number Diff line change 1+ # Node.js dependencies
2+ node_modules /
3+
4+ # Output directories
5+ lib /
6+ types /
7+ dist /
8+
9+ # Logs
10+ npm-debug.log *
11+ yarn-debug.log *
12+ yarn-error.log *
13+ pnpm-debug.log *
14+
15+ # TypeScript cache
16+ * .tsbuildinfo
17+
18+ # Environment variables
19+ .env
20+ .env.local
21+ .env. * .local
22+
23+ # MacOS files
24+ .DS_Store
25+
26+ # Idea/VSCode settings
27+ .idea /
28+ .vscode /
29+
30+ # Miscellaneous
31+ * .tgz
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " nuxt-use-async-data-wrapper" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " A utility to wrap Promise-returning functions with useAsyncData for Nuxt" ,
5+ "main" : " lib/index.js" ,
6+ "types" : " types/index.d.ts" ,
7+ "keywords" : [
8+ " nuxt" ,
9+ " nuxt3" ,
10+ " vue" ,
11+ " useAsyncData" ,
12+ " reactivity" ,
13+ " typescript" ,
14+ " data-fetching" ,
15+ " ssr" ,
16+ " promises" ,
17+ " vue-composables" ,
18+ " frontend" ,
19+ " developer-tools"
20+ ],
21+ "author" : " Leynier Gutiérrez González <leynier41@gmail.com>" ,
22+ "license" : " MIT" ,
23+ "repository" : {
24+ "type" : " git" ,
25+ "url" : " https://github.com/leynier/nuxt-use-async-data-wrapper.git"
26+ },
27+ "peerDependencies" : {
28+ "vue" : " ^3.0.0" ,
29+ "nuxt" : " ^3.0.0"
30+ },
31+ "devDependencies" : {
32+ "typescript" : " ^5.7.2" ,
33+ "vue" : " ^3.5.13"
34+ },
35+ "scripts" : {
36+ "build" : " tsc"
37+ },
38+ "packageManager" : " pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
39+ }
You can’t perform that action at this time.
0 commit comments