2017-05-10 17:08:35 +02:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2024-11-03 02:32:44 +02:00
|
|
|
"version": "13.16.0",
|
2017-05-10 17:08:35 +02:00
|
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
2021-03-08 18:14:53 +02:00
|
|
|
"homepage": "https://simpleicons.org",
|
2017-05-10 17:08:35 +02:00
|
|
|
"keywords": [
|
|
|
|
"svg",
|
|
|
|
"icons"
|
|
|
|
],
|
2021-10-29 01:16:34 +02:00
|
|
|
"type": "commonjs",
|
2017-09-16 22:49:58 +02:00
|
|
|
"main": "index.js",
|
2021-10-29 01:16:34 +02:00
|
|
|
"types": "index.d.ts",
|
|
|
|
"exports": {
|
2023-02-10 02:49:48 +02:00
|
|
|
".": {
|
2023-10-28 18:22:28 +02:00
|
|
|
"import": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.mjs"
|
|
|
|
},
|
|
|
|
"module": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.mjs"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
},
|
|
|
|
"default": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
}
|
2023-02-10 02:49:48 +02:00
|
|
|
},
|
2021-10-29 01:16:34 +02:00
|
|
|
"./icons": {
|
2023-10-28 18:22:28 +02:00
|
|
|
"import": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.mjs"
|
|
|
|
},
|
|
|
|
"module": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.mjs"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
},
|
|
|
|
"default": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
}
|
2021-10-29 01:16:34 +02:00
|
|
|
},
|
2022-03-19 16:19:49 +02:00
|
|
|
"./icons/*": [
|
|
|
|
"./icons/*"
|
2023-04-19 15:23:13 +02:00
|
|
|
],
|
|
|
|
"./sdk": {
|
|
|
|
"import": {
|
|
|
|
"types": "./sdk.d.ts",
|
|
|
|
"default": "./sdk.mjs"
|
|
|
|
},
|
|
|
|
"module": {
|
|
|
|
"types": "./sdk.d.ts",
|
|
|
|
"default": "./sdk.mjs"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"types": "./sdk.d.ts",
|
|
|
|
"default": "./sdk.js"
|
|
|
|
},
|
|
|
|
"default": {
|
|
|
|
"types": "./sdk.d.ts",
|
|
|
|
"default": "./sdk.js"
|
|
|
|
}
|
|
|
|
}
|
2021-10-29 01:16:34 +02:00
|
|
|
},
|
|
|
|
"sideEffects": false,
|
2017-09-17 04:17:42 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/simple-icons/simple-icons/issues"
|
|
|
|
},
|
|
|
|
"author": "Simple Icons Collaborators",
|
2019-02-12 20:01:35 +02:00
|
|
|
"license": "CC0-1.0",
|
2022-03-14 15:26:40 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/simple-icons"
|
|
|
|
},
|
2017-09-11 21:53:21 +02:00
|
|
|
"devDependencies": {
|
2024-11-03 03:30:07 +02:00
|
|
|
"@inquirer/core": "10.0.1",
|
|
|
|
"@inquirer/prompts": "7.0.1",
|
|
|
|
"@types/node": "22.8.6",
|
2023-10-13 01:28:34 +02:00
|
|
|
"chalk": "5.3.0",
|
2024-11-03 03:30:07 +02:00
|
|
|
"editorconfig-checker": "6.0.0",
|
|
|
|
"esbuild": "0.24.0",
|
|
|
|
"eslint-plugin-import": "2.31.0",
|
|
|
|
"eslint-plugin-jsdoc": "50.4.3",
|
2021-11-29 10:44:36 +02:00
|
|
|
"fake-diff": "1.0.0",
|
2024-03-08 20:52:11 +02:00
|
|
|
"fast-fuzzy": "1.12.0",
|
2023-01-09 17:13:45 +02:00
|
|
|
"get-relative-luminance": "1.0.0",
|
2024-11-03 03:30:07 +02:00
|
|
|
"husky": "9.1.6",
|
2024-03-04 23:59:32 +02:00
|
|
|
"inquirer-autocomplete-standalone": "0.8.1",
|
2022-05-26 11:38:46 +02:00
|
|
|
"jsonschema": "1.4.1",
|
2024-11-03 03:30:07 +02:00
|
|
|
"mocha": "10.8.2",
|
2021-11-29 00:16:54 +02:00
|
|
|
"named-html-entities-json": "1.0.0",
|
2024-09-30 22:34:00 +02:00
|
|
|
"spdx-license-ids": "3.0.20",
|
2024-11-03 03:30:07 +02:00
|
|
|
"svg-path-bbox": "2.1.0",
|
2024-06-06 14:40:35 +02:00
|
|
|
"svg-path-segments": "2.0.1",
|
2024-11-03 03:30:07 +02:00
|
|
|
"svglint": "3.0.0",
|
|
|
|
"svgo": "3.3.2",
|
2023-08-06 03:07:07 +02:00
|
|
|
"svgpath": "2.6.0",
|
2024-11-03 03:30:07 +02:00
|
|
|
"typescript": "5.6.3",
|
2024-09-17 03:46:48 +02:00
|
|
|
"xo": "0.59.3"
|
2017-09-11 21:56:40 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-04-21 14:16:09 +02:00
|
|
|
"build": "node scripts/build/package.js",
|
|
|
|
"clean": "node scripts/build/clean.js",
|
2024-03-30 04:18:06 +02:00
|
|
|
"format": "npm run prettier -- --write && npm run xo:fix",
|
|
|
|
"xo:fix": "xo --fix",
|
|
|
|
"prettier": "prettier --cache --ignore-unknown \"**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)\"",
|
2024-03-24 19:38:18 +02:00
|
|
|
"lint": "npm run ourlint && npm run prettierlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint",
|
2024-04-21 14:16:09 +02:00
|
|
|
"ourlint": "node scripts/lint/ourlint.js",
|
2024-03-30 04:18:06 +02:00
|
|
|
"prettierlint": "npm run prettier -- --check",
|
2024-03-24 19:38:18 +02:00
|
|
|
"jslint": "xo",
|
2024-04-21 14:16:09 +02:00
|
|
|
"jsonlint": "node scripts/lint/jsonlint.js",
|
2024-03-29 18:06:38 +02:00
|
|
|
"svglint": "svglint --ci --config svglint.config.mjs icons/*.svg",
|
2021-11-25 10:08:34 +02:00
|
|
|
"wslint": "editorconfig-checker",
|
2024-03-18 23:27:08 +02:00
|
|
|
"prepare": "husky",
|
2019-07-22 18:58:51 +02:00
|
|
|
"prepublishOnly": "npm run build",
|
|
|
|
"postpublish": "npm run clean",
|
2022-01-19 19:23:32 +02:00
|
|
|
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
2018-09-11 12:32:16 +02:00
|
|
|
"pretest": "npm run prepublishOnly",
|
2019-07-15 16:14:50 +02:00
|
|
|
"posttest": "npm run postpublish",
|
2024-04-21 14:16:09 +02:00
|
|
|
"get-filename": "node scripts/get-filename.js",
|
|
|
|
"add-icon-data": "node scripts/add-icon-data.js"
|
2020-11-21 15:33:04 +02:00
|
|
|
},
|
2021-08-22 22:06:39 +02:00
|
|
|
"engines": {
|
2020-11-21 15:33:04 +02:00
|
|
|
"node": ">=0.12.18"
|
2017-09-11 21:53:21 +02:00
|
|
|
}
|
2020-05-14 18:30:14 +02:00
|
|
|
}
|