You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
3.2 KiB
128 lines
3.2 KiB
4 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"@fortawesome/vue-fontawesome@2.0.0",
|
||
|
"/home/lefos/repos/swarmlab-playground-client"
|
||
|
]
|
||
|
],
|
||
|
"_from": "@fortawesome/vue-fontawesome@2.0.0",
|
||
|
"_id": "@fortawesome/vue-fontawesome@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-N3VKw7KzRfOm8hShUVldpinlm13HpvLBQgT63QS+aCrIRLwjoEUXY5Rcmttbfb6HkzZaeqjLqd/aZCQ53UjQpg==",
|
||
|
"_location": "/@fortawesome/vue-fontawesome",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "@fortawesome/vue-fontawesome@2.0.0",
|
||
|
"name": "@fortawesome/vue-fontawesome",
|
||
|
"escapedName": "@fortawesome%2fvue-fontawesome",
|
||
|
"scope": "@fortawesome",
|
||
|
"rawSpec": "2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@fortawesome/vue-fontawesome/-/vue-fontawesome-2.0.0.tgz",
|
||
|
"_spec": "2.0.0",
|
||
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/FortAwesome/vue-fontawesome/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Travis Chase",
|
||
|
"email": "travis@fontawesome.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Rob Madole",
|
||
|
"email": "rob@fontawesome.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "SirLamer",
|
||
|
"email": "github.com/SirLamer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Liu Xinyu",
|
||
|
"email": "github.com/meteorlxy"
|
||
|
},
|
||
|
{
|
||
|
"name": "Xaver Schulz",
|
||
|
"email": "github.com/schulz3000"
|
||
|
},
|
||
|
{
|
||
|
"name": "Yannick Ihmels",
|
||
|
"email": "github.com/ihmels"
|
||
|
},
|
||
|
{
|
||
|
"name": "btaens",
|
||
|
"email": "github.com/btaens"
|
||
|
},
|
||
|
{
|
||
|
"name": "David Driscoll",
|
||
|
"email": "github.com/david-driscoll"
|
||
|
},
|
||
|
{
|
||
|
"name": "Tyranteon",
|
||
|
"email": "github.com/tyranteon"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "Official Vue component for Font Awesome 5",
|
||
|
"devDependencies": {
|
||
|
"@fortawesome/fontawesome-svg-core": "^1.2.0",
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-jest": "^23.6.0",
|
||
|
"babel-plugin-external-helpers": "^6.22.0",
|
||
|
"babel-preset-env": "^1.6.1",
|
||
|
"babel-preset-stage-3": "^6.24.1",
|
||
|
"concurrently": "^4.1.0",
|
||
|
"cross-env": "^5.1.1",
|
||
|
"humps": "^2.0.1",
|
||
|
"husky": "^1.1.2",
|
||
|
"jest": "^23.6.0",
|
||
|
"lint-staged": "^8.1.0",
|
||
|
"markdown-toc": "^1.2.0",
|
||
|
"rollup": "^0.57.1",
|
||
|
"rollup-plugin-babel": "^3.0.2",
|
||
|
"rollup-plugin-commonjs": "^9.1.0",
|
||
|
"rollup-plugin-node-resolve": "^3.0.0",
|
||
|
"vue": "^2.4.4"
|
||
|
},
|
||
|
"homepage": "https://github.com/FortAwesome/vue-fontawesome",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
}
|
||
|
},
|
||
|
"jsnext:main": "index.es.js",
|
||
|
"license": "MIT",
|
||
|
"lint-staged": {
|
||
|
"README.md": [
|
||
|
"markdown-toc -i",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"module": "index.es.js",
|
||
|
"name": "@fortawesome/vue-fontawesome",
|
||
|
"peerDependencies": {
|
||
|
"@fortawesome/fontawesome-svg-core": ">= 1.2.0 < 1.3",
|
||
|
"vue": "~2"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/FortAwesome/vue-fontawesome.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c rollup.config.js",
|
||
|
"dist": "cross-env NODE_ENV=production npm run build",
|
||
|
"prepack": "npm run dist",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"types": "index.d.ts",
|
||
|
"version": "2.0.0"
|
||
|
}
|