{ "name": "ok2", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ok2", "version": "1.0.0", "license": "ISC", "dependencies": { "stdio": "^2.1.1", "typescript": "^4.8.3" }, "bin": { "ok2": "main.js" } }, "node_modules/stdio": { "version": "2.1.1", "resolved": "https://registry.npmmirror.com/stdio/-/stdio-2.1.1.tgz", "integrity": "sha512-ZHO7SD10nZnc2pMN85MPPTCKutXPKH+7Z50B7zt/JRNAHXLbI3BidMc9HFD/j2VupZ8lQdSVJB0ebZSVXC6uXw==" }, "node_modules/typescript": { "version": "4.8.3", "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.8.3.tgz", "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { "node": ">=4.2.0" } } }, "dependencies": { "stdio": { "version": "2.1.1", "resolved": "https://registry.npmmirror.com/stdio/-/stdio-2.1.1.tgz", "integrity": "sha512-ZHO7SD10nZnc2pMN85MPPTCKutXPKH+7Z50B7zt/JRNAHXLbI3BidMc9HFD/j2VupZ8lQdSVJB0ebZSVXC6uXw==" }, "typescript": { "version": "4.8.3", "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.8.3.tgz", "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==" } } }