Spaces:
Running
Running
| { | |
| "name": "@napi-rs/wasm-runtime", | |
| "version": "1.1.5", | |
| "type": "module", | |
| "description": "Runtime and polyfill for wasm targets", | |
| "homepage": "https://napi.rs/", | |
| "author": { | |
| "name": "LongYinan", | |
| "url": "https://github.com/Brooooooklyn" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/napi-rs/napi-rs.git", | |
| "directory": "wasm-runtime" | |
| }, | |
| "license": "MIT", | |
| "publishConfig": { | |
| "registry": "https://registry.npmjs.org/", | |
| "access": "public" | |
| }, | |
| "files": [ | |
| "runtime.cjs", | |
| "runtime.js", | |
| "fs-proxy.js", | |
| "dist/*.cjs", | |
| "dist/*.js" | |
| ], | |
| "devDependencies": { | |
| "@rollup/plugin-alias": "^6.0.0", | |
| "@rollup/plugin-commonjs": "^29.0.3", | |
| "@rollup/plugin-inject": "^5.0.5", | |
| "@rollup/plugin-json": "^6.1.0", | |
| "@rollup/plugin-node-resolve": "^16.0.3", | |
| "@rollup/plugin-replace": "^6.0.3", | |
| "buffer": "^6.0.3", | |
| "events": "^3.3.0", | |
| "memfs": "^4.57.6", | |
| "node-inspect-extracted": "^3.3.2", | |
| "path-browserify": "^1.0.1", | |
| "process": "^0.11.10", | |
| "readable-stream": "^4.7.0", | |
| "rollup": "^4.61.1", | |
| "rollup-plugin-polyfill-node": "^0.13.0", | |
| "tslib": "^2.8.1" | |
| }, | |
| "dependencies": { | |
| "@tybys/wasm-util": "^0.10.2" | |
| }, | |
| "peerDependencies": { | |
| "@emnapi/core": "^1.7.1", | |
| "@emnapi/runtime": "^1.7.1" | |
| }, | |
| "scripts": { | |
| "build": "rollup -c rollup.config.js", | |
| "test": "node --test" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| }, | |
| "exports": { | |
| ".": { | |
| "import": "./runtime.js", | |
| "require": "./runtime.cjs" | |
| }, | |
| "./fs": { | |
| "import": "./dist/fs.js" | |
| } | |
| } | |
| } | |