| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/lowlight/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/lowlight/package.json |
{
"_from": "lowlight@^3.3.0",
"_id": "lowlight@3.3.0",
"_inBundle": false,
"_integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==",
"_location": "/@google/gemini-cli/lowlight",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lowlight@^3.3.0",
"name": "lowlight",
"escapedName": "lowlight",
"rawSpec": "^3.3.0",
"saveSpec": null,
"fetchSpec": "^3.3.0"
},
"_requiredBy": [
"/@google/gemini-cli"
],
"_resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz",
"_shasum": "007b8a5bfcfd27cc65b96246d2de3e9dd4e23c6c",
"_spec": "lowlight@^3.3.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/lowlight/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
{
"name": "Ezra Lalonde",
"email": "ezra@usefuliftrue.com"
},
{
"name": "Shu Uesugi",
"email": "shu@chibicode.com"
}
],
"dependencies": {
"@types/hast": "^3.0.0",
"devlop": "^1.0.0",
"highlight.js": "~11.11.0"
},
"deprecated": false,
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",
"devDependencies": {
"@types/mdast": "^4.0.0",
"@types/node": "^22.0.0",
"@types/unist": "^3.0.0",
"c8": "^10.0.0",
"chalk": "^5.0.0",
"estree-util-is-identifier-name": "^3.0.0",
"hast-util-to-html": "^9.0.0",
"mdast-zone": "^6.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unified": "^11.0.0",
"xo": "^0.60.0"
},
"exports": "./index.js",
"files": [
"lib/",
"index.d.ts",
"index.js"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"homepage": "https://github.com/wooorm/lowlight#readme",
"keywords": [
"syntax",
"code",
"ast",
"virtual",
"dom",
"highlight",
"highlighting"
],
"license": "MIT",
"name": "lowlight",
"prettier": {
"bracketSpacing": false,
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
},
"remarkConfig": {
"plugins": [
"remark-preset-wooorm",
"./script/support.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/lowlight.git"
},
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage",
"format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix",
"generate": "node --conditions development script/build-registry.js",
"prepack": "npm run generate && npm run build && npm run format",
"test": "npm run generate && npm run build && npm run format && npm run test-coverage",
"test-api": "node --conditions development test/index.js",
"test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api"
},
"sideEffects": false,
"type": "module",
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"version": "3.3.0",
"xo": {
"overrides": [
{
"files": [
"**/*.ts"
],
"rules": {
"@typescript-eslint/consistent-type-definitions": "off"
}
},
{
"files": [
"script/**/*.js",
"test/**/*.js"
],
"rules": {
"no-await-in-loop": "off"
}
}
],
"prettier": true,
"rules": {
"n/file-extension-in-import": "off",
"unicorn/no-this-assignment": "off",
"unicorn/prefer-at": "off",
"unicorn/prefer-type-error": "off"
}
}
}