2017-05-10 18:08:35 +03:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2024-06-02 03:26:29 +03:00
|
|
|
"version": "12.1.0",
|
2017-05-10 18:08:35 +03:00
|
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
2021-03-08 19:14:53 +03:00
|
|
|
"homepage": "https://simpleicons.org",
|
2017-05-10 18:08:35 +03:00
|
|
|
"keywords": [
|
|
|
|
"svg",
|
|
|
|
"icons"
|
|
|
|
],
|
2021-10-29 02:16:34 +03:00
|
|
|
"type": "commonjs",
|
2017-09-16 23:49:58 +03:00
|
|
|
"main": "index.js",
|
2021-10-29 02:16:34 +03:00
|
|
|
"types": "index.d.ts",
|
|
|
|
"exports": {
|
2023-02-10 03:49:48 +03:00
|
|
|
".": {
|
2023-10-28 19:22:28 +03: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 03:49:48 +03:00
|
|
|
},
|
2021-10-29 02:16:34 +03:00
|
|
|
"./icons": {
|
2023-10-28 19:22:28 +03: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 02:16:34 +03:00
|
|
|
},
|
2022-03-19 17:19:49 +03:00
|
|
|
"./icons/*": [
|
|
|
|
"./icons/*"
|
2023-04-19 16:23:13 +03: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 02:16:34 +03:00
|
|
|
},
|
|
|
|
"sideEffects": false,
|
2017-09-17 05:17:42 +03: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 21:01:35 +03:00
|
|
|
"license": "CC0-1.0",
|
2022-03-14 16:26:40 +03:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/simple-icons"
|
|
|
|
},
|
2017-09-11 22:53:21 +03:00
|
|
|
"devDependencies": {
|
2024-05-03 01:15:20 +03:00
|
|
|
"@inquirer/core": "8.1.0",
|
|
|
|
"@inquirer/prompts": "5.0.2",
|
2024-06-06 15:40:35 +03:00
|
|
|
"@types/node": "20.14.2",
|
2023-10-13 02:28:34 +03:00
|
|
|
"chalk": "5.3.0",
|
2024-03-14 05:01:06 +03:00
|
|
|
"editorconfig-checker": "5.1.5",
|
2024-05-03 01:15:20 +03:00
|
|
|
"esbuild": "0.20.2",
|
2024-03-24 20:38:18 +03:00
|
|
|
"eslint-plugin-import": "2.29.1",
|
2024-06-06 15:40:35 +03:00
|
|
|
"eslint-plugin-jsdoc": "48.2.8",
|
2021-11-29 11:44:36 +03:00
|
|
|
"fake-diff": "1.0.0",
|
2024-03-08 21:52:11 +03:00
|
|
|
"fast-fuzzy": "1.12.0",
|
2023-01-09 18:13:45 +03:00
|
|
|
"get-relative-luminance": "1.0.0",
|
2024-03-14 05:01:06 +03:00
|
|
|
"husky": "9.0.11",
|
2024-03-05 00:59:32 +03:00
|
|
|
"inquirer-autocomplete-standalone": "0.8.1",
|
2022-05-26 12:38:46 +03:00
|
|
|
"jsonschema": "1.4.1",
|
2024-05-03 01:15:20 +03:00
|
|
|
"markdown-link-check": "3.12.1",
|
|
|
|
"mocha": "10.4.0",
|
2021-11-29 01:16:54 +03:00
|
|
|
"named-html-entities-json": "1.0.0",
|
2024-06-06 15:40:35 +03:00
|
|
|
"svg-path-bbox": "2.0.0",
|
|
|
|
"svg-path-segments": "2.0.1",
|
2024-05-03 01:15:20 +03:00
|
|
|
"svglint": "2.7.1",
|
|
|
|
"svgo": "3.2.0",
|
2023-08-06 04:07:07 +03:00
|
|
|
"svgpath": "2.6.0",
|
2024-05-03 01:15:20 +03:00
|
|
|
"typescript": "5.4.5",
|
2024-03-24 20:38:18 +03:00
|
|
|
"xo": "0.58.0"
|
2017-09-11 22:56:40 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-04-21 15:16:09 +03:00
|
|
|
"build": "node scripts/build/package.js",
|
|
|
|
"clean": "node scripts/build/clean.js",
|
2024-03-30 05:18:06 +03: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 20:38:18 +03:00
|
|
|
"lint": "npm run ourlint && npm run prettierlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint",
|
2024-04-21 15:16:09 +03:00
|
|
|
"ourlint": "node scripts/lint/ourlint.js",
|
2024-03-30 05:18:06 +03:00
|
|
|
"prettierlint": "npm run prettier -- --check",
|
2024-03-24 20:38:18 +03:00
|
|
|
"jslint": "xo",
|
2024-04-21 15:16:09 +03:00
|
|
|
"jsonlint": "node scripts/lint/jsonlint.js",
|
2024-03-29 19:06:38 +03:00
|
|
|
"svglint": "svglint --ci --config svglint.config.mjs icons/*.svg",
|
2021-11-25 11:08:34 +03:00
|
|
|
"wslint": "editorconfig-checker",
|
2024-03-19 00:27:08 +03:00
|
|
|
"prepare": "husky",
|
2019-07-22 19:58:51 +03:00
|
|
|
"prepublishOnly": "npm run build",
|
|
|
|
"postpublish": "npm run clean",
|
2022-01-19 20:23:32 +03:00
|
|
|
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
2018-09-11 13:32:16 +03:00
|
|
|
"pretest": "npm run prepublishOnly",
|
2019-07-15 17:14:50 +03:00
|
|
|
"posttest": "npm run postpublish",
|
2024-04-21 15:16:09 +03:00
|
|
|
"get-filename": "node scripts/get-filename.js",
|
|
|
|
"add-icon-data": "node scripts/add-icon-data.js"
|
2020-11-21 16:33:04 +03:00
|
|
|
},
|
2021-08-22 23:06:39 +03:00
|
|
|
"engines": {
|
2020-11-21 16:33:04 +03:00
|
|
|
"node": ">=0.12.18"
|
2017-09-11 22:53:21 +03:00
|
|
|
}
|
2020-05-14 19:30:14 +03:00
|
|
|
}
|