Font-Awesome/js-packages/@fortawesome/fontawesome-svg-core/package.json

77 lines
1.8 KiB
JSON
Raw Normal View History

2022-02-07 20:16:51 +00:00
{
"description": "The iconic font, CSS, and SVG framework",
"keywords": [
"font",
"awesome",
"fontawesome",
"icon",
"svg",
"bootstrap"
],
"homepage": "https://fontawesome.com",
"bugs": {
2022-03-15 19:08:55 +00:00
"url": "https://github.com/FortAwesome/Font-Awesome/issues"
2022-02-07 20:16:51 +00:00
},
2022-03-15 19:08:55 +00:00
"author": "The Font Awesome Team (https://github.com/orgs/FortAwesome/people)",
2022-02-07 20:16:51 +00:00
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/Font-Awesome"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "6.5.1"
2022-02-07 20:16:51 +00:00
},
"version": "6.5.1",
2022-02-07 20:16:51 +00:00
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
2022-08-31 21:02:43 +00:00
"module": "index.mjs",
"jsnext:main": "index.mjs",
2022-02-07 20:16:51 +00:00
"style": "styles.css",
"license": "MIT",
"types": "./index.d.ts",
"exports": {
".": {
2023-08-02 20:27:06 +00:00
"types": "./index.d.ts",
2022-08-31 21:02:43 +00:00
"module": "./index.mjs",
"import": "./index.mjs",
2022-02-07 20:16:51 +00:00
"require": "./index.js",
"style": "./styles.css",
"default": "./index.js"
},
"./index": {
2023-08-02 20:27:06 +00:00
"types": "./index.d.ts",
2022-08-31 21:02:43 +00:00
"module": "./index.mjs",
"import": "./index.mjs",
2022-02-07 20:16:51 +00:00
"require": "./index.js",
"default": "./index.js"
},
"./index.js": {
2023-08-02 20:27:06 +00:00
"types": "./index.d.ts",
2022-08-31 21:02:43 +00:00
"module": "./index.mjs",
"import": "./index.mjs",
2022-02-07 20:16:51 +00:00
"require": "./index.js",
"default": "./index.js"
},
"./plugins": {
2023-08-02 20:27:06 +00:00
"types": "./index.d.ts",
2022-08-31 21:02:43 +00:00
"module": "./plugins.mjs",
"import": "./plugins.mjs",
"default": "./plugins.mjs"
2022-02-07 20:16:51 +00:00
},
"./import.macro": "./import.macro.js",
"./import.macro.js": "./import.macro.js",
"./styles": "./styles.css",
"./styles.css": "./styles.css",
"./package.json": "./package.json"
},
"sideEffects": [
"./index.js",
2022-08-31 21:02:43 +00:00
"./index.mjs",
2022-03-15 19:08:55 +00:00
"./styles.css"
2022-02-07 20:16:51 +00:00
],
"scripts": {
"postinstall": "node attribution.js"
}
}