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