Skip to content

Commit 8caec2c

Browse files
committed
Bump packages: @types/node: 16.11.1 -> 16.11.2
1 parent 3ae4981 commit 8caec2c

File tree

2 files changed

+166
-166
lines changed

2 files changed

+166
-166
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 159 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -1,159 +1,159 @@
1-
{
2-
"name": "vscode-ebcdicconverter",
3-
"publisher": "coderAllan",
4-
"displayName": "EBCDIC Converter",
5-
"description": "Converts the current file or the current selection from Ebcdic to Ascii or from Ascii to Ebcdic.",
6-
"icon": "logo.png",
7-
"version": "1.0.1",
8-
"license": "MIT",
9-
"repository": "https://github.com/CoderAllan/vscode-ebcdicconverter",
10-
"author": {
11-
"name": "Allan Simonsen",
12-
"url": "https://github.com/CoderAllan"
13-
},
14-
"engines": {
15-
"vscode": "^1.61.0"
16-
},
17-
"categories": [
18-
"Other"
19-
],
20-
"keywords": [
21-
"ebcdic",
22-
"ascii",
23-
"converter"
24-
],
25-
"activationEvents": [
26-
"onCommand:vscode-ebcdicconverter.ebcdic0037ToAscii",
27-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0037",
28-
"onCommand:vscode-ebcdicconverter.ebcdic0273ToAscii",
29-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0273",
30-
"onCommand:vscode-ebcdicconverter.ebcdic0277ToAscii",
31-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0277",
32-
"onCommand:vscode-ebcdicconverter.ebcdic0278ToAscii",
33-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0278",
34-
"onCommand:vscode-ebcdicconverter.ebcdic0280ToAscii",
35-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0280",
36-
"onCommand:vscode-ebcdicconverter.ebcdic0284ToAscii",
37-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0284",
38-
"onCommand:vscode-ebcdicconverter.ebcdic0285ToAscii",
39-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0285",
40-
"onCommand:vscode-ebcdicconverter.ebcdic0297ToAscii",
41-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0297",
42-
"onCommand:vscode-ebcdicconverter.ebcdic0500ToAscii",
43-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0500",
44-
"onCommand:vscode-ebcdicconverter.ebcdic0871ToAscii",
45-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0871",
46-
"onCommand:vscode-ebcdicconverter.ebcdic1047ToAscii",
47-
"onCommand:vscode-ebcdicconverter.asciiToEbcdic1047"
48-
],
49-
"main": "./dist/extension.js",
50-
"contributes": {
51-
"commands": [
52-
{
53-
"command": "vscode-ebcdicconverter.ebcdic0037ToAscii",
54-
"title": "Convert Ebcdic0037 to Ascii"
55-
},
56-
{
57-
"command": "vscode-ebcdicconverter.asciiToEbcdic0037",
58-
"title": "Convert Ascii to Ebcdic0037"
59-
},
60-
{
61-
"command": "vscode-ebcdicconverter.ebcdic0273ToAscii",
62-
"title": "Convert Ebcdic0273 to Ascii"
63-
},
64-
{
65-
"command": "vscode-ebcdicconverter.asciiToEbcdic0273",
66-
"title": "Convert Ascii to Ebcdic0273"
67-
},
68-
{
69-
"command": "vscode-ebcdicconverter.ebcdic0277ToAscii",
70-
"title": "Convert Ebcdic0277 to Ascii"
71-
},
72-
{
73-
"command": "vscode-ebcdicconverter.asciiToEbcdic0277",
74-
"title": "Convert Ascii to Ebcdic0277"
75-
},
76-
{
77-
"command": "vscode-ebcdicconverter.ebcdic0278ToAscii",
78-
"title": "Convert Ebcdic0278 to Ascii"
79-
},
80-
{
81-
"command": "vscode-ebcdicconverter.asciiToEbcdic0278",
82-
"title": "Convert Ascii to Ebcdic0278"
83-
},
84-
{
85-
"command": "vscode-ebcdicconverter.ebcdic0280ToAscii",
86-
"title": "Convert Ebcdic0280 to Ascii"
87-
},
88-
{
89-
"command": "vscode-ebcdicconverter.asciiToEbcdic0280",
90-
"title": "Convert Ascii to Ebcdic0280"
91-
},
92-
{
93-
"command": "vscode-ebcdicconverter.ebcdic0284ToAscii",
94-
"title": "Convert Ebcdic0284 to Ascii"
95-
},
96-
{
97-
"command": "vscode-ebcdicconverter.asciiToEbcdic0284",
98-
"title": "Convert Ascii to Ebcdic0284"
99-
},
100-
{
101-
"command": "vscode-ebcdicconverter.ebcdic0285ToAscii",
102-
"title": "Convert Ebcdic0285 to Ascii"
103-
},
104-
{
105-
"command": "vscode-ebcdicconverter.asciiToEbcdic0285",
106-
"title": "Convert Ascii to Ebcdic0285"
107-
},
108-
{
109-
"command": "vscode-ebcdicconverter.ebcdic0297ToAscii",
110-
"title": "Convert Ebcdic0297 to Ascii"
111-
},
112-
{
113-
"command": "vscode-ebcdicconverter.asciiToEbcdic0297",
114-
"title": "Convert Ascii to Ebcdic0297"
115-
},
116-
{
117-
"command": "vscode-ebcdicconverter.ebcdic0500ToAscii",
118-
"title": "Convert Ebcdic0500 to Ascii"
119-
},
120-
{
121-
"command": "vscode-ebcdicconverter.asciiToEbcdic0500",
122-
"title": "Convert Ascii to Ebcdic0500"
123-
},
124-
{
125-
"command": "vscode-ebcdicconverter.ebcdic0871ToAscii",
126-
"title": "Convert Ebcdic0871 to Ascii"
127-
},
128-
{
129-
"command": "vscode-ebcdicconverter.asciiToEbcdic0871",
130-
"title": "Convert Ascii to Ebcdic0871"
131-
},
132-
{
133-
"command": "vscode-ebcdicconverter.ebcdic1047ToAscii",
134-
"title": "Convert Ebcdic1047 to Ascii"
135-
},
136-
{
137-
"command": "vscode-ebcdicconverter.asciiToEbcdic1047",
138-
"title": "Convert Ascii to Ebcdic1047"
139-
}
140-
]
141-
},
142-
"scripts": {
143-
"vscode:prepublish": "webpack --mode production",
144-
"webpack": "webpack --mode development",
145-
"webpack-dev": "webpack --mode development --watch",
146-
"compile": "tsc -p",
147-
"watch": "tsc -watch -p ./"
148-
},
149-
"devDependencies": {
150-
"@types/node": "^16.11.1",
151-
"@types/vscode": "^1.61.0",
152-
"ts-loader": "^9.2.6",
153-
"typescript": "^4.4.4"
154-
},
155-
"dependencies": {
156-
"webpack": "^5.59.0",
157-
"webpack-cli": "^4.9.1"
158-
}
159-
}
1+
{
2+
"name": "vscode-ebcdicconverter",
3+
"publisher": "coderAllan",
4+
"displayName": "EBCDIC Converter",
5+
"description": "Converts the current file or the current selection from Ebcdic to Ascii or from Ascii to Ebcdic.",
6+
"icon": "logo.png",
7+
"version": "1.0.1",
8+
"license": "MIT",
9+
"repository": "https://github.com/CoderAllan/vscode-ebcdicconverter",
10+
"author": {
11+
"name": "Allan Simonsen",
12+
"url": "https://github.com/CoderAllan"
13+
},
14+
"engines": {
15+
"vscode": "^1.61.0"
16+
},
17+
"categories": [
18+
"Other"
19+
],
20+
"keywords": [
21+
"ebcdic",
22+
"ascii",
23+
"converter"
24+
],
25+
"activationEvents": [
26+
"onCommand:vscode-ebcdicconverter.ebcdic0037ToAscii",
27+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0037",
28+
"onCommand:vscode-ebcdicconverter.ebcdic0273ToAscii",
29+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0273",
30+
"onCommand:vscode-ebcdicconverter.ebcdic0277ToAscii",
31+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0277",
32+
"onCommand:vscode-ebcdicconverter.ebcdic0278ToAscii",
33+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0278",
34+
"onCommand:vscode-ebcdicconverter.ebcdic0280ToAscii",
35+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0280",
36+
"onCommand:vscode-ebcdicconverter.ebcdic0284ToAscii",
37+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0284",
38+
"onCommand:vscode-ebcdicconverter.ebcdic0285ToAscii",
39+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0285",
40+
"onCommand:vscode-ebcdicconverter.ebcdic0297ToAscii",
41+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0297",
42+
"onCommand:vscode-ebcdicconverter.ebcdic0500ToAscii",
43+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0500",
44+
"onCommand:vscode-ebcdicconverter.ebcdic0871ToAscii",
45+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic0871",
46+
"onCommand:vscode-ebcdicconverter.ebcdic1047ToAscii",
47+
"onCommand:vscode-ebcdicconverter.asciiToEbcdic1047"
48+
],
49+
"main": "./dist/extension.js",
50+
"contributes": {
51+
"commands": [
52+
{
53+
"command": "vscode-ebcdicconverter.ebcdic0037ToAscii",
54+
"title": "Convert Ebcdic0037 to Ascii"
55+
},
56+
{
57+
"command": "vscode-ebcdicconverter.asciiToEbcdic0037",
58+
"title": "Convert Ascii to Ebcdic0037"
59+
},
60+
{
61+
"command": "vscode-ebcdicconverter.ebcdic0273ToAscii",
62+
"title": "Convert Ebcdic0273 to Ascii"
63+
},
64+
{
65+
"command": "vscode-ebcdicconverter.asciiToEbcdic0273",
66+
"title": "Convert Ascii to Ebcdic0273"
67+
},
68+
{
69+
"command": "vscode-ebcdicconverter.ebcdic0277ToAscii",
70+
"title": "Convert Ebcdic0277 to Ascii"
71+
},
72+
{
73+
"command": "vscode-ebcdicconverter.asciiToEbcdic0277",
74+
"title": "Convert Ascii to Ebcdic0277"
75+
},
76+
{
77+
"command": "vscode-ebcdicconverter.ebcdic0278ToAscii",
78+
"title": "Convert Ebcdic0278 to Ascii"
79+
},
80+
{
81+
"command": "vscode-ebcdicconverter.asciiToEbcdic0278",
82+
"title": "Convert Ascii to Ebcdic0278"
83+
},
84+
{
85+
"command": "vscode-ebcdicconverter.ebcdic0280ToAscii",
86+
"title": "Convert Ebcdic0280 to Ascii"
87+
},
88+
{
89+
"command": "vscode-ebcdicconverter.asciiToEbcdic0280",
90+
"title": "Convert Ascii to Ebcdic0280"
91+
},
92+
{
93+
"command": "vscode-ebcdicconverter.ebcdic0284ToAscii",
94+
"title": "Convert Ebcdic0284 to Ascii"
95+
},
96+
{
97+
"command": "vscode-ebcdicconverter.asciiToEbcdic0284",
98+
"title": "Convert Ascii to Ebcdic0284"
99+
},
100+
{
101+
"command": "vscode-ebcdicconverter.ebcdic0285ToAscii",
102+
"title": "Convert Ebcdic0285 to Ascii"
103+
},
104+
{
105+
"command": "vscode-ebcdicconverter.asciiToEbcdic0285",
106+
"title": "Convert Ascii to Ebcdic0285"
107+
},
108+
{
109+
"command": "vscode-ebcdicconverter.ebcdic0297ToAscii",
110+
"title": "Convert Ebcdic0297 to Ascii"
111+
},
112+
{
113+
"command": "vscode-ebcdicconverter.asciiToEbcdic0297",
114+
"title": "Convert Ascii to Ebcdic0297"
115+
},
116+
{
117+
"command": "vscode-ebcdicconverter.ebcdic0500ToAscii",
118+
"title": "Convert Ebcdic0500 to Ascii"
119+
},
120+
{
121+
"command": "vscode-ebcdicconverter.asciiToEbcdic0500",
122+
"title": "Convert Ascii to Ebcdic0500"
123+
},
124+
{
125+
"command": "vscode-ebcdicconverter.ebcdic0871ToAscii",
126+
"title": "Convert Ebcdic0871 to Ascii"
127+
},
128+
{
129+
"command": "vscode-ebcdicconverter.asciiToEbcdic0871",
130+
"title": "Convert Ascii to Ebcdic0871"
131+
},
132+
{
133+
"command": "vscode-ebcdicconverter.ebcdic1047ToAscii",
134+
"title": "Convert Ebcdic1047 to Ascii"
135+
},
136+
{
137+
"command": "vscode-ebcdicconverter.asciiToEbcdic1047",
138+
"title": "Convert Ascii to Ebcdic1047"
139+
}
140+
]
141+
},
142+
"scripts": {
143+
"vscode:prepublish": "webpack --mode production",
144+
"webpack": "webpack --mode development",
145+
"webpack-dev": "webpack --mode development --watch",
146+
"compile": "tsc -p",
147+
"watch": "tsc -watch -p ./"
148+
},
149+
"devDependencies": {
150+
"@types/node": "^16.11.2",
151+
"@types/vscode": "^1.61.0",
152+
"ts-loader": "^9.2.6",
153+
"typescript": "^4.4.4"
154+
},
155+
"dependencies": {
156+
"webpack": "^5.59.0",
157+
"webpack-cli": "^4.9.1"
158+
}
159+
}

0 commit comments

Comments
 (0)