3 Star 1 Fork 0

Nikolay Igotti/webidl2.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "webidl2",
"description": "A WebIDL Parser",
"version": "24.4.1",
"contributors": [
"Robin Berjon <[email protected]> (https://berjon.com)",
"Marcos Caceres <[email protected]> (https://marcosc.com)",
"Kagami Sascha Rosylight <[email protected]>",
"Timothy Gu <[email protected]>"
],
"engines": {
"node": ">= 14"
},
"license": "W3C",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"expect": "^29.7.0",
"jsondiffpatch": "^0.6.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"eslint": "eslint lib test",
"typecheck": "tsc -p jsconfig.json",
"lint": "npm run eslint && npm run typecheck",
"test": "npm run lint && webpack && mocha",
"acquire": "node test/util/acquire.js",
"build": "npx webpack",
"build-debug": "npx webpack --mode none",
"prepublishOnly": "npm run build"
},
"repository": "git://github.com/w3c/webidl2.js",
"main": "dist/webidl2.js",
"exports": {
".": {
"import": "./index.js",
"require": "./dist/webidl2.js"
},
"./productions": "./lib/productions/index.js"
},
"type": "module",
"files": [
"dist/*",
"lib/*",
"index.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nikolay-igotti/webidl2.js.git
[email protected]:nikolay-igotti/webidl2.js.git
nikolay-igotti
webidl2.js
webidl2.js
main

搜索帮助