Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/posix-wasm/package.json
1067 views
1
{
2
"name": "@cowasm/posix-wasm",
3
"version": "1.2.1",
4
"description": "C headers and a lib archive to fill in some things missing from \"posix\"",
5
"main": "index.js",
6
"files": [
7
"dist/wasm/**",
8
"README.md",
9
"package.json",
10
"index.js"
11
],
12
"scripts": {
13
"preinstall": "npx only-allow pnpm",
14
"test": "echo \"Error: no tests yet\""
15
},
16
"repository": {
17
"type": "git",
18
"url": "git+ssh://[email protected]/sagemathinc/cowasm.git"
19
},
20
"keywords": [
21
"WebAssembly",
22
"wasm"
23
],
24
"author": "William Stein <[email protected]>",
25
"license": "BSD-3-Clause",
26
"bugs": {
27
"url": "https://github.com/sagemathinc/cowasm/issues"
28
},
29
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/core/posix-wasm"
30
}
31
32