1{ 2 "name": "ok2", 3 "version": "1.0.0", 4 "lockfileVersion": 2, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "ok2", 9 "version": "1.0.0", 10 "license": "ISC", 11 "dependencies": { 12 "stdio": "^2.1.1", 13 "typescript": "^4.8.3" 14 }, 15 "bin": { 16 "ok2": "main.js" 17 } 18 }, 19 "node_modules/stdio": { 20 "version": "2.1.1", 21 "resolved": "https://registry.npmmirror.com/stdio/-/stdio-2.1.1.tgz", 22 "integrity": "sha512-ZHO7SD10nZnc2pMN85MPPTCKutXPKH+7Z50B7zt/JRNAHXLbI3BidMc9HFD/j2VupZ8lQdSVJB0ebZSVXC6uXw==" 23 }, 24 "node_modules/typescript": { 25 "version": "4.8.3", 26 "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.8.3.tgz", 27 "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==", 28 "bin": { 29 "tsc": "bin/tsc", 30 "tsserver": "bin/tsserver" 31 }, 32 "engines": { 33 "node": ">=4.2.0" 34 } 35 } 36 }, 37 "dependencies": { 38 "stdio": { 39 "version": "2.1.1", 40 "resolved": "https://registry.npmmirror.com/stdio/-/stdio-2.1.1.tgz", 41 "integrity": "sha512-ZHO7SD10nZnc2pMN85MPPTCKutXPKH+7Z50B7zt/JRNAHXLbI3BidMc9HFD/j2VupZ8lQdSVJB0ebZSVXC6uXw==" 42 }, 43 "typescript": { 44 "version": "4.8.3", 45 "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.8.3.tgz", 46 "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==" 47 } 48 } 49} 50