MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.119.1.el7.tuxcare.els21.x86_64 #1 SMP Tue Jun 17 03:11:12 UTC 2025 x86_64
User: hnhtennm (1016)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/hnhtennm/.vscode-server/extensions/mikestead.dotenv-1.0.1/package.json
{
	"name": "dotenv",
	"displayName": "DotENV",
	"description": "Support for dotenv file syntax",
	"version": "1.0.1",
	"publisher": "mikestead",
	"license": "MIT",
	"engines": {
		"vscode": "^1.5.1"
	},
	"categories": [
		"Languages"
	],
	"keywords": [
		"env",
		"dotenv"
	],
	"icon": "images/icon.png",
	"galleryBanner": {
		"color": "#3E1661",
		"theme": "dark"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mikestead/vscode-dotenv.git"
	},
	"contributes": {
		"languages": [
			{
				"id": "dotenv",
				"aliases": [
					"Environment Variables",
					"dotenv",
					"env"
				],
				"extensions": [
					".env",
					".env-sample",
					".env.example",
					".env.local",
					".env.dev",
					".env.dev.local",
					".env.development",
					".env.development.local",
					".env.test",
					".env.test.local",
					".env.testing",
					".env.qa",
					".env.qa.local",
					".env.uat",
					".env.uat.local",
					".env.stag",
					".env.stag.local",
					".env.staging",
					".env.staging.local",
					".env.production",
					".env.production.local"
				],
				"configuration": "./language-configuration.json"
			}
		],
		"grammars": [
			{
				"language": "dotenv",
				"scopeName": "source.env",
				"path": "./syntaxes/env.tmLanguage"
			}
		]
	},
	"__metadata": {
		"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
		"publisherId": "b6aa9b98-56e5-4846-b7d2-600d45fc63fc",
		"publisherDisplayName": "mikestead",
		"installedTimestamp": 1621260228165
	}
}