Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/posix-browser/package.json
1067 views
1
{
2
"name": "posix-browser",
3
"version": "0.1.1",
4
"description": "Missing Posix Functions for the Browser",
5
"main": "dist/index.js",
6
"files": ["src/*", "dist/*", "README.md", "package.json"],
7
"scripts": {
8
"preinstall": "npx only-allow pnpm"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/sagemathinc/cowasm.git"
13
},
14
"keywords": ["posix"],
15
"author": "William Stein <[email protected]>",
16
"license": "BSD-3-Clause",
17
"bugs": {
18
"url": "https://github.com/sagemathinc/cowasm/issues"
19
},
20
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/core/posix-browser#readme",
21
"devDependencies": {
22
"@types/jest": "^29.2.0",
23
"@types/node": "^18.11.3",
24
"jest": "^29.2.1",
25
"typescript": "^4.8.4"
26
},
27
"dependencies": {
28
"debug": "^4.3.4"
29
}
30
}
31
32