mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
merge new into master
This commit is contained in:
124
node_modules/simple-icons/package.json
generated
vendored
Normal file
124
node_modules/simple-icons/package.json
generated
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"name": "simple-icons",
|
||||
"version": "16.7.0",
|
||||
"description": "SVG icons for popular brands https://simpleicons.org",
|
||||
"keywords": [
|
||||
"svg",
|
||||
"icons"
|
||||
],
|
||||
"homepage": "https://simpleicons.org",
|
||||
"bugs": {
|
||||
"url": "https://github.com/simple-icons/simple-icons/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/simple-icons"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/simple-icons"
|
||||
}
|
||||
],
|
||||
"license": "CC0-1.0",
|
||||
"author": "Simple Icons Collaborators",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.mjs",
|
||||
"module": "./index.mjs",
|
||||
"require": "./index.js",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./icons": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index-icons.mjs",
|
||||
"module": "./index-icons.mjs",
|
||||
"require": "./index-icons.js",
|
||||
"default": "./index-icons.js"
|
||||
},
|
||||
"./icons/*": [
|
||||
"./icons/*"
|
||||
],
|
||||
"./sdk": {
|
||||
"types": "./sdk.d.ts",
|
||||
"import": "./sdk.mjs",
|
||||
"module": "./sdk.mjs",
|
||||
"require": "./sdk.js",
|
||||
"default": "./sdk.js"
|
||||
},
|
||||
"./icons.json": {
|
||||
"types": "./data/simple-icons.d.ts",
|
||||
"import": "./data/simple-icons.json",
|
||||
"module": "./data/simple-icons.json",
|
||||
"require": "./data/simple-icons.json",
|
||||
"default": "./data/simple-icons.json"
|
||||
}
|
||||
},
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"add-icon-data": "node scripts/add-icon-data.js",
|
||||
"build": "node scripts/build/package.js",
|
||||
"clean": "node scripts/build/clean.js",
|
||||
"format": "npm run format:icondata && npm run prettier -- --write && npm run xo:fix",
|
||||
"format:icondata": "node scripts/format-icon-data.js",
|
||||
"get-filename": "node scripts/get-filename.js",
|
||||
"jslint": "xo",
|
||||
"jsonlint": "node scripts/lint/jsonlint.js",
|
||||
"lint": "npm run ourlint && npm run prettierlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint && npm run tslint && npm run markdownlint",
|
||||
"markdownlint": "markdownlint-cli2 '**/*.md' '#node_modules'",
|
||||
"ourlint": "node scripts/lint/ourlint.js",
|
||||
"prepare": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || prek install",
|
||||
"prepublishOnly": "npm run build",
|
||||
"prettier": "prettier --ignore-unknown \"**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)\"",
|
||||
"prettierlint": "npm run prettier -- --check --cache",
|
||||
"postpublish": "npm run clean",
|
||||
"remove-icon": "node scripts/remove-icon.js",
|
||||
"svglint": "npm run svglint:base -- \"icons/*.svg\"",
|
||||
"svglint:base": "svglint --ci --config svglint.config.mjs",
|
||||
"pretest": "npm run prepublishOnly",
|
||||
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
||||
"posttest": "npm run postpublish",
|
||||
"tslint": "npm run tslint:main && npm run tslint:sdk",
|
||||
"tslint:main": "tsc -p jsconfig.json",
|
||||
"tslint:sdk": "tsc -p scripts/release/sdk-ts-defs-jsconfig.json --noEmit",
|
||||
"wslint": "editorconfig-checker",
|
||||
"xo:fix": "xo --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inquirer/prompts": "7.10.1",
|
||||
"@j178/prek": "0.2.30",
|
||||
"@types/mocha": "10.0.10",
|
||||
"@types/node": "24.10.1",
|
||||
"chalk": "5.6.2",
|
||||
"editorconfig-checker": "6.1.1",
|
||||
"esbuild": "0.27.0",
|
||||
"eslint-plugin-headers": "1.3.3",
|
||||
"eslint-plugin-jsdoc": "61.2.1",
|
||||
"fake-diff": "1.0.0",
|
||||
"fast-fuzzy": "1.12.0",
|
||||
"get-relative-luminance": "1.0.0",
|
||||
"jsonschema": "1.5.0",
|
||||
"markdownlint-cli2": "0.19.0",
|
||||
"mocha": "11.7.5",
|
||||
"named-html-entities-json": "1.0.0",
|
||||
"prettier-plugin-packagejson": "2.5.19",
|
||||
"spdx-license-ids": "3.0.22",
|
||||
"svg-path-bbox": "2.1.0",
|
||||
"svg-path-segments": "2.0.1",
|
||||
"svglint": "4.2.0",
|
||||
"svgo": "4.0.0",
|
||||
"svgpath": "2.6.0",
|
||||
"typescript": "5.9.3",
|
||||
"xo": "1.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user