kubernetes-handbook/node_modules/gitbook-plugin-flexible-alerts/package.json

162 lines
5.4 KiB
JSON

{
"_args": [
[
{
"name": "gitbook-plugin-flexible-alerts",
"raw": "gitbook-plugin-flexible-alerts@1.0.3",
"rawSpec": "1.0.3",
"scope": null,
"spec": "1.0.3",
"type": "version"
},
"/Users/jimmy/Workspace/github/rootsongjc/opentelemetry-obervability"
]
],
"_from": "gitbook-plugin-flexible-alerts@1.0.3",
"_hasShrinkwrap": false,
"_id": "gitbook-plugin-flexible-alerts@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/gitbook-plugin-flexible-alerts",
"_nodeVersion": "11.13.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/gitbook-plugin-flexible-alerts_1.0.3_1554738322600_0.32370197887939023"
},
"_npmUser": {
"email": "fabian.zankl@gmail.com",
"name": "zanfab"
},
"_npmVersion": "6.7.0",
"_phantomChildren": {},
"_requested": {
"name": "gitbook-plugin-flexible-alerts",
"raw": "gitbook-plugin-flexible-alerts@1.0.3",
"rawSpec": "1.0.3",
"scope": null,
"spec": "1.0.3",
"type": "version"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/gitbook-plugin-flexible-alerts/-/gitbook-plugin-flexible-alerts-1.0.3.tgz",
"_shasum": "057a15a91209febbfdd0e813437be17da6bbd8a0",
"_shrinkwrap": null,
"_spec": "gitbook-plugin-flexible-alerts@1.0.3",
"_where": "/Users/jimmy/Workspace/github/rootsongjc/opentelemetry-obervability",
"author": {
"name": "Fabian Zankl"
},
"bugs": {
"url": "https://github.com/zanfab/gitbook-plugin-flexible-alerts/issues"
},
"dependencies": {},
"description": "GitBook plugin to convert blockquotes into beautiful and configurable alerts using preconfigured or own styles and alert types.",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"eslint": "^5.14.1",
"lodash.merge": "^4.6.1",
"rimraf": "^2.6.3",
"rollup": "^1.2.3",
"rollup-copy-plugin": "^0.1.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-copy-assets": "^1.1.0",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-url": "^2.2.0"
},
"directories": {},
"dist": {
"fileCount": 9,
"integrity": "sha512-81hXO9fIN4MYkRQ2D56kaNh4XQ/ztjQQQijB0cwXXqTbaLkpo+2P56BH6THRBMApxpFe5S9Q6X5YhTHkMyhHNw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcq2yTCRA9TVsSAnZWagAAokcP/3aBcU2+qdd08MLY8VBv\nu9Q4fmVGZcH8SNmQbMJIM1G0h1c1sGb6+0S0pvQjd0rVUsohrxpYW2nTwmzX\n1+uOiBlqYAOHKfrPRWWP3BoSwY880QATI4itlXfSx2nXkC+r9P7YyjaKffP/\nlXbZH9qpb9hrCUSaf0MZHJGxLQciK3CKe1ayVm1ODBgwREmJRrb57YJkwKTT\nzNAydhhNOwvlHuPWMN8QmEYyba03Gt4H7YCvR2RAxEnapqg66mTiW+sUtRZF\nV2lpdYhjbRykJtDziMVdUOt6QkNeDAdVfy13oDp/ffVkgsYuhPZR2jU8svQq\n38rR8TfhhUt6vNOvNijV39u9a8YIfz4gMxcWsfo0hh2Db9wMcv6p8uxXEzrT\n1KdeeGf9tzwzw7mpiSocM/EM3sn12OnSIvnWeDtebboe5T/6ErFO51bwIQAz\nPn8CKoSiiBv1NnHeHOqqNEFD0xp8EGGrazImaME4yWdTrBODRXPMV7V9s1pr\nuWoEqM+PPdns7/GFbsqS1n2N/m54XnKVl2gSThehD59XC1ouWDr5wKXVKhFT\nP8RTUNYwUd26BZgo6boToGiYhbCxewqh7wMMRSjdB0ASjgTYlNRU69batiBR\n1IEp9OXltUL35zF4tJeV/YoZi+E135wRDz7q+7opLqmF2cOVcNtnR0tNx0NK\n/JWN\r\n=u7hr\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "057a15a91209febbfdd0e813437be17da6bbd8a0",
"tarball": "https://registry.npmjs.org/gitbook-plugin-flexible-alerts/-/gitbook-plugin-flexible-alerts-1.0.3.tgz",
"unpackedSize": 17162
},
"engines": {
"gitbook": ">=2.0.0"
},
"gitHead": "082e485b1d49ad3732b3e549e825d4664fd0a2fa",
"gitbook": {
"properties": {
"danger": {
"default": {
"className": "danger",
"icon": "fa fa-ban",
"label": "Attention"
},
"title": "Configuration for alerts of type 'danger'",
"type": "object"
},
"note": {
"default": {
"className": "info",
"icon": "fa fa-info-circle",
"label": "Note"
},
"title": "Configuration for alerts of type 'note'",
"type": "object"
},
"style": {
"default": "callout",
"title": "Style used for alerts.",
"type": "string"
},
"tip": {
"default": {
"className": "tip",
"icon": "fa fa-lightbulb-o",
"label": "Tip"
},
"title": "Configuration for alerts of type 'tip'",
"type": "object"
},
"warning": {
"default": {
"className": "warning",
"icon": "fa fa-exclamation-triangle",
"label": "Warning"
},
"title": "Configuration for alerts of type 'warning'",
"type": "object"
}
}
},
"homepage": "https://github.com/zanfab/gitbook-plugin-flexible-alerts#readme",
"keywords": [
"gitbook",
"plugin",
"alert",
"blockquotes",
"quote",
"hint",
"callout"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "fabian.zankl@gmail.com",
"name": "zanfab"
}
],
"name": "gitbook-plugin-flexible-alerts",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/zanfab/gitbook-plugin-flexible-alerts.git"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist/*",
"prepare": "npm run clean && npm run build",
"start": "npm run build -- -w"
},
"version": "1.0.3"
}