MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: netwave (1071)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/netwave/.vscode-server/extensions/apility.beautify-blade-1.0.1/package.json
{
	"name": "beautify-blade",
	"displayName": "Beautify Blade",
	"description": "Beautify Blade code in place for VS Code",
	"version": "1.0.1",
	"publisher": "apility",
	"engines": {
		"vscode": "^1.22.0"
	},
	"categories": [
		"Other",
		"Programming Languages",
		"Formatters"
	],
	"activationEvents": [
		"*"
	],
	"icon": "icon.png",
	"galleryBanner": {
		"color": "#e8e030",
		"theme": "light"
	},
	"license": "MIT",
	"main": "./extension",
	"contributes": {
		"languages": [
			{
				"id": "json",
				"aliases": [
					"JSON"
				],
				"filenames": [
					".jsbeautifyrc",
					".jshintrc"
				]
			}
		],
		"jsonValidation": [
			{
				"fileMatch": ".jsbeautifyrc",
				"url": "./schema/beautifyrc.json"
			}
		],
		"commands": [
			{
				"command": "Blade.beautify",
				"title": "Beautify selection"
			},
			{
				"command": "Blade.beautifyFile",
				"title": "Beautify file"
			}
		],
		"configuration": {
			"type": "object",
			"title": "Beautify config",
			"properties": {
				"beautify.ignore": {
					"type": [
						"string",
						"array"
					],
					"items": {
						"type": "string"
					},
					"default": [],
					"description": "List of paths to ignore when using VS Code format command, including format on save. Uses glob pattern matching.",
					"scope": "resource"
				},
				"beautify.config": {
					"type": [
						"string",
						"object",
						"null"
					],
					"default": null,
					"description": "A path to a file, or an object containing the configuration options for js-beautify. If the .jsbeautifyrc file exists in project root, it overrides this configuration."
				},
				"beautify.language": {
					"type": "object",
					"description": "Link file types to the beautifier type",
					"default": {
						"js": {
							"type": [
								"javascript",
								"json",
								"jsonc"
							],
							"filename": [
								".jshintrc",
								".jsbeautifyrc"
							]
						},
						"css": [
							"css",
							"less",
							"scss"
						],
						"html": [
							"htm",
							"html",
							"php",
							"blade.php"
						]
					},
					"properties": {
						"js": {
							"type": [
								"object",
								"array",
								"null"
							],
							"items": {
								"type": "string"
							},
							"description": "Array of language types, or an object containing types, extensions and filenames to associate",
							"properties": {
								"type": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "VS Code language name"
								},
								"ext": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "File extensions (without the leading dot)"
								},
								"filename": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "Full filenames (eg: '.jsbeautifyrc')"
								}
							}
						},
						"css": {
							"type": [
								"object",
								"array",
								"null"
							],
							"items": {
								"type": "string"
							},
							"description": "Array of language types, or an object containing types, extensions and filenames to associate",
							"properties": {
								"type": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "VS Code language name"
								},
								"ext": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "File extensions (without the leading dot)"
								},
								"filename": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "Full filenames (eg: '.jsbeautifyrc')"
								}
							}
						},
						"html": {
							"type": [
								"object",
								"array",
								"null"
							],
							"items": {
								"type": "string"
							},
							"description": "Array of language types, or an object containing types, extensions and filenames to associate",
							"properties": {
								"type": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "VS Code language name"
								},
								"ext": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "File extensions (without the leading dot)"
								},
								"filename": {
									"type": "array",
									"items": {
										"type": "string"
									},
									"description": "Full filenames (eg: '.jsbeautifyrc')"
								}
							}
						}
					}
				}
			}
		}
	},
	"dependencies": {
		"@apility/js-beautify": "^1.10.3",
		"editorconfig": "0.15.0",
		"minimatch": "^3.0.4"
	},
	"devDependencies": {
		"@types/mocha": "^2.2.42",
		"@types/node": "^8.10.36",
		"expect.js": "^0.3.1",
		"mocha": "^5.2.0",
		"typescript": "^2.6.1",
		"vscode": "~1.1.18"
	},
	"scripts": {
		"postinstall": "node ./node_modules/vscode/bin/install",
		"test": "node ./node_modules/vscode/bin/test"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/apility/VSCodeBeautify"
	},
	"bugs": {
		"url": "https://github.com/apility/VSCodeBeautify/issues"
	},
	"__metadata": {
		"id": "20ec42b5-8fd9-4656-a4fa-23aae491d496",
		"publisherId": "c9572132-5b3c-4257-9403-809b390654e4",
		"publisherDisplayName": "Apility AS",
		"targetPlatform": "undefined",
		"updated": false,
		"isPreReleaseVersion": false,
		"installedTimestamp": 1701858154528,
		"preRelease": false
	}
}