-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"activationEvents": [
"onLanguage:json",
"workspaceContains:**/package.json"
],
"categories": [
"Other"
],
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"lodash.escaperegexp": "^4.1.2"
},
"description": "Open npm dependencies' page from package.json",
"devDependencies": {
"@octokit/rest": "16.1.0",
"@types/lodash.escaperegexp": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.3",
"tslint": "^5.8.0",
"typescript": "^3.1.6",
"vsce": "^1.53.0",
"vscode": "^1.1.21",
"event-stream": "3.3.4"
},
"displayName": "package.json dependencies navigation",
"engines": {
"vscode": "^1.28.0"
},
"keywords": [
"npm",
"dependencies",
"link",
"navigate",
"dependency"
],
"license": "SEE LICENSE IN ./LICENSE",
"main": "./out/extension",
"name": "package-json-dependencies-navigation",
"preview": true,
"publisher": "mamodom",
"repository": {
"type": "git",
"url": "https://github.com/mamodom/package-json-dependencies-navigation"
},
"scripts": {
"compile": "tsc -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"vscode:prepublish": "npm run compile",
"watch": "tsc -watch -p ./"
},
"version": "0.1.8"
}