nixpkgs/pkgs/development/compilers/emscripten/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
430 B
JSON
Raw Normal View History

{
2020-08-29 09:35:11 +00:00
"name": "emscripten",
2022-06-22 19:15:18 +00:00
"version": "3.1.14",
2021-08-07 07:45:26 +00:00
"private": true,
"devDependencies": {
2022-05-29 20:39:18 +00:00
"es-check": "^6.2.1",
"eslint": "^8.16.0",
2021-08-07 07:45:26 +00:00
"eslint-config-google": "^0.14.0",
"source-map": "0.7.3",
2022-05-29 20:39:18 +00:00
"ws": "^8.6.0"
},
"dependencies": {
2022-05-29 20:39:18 +00:00
"acorn": "^8.7.1",
"google-closure-compiler": "20220502.0.0",
"html-minifier-terser": "6.1.0",
"wasm2c": "1.0.0"
2021-08-07 07:45:26 +00:00
},
"scripts": {
"lint": "eslint ."
}
}