@dargmuesli/nearbuy-plugin_muesli-index
Advanced tools
Comparing version 0.1.0 to 0.4.1
{ | ||
"name": "@dargmuesli/nearbuy-plugin_muesli-index", | ||
"version": "0.1.0", | ||
"description": "Plugin definition for Nearbuy's muesli index.", | ||
"repository": "git://github.com/dargmuesli/ba_nearbuy-plugin_muesli-index.git", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
"description": "Calculates the 'Muesli index', representing the availability of ingredients required for a yummy muesli. Requests for missing ingredients can be added with one click.", | ||
"devDependencies": { | ||
"@intlify/eslint-plugin-vue-i18n": "2.0.0", | ||
"@lucia-auth/adapter-sqlite": "3.0.1", | ||
"@ninjaneers/nearbuy-web-components": "0.1.0", | ||
"@ninjaneers/nearbuy-web-components_vue": "0.0.1", | ||
"@ninjaneers/nearbuy-web-plugins": "2.0.0-beta.3", | ||
"@nuxtjs/eslint-config-typescript": "12.1.0", | ||
"@nuxtjs/i18n": "8.1.1", | ||
"@nuxtjs/seo": "2.0.0-rc.9", | ||
"@nuxtjs/tailwindcss": "6.11.4", | ||
"@types/better-sqlite3": "7.6.9", | ||
"arctic": "1.2.1", | ||
"better-sqlite3": "9.4.3", | ||
"consola": "3.2.3", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-compat": "4.2.0", | ||
"eslint-plugin-nuxt": "4.0.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-yml": "1.12.2", | ||
"h3": "1.11.1", | ||
"lucia": "3.1.1", | ||
"nuxt": "3.10.3", | ||
"oslo": "1.1.3", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-tailwindcss": "0.5.12", | ||
"stylelint": "16.2.1", | ||
"stylelint-config-recommended-vue": "1.5.0", | ||
"stylelint-config-standard": "36.0.0", | ||
"stylelint-no-unsupported-browser-features": "8.0.1", | ||
"tailwindcss": "3.4.1", | ||
"unhead": "1.8.13", | ||
"vue": "3.4.21", | ||
"vue-router": "4.3.0", | ||
"vue-tsc": "2.0.6" | ||
}, | ||
"main": "nearbuy-plugin.js", | ||
"engines": { | ||
"node": "20" | ||
}, | ||
"files": [ | ||
"dist/" | ||
"plugin.ts" | ||
], | ||
"name": "@dargmuesli/nearbuy-plugin_muesli-index", | ||
"scripts": { | ||
"build": "tsc nearbuy-plugin.ts --esModuleInterop --outDir dist --resolveJsonModule" | ||
"build": "pnpm run build:node", | ||
"build:node": "nuxt build", | ||
"build:static": "nuxt generate", | ||
"dev": "pnpm run start:dev", | ||
"generate": "pnpm run build:static", | ||
"lint": "pnpm run lint:js && pnpm run lint:types && pnpm run lint:style", | ||
"lint:fix": "pnpm run lint:js --fix", | ||
"lint:js": "eslint --cache --ext .js,.ts,.vue --ignore-path .gitignore .", | ||
"lint:staged": "lint-staged", | ||
"lint:style": "stylelint --cache \"**/*.{vue,css}\" --ignore-path .gitignore", | ||
"lint:types": "nuxt typecheck", | ||
"prepare": "nuxt prepare", | ||
"start:dev": "nuxt dev --port 3001", | ||
"start:node": "node .output/server/index.mjs", | ||
"start:static": "serve .output/public" | ||
}, | ||
"dependencies": { | ||
"@dargmuesli/nearbuy-plugin-types": "^0.0.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.5.2" | ||
}, | ||
"peerDependencies": { | ||
"nearbuy": "0.1.0" | ||
} | ||
"type": "module", | ||
"version": "0.4.1" | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
6486
0
1
Yes
34
2
44
- Removed@dargmuesli/nearbuy-plugin-types@0.0.1(transitive)