Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893741
package.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
2 KB
Referenced Files
None
Subscribers
None
package.json
View Options
{
"name"
:
"arcanist"
,
"displayName"
:
"Arcanist"
,
"description"
:
"Phabricator/Arcanist support for VSCode"
,
"publisher"
:
"avive"
,
"version"
:
"1.0.0"
,
"engines"
:
{
"vscode"
:
"^1.46.0"
},
"categories"
:
[
"Other"
],
"keywords"
:
[
"Phabricator"
],
"license"
:
"MIT"
,
"activationEvents"
:
[
"workspaceContains:**/.arclint"
,
"workspaceContains:**/.arcconfig"
],
"main"
:
"./out/extension.js"
,
"contributes"
:
{
"menus"
:
{
"editor/title/context"
:
[
{
"command"
:
"arc-vscode.browseFile"
}
],
"editor/title"
:
[
{
"command"
:
"arc-vscode.browseFile"
}
],
"explorer/context"
:
[
{
"command"
:
"arc-vscode.browseFile"
}
]
},
"commands"
:
[
{
"command"
:
"arc-vscode.browseFile"
,
"title"
:
"Browse in Diffusion"
,
"category"
:
"arc"
,
"icon"
:
"$(account)"
},
{
"command"
:
"arc-vscode.clearLint"
,
"title"
:
"Clear all arc-lint messages"
,
"category"
:
"arc"
},
{
"command"
:
"arc-vscode.lintEverything"
,
"title"
:
"arc lint --everything"
,
"category"
:
"arc"
}
],
"configuration"
:
{
"title"
:
"Arcanist"
,
"properties"
:
{
"arc-vscode.lint.maxDiagnosticsLevel"
:
{
"type"
:
"string"
,
"default"
:
"error"
,
"enum"
:
[
"error"
,
"warning"
,
"info"
,
"hint"
],
"description"
:
"The maximum level a lint can appear at."
}
}
},
"languages"
:
[
{
"id"
:
"json"
,
"extensions"
:
[
".arcconfig"
,
".arclint"
,
".arcrc"
,
".arcunit"
]
}
]
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/avivey/arc-vscode.git"
},
"scripts"
:
{
"vscode:prepublish"
:
"npm run compile"
,
"compile"
:
"tsc -p ./"
,
"lint"
:
"eslint src --ext ts"
,
"watch"
:
"tsc -watch -p ./"
,
"pretest"
:
"npm run compile && npm run lint"
,
"test"
:
"node ./out/test/runTest.js"
},
"devDependencies"
:
{
"@types/vscode"
:
"^1.46.0"
,
"@types/glob"
:
"^7.1.1"
,
"@types/mocha"
:
"^7.0.2"
,
"@types/node"
:
"^13.11.0"
,
"eslint"
:
"^6.8.0"
,
"@typescript-eslint/parser"
:
"^2.30.0"
,
"@typescript-eslint/eslint-plugin"
:
"^2.30.0"
,
"glob"
:
"^7.1.6"
,
"mocha"
:
"^7.1.2"
,
"typescript"
:
"^3.8.3"
,
"vscode-test"
:
"^1.3.0"
},
"dependencies"
:
{
"execa"
:
"^4.0.2"
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Sun, Jan 19, 19:00 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127632
Default Alt Text
package.json (2 KB)
Attached To
Mode
R7 arc-vscode
Attached
Detach File
Event Timeline
Log In to Comment