@stevenleep/sandbox
Version:
A powerful JavaScript sandbox library that provides multiple sandbox implementation options for safely executing untrusted code in browser environments.
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "@stevenleep/sandbox",
"version": "1.0.1",
"description": "A powerful JavaScript sandbox library that provides multiple sandbox implementation options for safely executing untrusted code in browser environments.",
"keywords": [
"sandbox",
"javascript",
"web",
"browser",
"security",
"untrusted code",
"shadow DOM",
"iframe",
"web worker",
"sandboxing",
"isolation",
"virtual machine",
"execution environment",
"code execution",
"code isolation",
"code security"
],
"author": {
"name": "Steven Lee",
"email": "steven.lee@example.com"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"browser": {
"js": "dist/index.js"
},
"files": [
"dist/**/*",
"example/**/*"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js"
},
"dependencies": {
"shadowrealm-api": "0.8.3"
}
}