-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "@vscode/iconv-lite-umd",
"version": "0.7.0",
"description": "Iconv-lite as UMD module",
"main": "lib/iconv-lite-umd.js",
"typings": "iconv-lite-umd.d.ts",
"scripts": {
"build": "webpack",
"prepublish": "webpack",
"test": "mocha --reporter spec --grep ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/vscode-iconv-lite-umd.git"
},
"keywords": [
"iconv-lite",
"umd"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/vscode-iconv-lite-umd/issues"
},
"homepage": "https://github.com/Microsoft/vscode-iconv-lite-umd#readme",
"devDependencies": {
"buffer": "^6.0.3",
"iconv": "^2.3.5",
"iconv-lite": "0.6.3",
"mocha": "^10.2.0",
"semver": "^6.3.0",
"string_decoder": "^1.3.0",
"unorm": "^1.6.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}