| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/lowlight/ |
Upload File : |
{
"_from": "lowlight@^1.17.0",
"_id": "lowlight@1.20.0",
"_inBundle": false,
"_integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==",
"_location": "/lowlight",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lowlight@^1.17.0",
"name": "lowlight",
"escapedName": "lowlight",
"rawSpec": "^1.17.0",
"saveSpec": null,
"fetchSpec": "^1.17.0"
},
"_requiredBy": [
"/tiptap-extensions"
],
"_resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz",
"_shasum": "ddb197d33462ad0d93bf19d17b6c301aa3941888",
"_spec": "lowlight@^1.17.0",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/tiptap-extensions",
"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": {
"fault": "^1.0.0",
"highlight.js": "~10.7.0"
},
"deprecated": false,
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",
"devDependencies": {
"browserify": "^17.0.0",
"chalk": "^4.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"rehype": "^11.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"unist-util-remove-position": "^3.0.0",
"xo": "^0.38.0"
},
"files": [
"index.js",
"lib/core.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",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/lowlight.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s lowlight > lowlight.js",
"build-mangle": "browserify index.js -s lowlight -p tinyify > lowlight.min.js",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"generate": "node script/build-registry",
"test": "npm run generate && npm run format && npm run build && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js"
},
"version": "1.20.0",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"unicorn/no-array-callback-reference": "off",
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-includes": "off",
"guard-for-in": "off"
},
"ignores": [
"lowlight.js"
]
}
}