{ "_from": "vue-awesome", "_id": "vue-awesome@4.1.0", "_inBundle": false, "_integrity": "sha512-4n+hg8KIMrwjXV6sRHcRZd18Somih5j4Yk2ZOv95pnvDpzbBkIYW4ktfivhqgNt50m0zDjmeEWiy1iVLtcccfw==", "_location": "/vue-awesome", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "vue-awesome", "name": "vue-awesome", "escapedName": "vue-awesome", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/vue-awesome/-/vue-awesome-4.1.0.tgz", "_shasum": "1caf50eb1ed0193f3c5ba19cbde9bea356cbc78c", "_spec": "vue-awesome", "_where": "C:\\UwAmp\\www\\felten\\projet-cdaw", "author": { "name": "Justineo", "url": "justice360@gmail.com" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "bugs": { "url": "https://github.com/Justineo/vue-awesome/issues" }, "bundleDependencies": false, "dependencies": { "core-js": "^3.4.4" }, "deprecated": false, "description": "Font Awesome component for Vue.js, using inline SVG.", "devDependencies": { "@fortawesome/fontawesome-free": "^5.14.0", "@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^8.4.0", "@vue/cli-plugin-babel": "^4.4.6", "@vue/cli-plugin-eslint": "^4.4.6", "@vue/cli-service": "^4.4.6", "@vue/eslint-config-prettier": "^5.0.0", "babel-eslint": "^10.1.0", "cross-env": "^5.2.1", "eslint": "^7.5.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^6.2.2", "esm": "^3.2.25", "fa2svg": "^1.2.0", "minimist": "^1.2.5", "mkdirp": "^0.5.1", "prettier": "^2.0.5", "prettier-eslint": "^11.0.0", "rimraf": "^2.7.1", "rollup": "^2.22.1", "rollup-plugin-terser": "^6.1.0", "rollup-plugin-vue": "^5.1.9", "semver": "^5.7.1", "stringify-object": "^3.3.0", "svgfont2glyphs": "^0.1.4", "vue": "^2.6.11", "vue-template-compiler": "^2.6.11" }, "engines": { "node": ">= 4.0.0", "npm": ">= 3.0.0" }, "homepage": "https://github.com/Justineo/vue-awesome#readme", "keywords": [ "Font Awesome", "Vue.js" ], "license": "MIT", "main": "dist/vue-awesome.js", "module": "index.js", "name": "vue-awesome", "peerDependencies": { "vue": "^2.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/Justineo/vue-awesome.git" }, "scripts": { "build": "cross-env NODE_ENV=production rollup -c", "demo": "vue-cli-service build", "fa2json": "node -r esm build/fa2json.js", "icons": "npm run fa2json && node -r esm build/icons.js", "lint": "vue-cli-service lint", "pub": "sh ./publish.sh", "serve": "vue-cli-service serve" }, "version": "4.1.0" }