![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/@nuxtjs/fontawesome/ |
{ "name": "@nuxtjs/fontawesome", "version": "1.1.2", "description": "Module to join nuxt and Fontawesome 5", "repository": "nuxt-community/fontawesome-module", "license": "MIT", "main": "lib/module.js", "contributors": [ "vaso2 <[email protected]>" ], "keywords": [ "vue", "nuxt", "nuxt-module", "fontawesome" ], "files": [ "lib" ], "scripts": { "dev": "nuxt example", "lint": "eslint --ext .js,.vue .", "release": "yarn lint && yarn test && standard-version", "test": "jest" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.27", "@fortawesome/vue-fontawesome": "^0.1.9" }, "devDependencies": { "@fortawesome/free-brands-svg-icons": "^5.12.1", "@fortawesome/free-solid-svg-icons": "^5.12.1", "@nuxtjs/eslint-config": "^2.0.2", "babel-eslint": "latest", "codecov": "latest", "eslint": "latest", "eslint-config-standard": "latest", "eslint-plugin-import": "latest", "eslint-plugin-jest": "latest", "eslint-plugin-node": "latest", "eslint-plugin-promise": "latest", "eslint-plugin-standard": "latest", "eslint-plugin-vue": "latest", "jest": "latest", "jsdom": "latest", "nuxt-edge": "latest", "standard-version": "latest" }, "publishConfig": { "access": "public" } }