UNPKG

isolation

Version:

How often do you see libraries which mutates global variables Or how often do you check libraries actions ? This library provides script isolation in custom contexts to solve this kind of issues.

59 lines (54 loc) 1.58 kB
{ "license": "MIT", "version": "3.1.0", "type": "commonjs", "name": "isolation", "homepage": "https://astrohelm.ru", "description": "How often do you see libraries which mutates global variables Or how often do you check libraries actions ? This library provides script isolation in custom contexts to solve this kind of issues.", "author": "Alexander Ivanov <sashapop101@gmail.com>", "keywords": [ "v8", "vm", "script", "runner", "nodejs", "wrapper", "sandbox", "context", "astrohelm", "container", "isolation", "realm", "pollution-control", "javascript", "script-loader", "zero-dependencies" ], "main": "index.js", "types": "types/index.d.ts", "packageManager": "npm@9.6.4", "readmeFilename": "README.md", "engines": { "node": ">= 18" }, "files": ["/lib", "/types"], "scripts": { "test": "node --test", "dev": "node index.js", "prettier:fix": "prettier --write \"**/*.{js,ts,json,html,cjs,md,yaml}\"", "eslint:fix": "eslint --fix \"**/*.{js,ts}\"" }, "repository": { "type": "git", "url": "git+https://github.com/astrohelm/isolation.git" }, "bugs": { "url": "https://github.com/astrohelm/isolation/issues", "email": "sashapop101@gmail.com" }, "devDependencies": { "@types/node": "^20.14.10", "eslint": "^8.57.0", "eslint-config-astrohelm": "^1.5.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.3.2", "typescript": "^5.5.3" } }