{"_id":"@5ive-tech/cli","_rev":"33-01a1c22681ab4d7edbc4cda27d69fd9a","name":"@5ive-tech/cli","dist-tags":{"latest":"1.0.39"},"versions":{"1.0.4":{"name":"@5ive-tech/cli","version":"1.0.4","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.4","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"five":"dist/index.js","five-cli":"dist/index.js"},"dist":{"shasum":"4a2b3b5ea626648847737cd7967a89a63c4b00f2","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.4.tgz","fileCount":139,"integrity":"sha512-dkVQ9I1+mmOrafsEZMzzQsTjMAUEpXWLbvQhySHAnsULVHPvNUqCEVSt7aszgarY4V/5nfqKMCvG6LI4XW4ZKw==","signatures":[{"sig":"MEUCIFP4blCfQTQPF8AwBLaq0ChsS98hBcYe/3IdTWNPfFpfAiEAtBPsfnWH+yTAIwyB9l00jtlvVv5+e5sGPqBS+zBNe+8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3085243},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b281d8875914a56d4f99904bf991a9565cc4bcba","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","postinstall":"npm run verify:wasm || npm run sync:wasm","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.2","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.4_1771008947132_0.6264786502590194","host":"s3://npm-registry-packages-npm-production"}},"1.0.5":{"name":"@5ive-tech/cli","version":"1.0.5","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.5","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"five":"dist/index.js","five-cli":"dist/index.js"},"dist":{"shasum":"678f113dcdb745e6befadf8732f108b484b806fd","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.5.tgz","fileCount":139,"integrity":"sha512-+rHKf0Dnx9QnmMsYe3YL7JnRQkuxY9OkNzLrjFA7BDHY2NSXvH9eI2q+kmi0xY5pS+Yv8aBqFnES9YcgMBzCeQ==","signatures":[{"sig":"MEUCICBvAZykxRtqz0U5heLzbBYYijXXwUMl9Ne2zniOBbL4AiEA407nboSHZw9UTYKHAkqdMBlOxAe3C6uM+myzPKXHvSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3085239},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b281d8875914a56d4f99904bf991a9565cc4bcba","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","postinstall":"npm run verify:wasm || npm run sync:wasm","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.2","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.5_1771009096715_0.982856959197751","host":"s3://npm-registry-packages-npm-production"}},"1.0.6":{"name":"@5ive-tech/cli","version":"1.0.6","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.6","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"five":"dist/index.js","five-cli":"dist/index.js"},"dist":{"shasum":"68a16d92e823ade2b1d89b24282f4c66f7b2e9eb","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.6.tgz","fileCount":139,"integrity":"sha512-kRf1WCtciE8dMm7ZmWfrcocdKT57dGO9Pnuz2Y5S+OF5PMEQwbaV7/UGg8Ev/e32epxc1pyyyNqeNqjiHgj9Fg==","signatures":[{"sig":"MEUCIQDSQtSbbXZe7wb0fBuhVBp3IASo4g4OIcLijfC1S5kTPwIgbHnCGOA7GuttaLAHEofjH3F6/Iwc4u2Psezqx6EHIrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3084964},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b281d8875914a56d4f99904bf991a9565cc4bcba","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","postinstall":"npm run verify:wasm || npm run sync:wasm","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.3","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.6_1771009595114_0.027845480134345735","host":"s3://npm-registry-packages-npm-production"}},"1.0.7":{"name":"@5ive-tech/cli","version":"1.0.7","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.7","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"cee2b44322f4cc7dfc6a65a1200f66192d5b9d80","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.7.tgz","fileCount":139,"integrity":"sha512-4odHTf97OrVriXhnTQM1KQ0ck8wNqmHXvok6jbw70sZz1WcHuoKT8p8VujlKWiCZqsm16MJ3mDgW92YeMp4GlQ==","signatures":[{"sig":"MEUCIAlFmeJRlo+qP6rmYwqFM8+3F5mUxIn51HqCyHw6O4icAiEAxFlJcZBfid28vSfJ3llWN6JCRj4Cv8oX6zq0ZbHtcMw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3084538},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b281d8875914a56d4f99904bf991a9565cc4bcba","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","postinstall":"npm run verify:wasm || npm run sync:wasm","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.4","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.7_1771010012448_0.31154411067693344","host":"s3://npm-registry-packages-npm-production"}},"1.0.8":{"name":"@5ive-tech/cli","version":"1.0.8","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.8","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"cef14dbe0d2055d8301bfac57fb65f8f442c8a7a","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.8.tgz","fileCount":139,"integrity":"sha512-MuHvU81YfDxdEo9EvNmcOnlJVy2mhTsbFq8Bbuz0SRXftwhVdEFgyxzu1znNdtgNPCsIVlqQzFdK6jdI8A67nQ==","signatures":[{"sig":"MEYCIQC0cAHhoty3BtqURQysGTcQkw4TF5B4YW2vMIA/BALz+gIhAPa5I0T6itTDM4O3koEH0/JWyM+QLuizeP0EOqAqIzfK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3084475},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b9c169cc2a725d71530b5eb03e5b7da7064acebf","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.4","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.8_1771010293784_0.11923831036974053","host":"s3://npm-registry-packages-npm-production"}},"1.0.10":{"name":"@5ive-tech/cli","version":"1.0.10","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.10","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"1729ba002305ce53bf3ea688816e5d6f4d094bca","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.10.tgz","fileCount":139,"integrity":"sha512-N5ZmTw0uf8ZpP05sNriNa4lS/awUrwwSib/0U3N0v8vNV/82xaT4C2QyCEp3k2mrKe3YqTC0IPKIRvSgufsRfQ==","signatures":[{"sig":"MEQCIHhJ7obJLyYLUBNyhnbLPzDkTPmAuH0rX3dbAchebZPxAiAxnKxT9PSsMKAFeoNQQ3A0k7rkIBL+/kTDqMUzjFYcsA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3084946},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b9c169cc2a725d71530b5eb03e5b7da7064acebf","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.4","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.10_1771010557748_0.7721589831297198","host":"s3://npm-registry-packages-npm-production"}},"1.0.11":{"name":"@5ive-tech/cli","version":"1.0.11","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.11","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"d72cfed559060a6b535c0c81dc20508d6917c862","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.11.tgz","fileCount":139,"integrity":"sha512-1i0ptRGb4SmH4XE01nSxYnE51lWTsq2YjdJwtQW1Ky1fRuVg0l8DJ8sfpCgBo50ngHp9v6rfRWnLwcYo525xDw==","signatures":[{"sig":"MEYCIQCbSJhniJ0PNyUMXDQooXHxYlpHXi22xGokA4kyr7khlAIhANe3+Zutj36/89TWSvnozQ7F7/UuPB6ENVbCECU7R7T7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3082837},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b9c169cc2a725d71530b5eb03e5b7da7064acebf","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.4","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.11_1771011181035_0.39527658976791913","host":"s3://npm-registry-packages-npm-production"}},"1.0.12":{"name":"@5ive-tech/cli","version":"1.0.12","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.12","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"352a0b542225fc08718a7c0fac4e5b9e5aef092b","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.12.tgz","fileCount":140,"integrity":"sha512-BGXRbeLkFbvUnizI1FhBBifX1ztuH7bw29OXPLtreztk9ONnm2eXD/HqSYWn+JSwnbP6/RA80hZiorL8ek0DoQ==","signatures":[{"sig":"MEUCIAUFLdgveirRJkWTr4fedt3Gkv1T+PHYG0I7OVIDKtOvAiEAvyqio+tcfcXtDEtZrNIxn6IWnfFegwIv18dCDiXIR8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3097993},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"c7882c0d27a17056807492e250b6af7b0640442a","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.4","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.12_1771017813986_0.45098076212402316","host":"s3://npm-registry-packages-npm-production"}},"1.0.14":{"name":"@5ive-tech/cli","version":"1.0.14","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.14","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"9bd7db992e4a25b135379b8e1bc017c5db8f72ff","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.14.tgz","fileCount":140,"integrity":"sha512-DcuYHrrlC+n067F+6KOHAMNAUwOeVnZuZSL2XbczLcc/3pRgNnKm7LeVeEh0oNaDLeTL2lSAiGfEqOdO1jqD6w==","signatures":[{"sig":"MEUCIE43PizTK/4vaPoTucP7IYQ3lur9w0BNvhYrkic12K2WAiEAseRc0p7xptTHUpfLo+jbzaegsRddCX4r5O+pfSvy7X0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3100048},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"f4e0b2df511ce48d36c836fa10b8523a185f7da1","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.4","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.14_1771019572758_0.8195421688539404","host":"s3://npm-registry-packages-npm-production"}},"1.0.15":{"name":"@5ive-tech/cli","version":"1.0.15","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.15","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"52bd629a207fb9e867f3fa60c0e710b26ad54b38","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.15.tgz","fileCount":140,"integrity":"sha512-EOl5g0DI1PCitS/fYNfF7L+zzZfwBbdPsucvfwgwY52MXOIMJQz92cBsiCNAFHsQ/kNxpIcXyEhtzDx7lOVBHQ==","signatures":[{"sig":"MEYCIQCcC8u4OgEACJuWdUSAFI/gVuifkF3mWQVPV+cJyNX0FgIhAPc7WLks4vtNQNsjlRxUxMxkTjZTlZSbJicHjJYcikSO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3100157},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"4b9f34fd27bfaf0bcce6413627fa001f4b6629bb","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.5","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.15_1771022092950_0.6204370076210233","host":"s3://npm-registry-packages-npm-production"}},"1.0.16":{"name":"@5ive-tech/cli","version":"1.0.16","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.16","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"b1d4f2dcafe7c9afaed2be6d37b359f4012acdf6","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.16.tgz","fileCount":140,"integrity":"sha512-ttjIIRoRxazpYgv9YAAj9tmvGEBbxgeHyANvXGL34eoXfBHQblmYASqHUWvzX1+9e7XzUf6V61XvIxc2BxlAnA==","signatures":[{"sig":"MEUCIFlhqFfINke9pyY9s0S1RUzJMUHU+qhJUeSR/EXZwygnAiEA67FWaqWEzPMxt8sb92dyFpCFi6rcxxXcW20hVdqNW5g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3113379},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"d717241082f6d659efd2f8f2bcb732f348eb8ef3","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.5","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.16_1771024060669_0.5857340119063661","host":"s3://npm-registry-packages-npm-production"}},"1.0.17":{"name":"@5ive-tech/cli","version":"1.0.17","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.17","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"54bc22539fce802dd9b2e98ebd6d839c18366214","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.17.tgz","fileCount":140,"integrity":"sha512-SNSwkJHIeaqLwpF76QTm899HpckgFZt0qLu66kHp2BnT2Y3FQvDUgJSQt2lmJd76v3zS4Yhd2GRwnK4U/Z+Rdw==","signatures":[{"sig":"MEQCIEcc9oNLA6aui4TBFA1mtQeJY2sSTSkKsvufII4BtRfGAiAkrEwjLSKtCWDns1yRerEj6W7nuOFUNiQw5lLkKo5Fyg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3121184},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"d717241082f6d659efd2f8f2bcb732f348eb8ef3","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.5","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.17_1771028356625_0.3001460509909901","host":"s3://npm-registry-packages-npm-production"}},"1.0.18":{"name":"@5ive-tech/cli","version":"1.0.18","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.18","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"403a6846ba5d9228275b071f606767d74ab4a92a","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.18.tgz","fileCount":140,"integrity":"sha512-CJpQhDVOnbjb1A4N8oUJ2TL/z8fTcZzV6l1olkeDJZQ3sQqqm44Wo80bsrJ5P5IB0fcP5l+AQlWYYgH4wT4y4g==","signatures":[{"sig":"MEUCIFZ3oHIBS35retV6K51XJlPbvPC8Df2Gji3blDLDadm2AiEAzab0YsOx/L8OyGiG0Q2MiLWf+JDirjlnBdQfcaOizrc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3121184},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"d717241082f6d659efd2f8f2bcb732f348eb8ef3","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.5","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.18_1771028954940_0.012714970662369707","host":"s3://npm-registry-packages-npm-production"}},"1.0.19":{"name":"@5ive-tech/cli","version":"1.0.19","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.19","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"e1b3de80d5e4d2a917338cda2d2827a569cffec7","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.19.tgz","fileCount":140,"integrity":"sha512-G4egtiA9zGvyKm0Sl68vXk3Pg1bQ3zB18ZD2LuyFqIU1HLjH5gw5qZyD0rMyn62/wCX4dX1+TgUZFauKFOBldw==","signatures":[{"sig":"MEUCIHXZXlMQG4KpeU+pQAqj9pYVap4YNIo5gDITh/YjpFBjAiEA7Gb5wZn1ARNHT+KsWPnHBEgMHXkSmjcrhSVIzGkhAo0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3095136},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"2dadd19f9aa0d8d407d250506bacc963f03ebd96","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.7","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.19_1771033034466_0.521802260480241","host":"s3://npm-registry-packages-npm-production"}},"1.0.20":{"name":"@5ive-tech/cli","version":"1.0.20","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.20","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"874141255f0bf1a53596957c017a92299728bee4","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.20.tgz","fileCount":140,"integrity":"sha512-kQ2qf3nHEzFiAoM5ohoa49ozbXNDRsACtnkPDjm5OefVB4WZMNsfV7NIts2TCmsMTMXNS9Trije58JH1o5JKFg==","signatures":[{"sig":"MEUCIQCZJIT9Q/xq1MsZhTWyQMBy/EGlcBCM2RT1oVCunT5S5QIgBMmEmXKChunQuR5VmsLYWN83ZZH1idz8R3CHa3fMfFI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3121587},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"2dadd19f9aa0d8d407d250506bacc963f03ebd96","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.7","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.20_1771034638913_0.3076934345941904","host":"s3://npm-registry-packages-npm-production"}},"1.0.21":{"name":"@5ive-tech/cli","version":"1.0.21","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.21","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"a7987db9e227eb78a2d2ec5215ba40843104464e","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.21.tgz","fileCount":140,"integrity":"sha512-fmkorOplhj5bgSfBMC8HQB+cwcbHe6g/wv1KDtngueh+BBm8dUrH0FyUHanUpNoA39ysUvyrtnDqGVuK8QtdbQ==","signatures":[{"sig":"MEUCICjpOnplCjgUXCtP8oEgm0jBTB5VGx+ZWqsukpTcXfE9AiEAukgk19WEiUIrbAoVXf6CJRyDEItTF6aNnA4aOy+iDSA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3121470},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"1d8be98586d2176962f1d82a1c43ecb92fa82dd9","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.7","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.21_1771037746760_0.8271640332994148","host":"s3://npm-registry-packages-npm-production"}},"1.0.22":{"name":"@5ive-tech/cli","version":"1.0.22","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.22","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"eb6d2d11e32c82d1981caa30e12bf9b8cbd46b22","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.22.tgz","fileCount":140,"integrity":"sha512-Iv0y7/YJXeyARE81Gfdx193YBBSrZg/ZyLi01xFYeRj0Pt5iTHWVXwVyANp0vliu7J+CA6FhnrC77+q3YYI6dQ==","signatures":[{"sig":"MEYCIQDFr1cCznNtnY7nB/W7jMyRy19VEUoYE3AOdwlbWoM8zgIhALcxewk4lnoX/ON6o10n/XSFnM+m2vbew0SlOct5jqXv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3120893},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"2bc9b26dd3b6c4539c4497d9e05c2d5997e45ca1","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.7","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.22_1771045810467_0.4337089957278413","host":"s3://npm-registry-packages-npm-production"}},"1.0.24":{"name":"@5ive-tech/cli","version":"1.0.24","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.24","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"6bddba07f85dbf64135784874b8b36b7a1b04201","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.24.tgz","fileCount":140,"integrity":"sha512-Kz1//DxPGycICLWNw4iMvgsm8E12kjQZx8T8NqQXOC47VG0JA7jFphGcWzR+glLH0vXMm7AM/KucLAX2agd28A==","signatures":[{"sig":"MEUCIQDYMXKOFNIab+lpYB+JObchQZCnil4GGLtl1MJNTIHIUgIgY7GmyD2l4rIP9g4ogK0G5xeDIeGaPgKQpbXeq7KKn/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3170908},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"8785f3201e94ea35fb05753decf937050a797f29","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.8","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.24_1771057805463_0.7219632898416757","host":"s3://npm-registry-packages-npm-production"}},"1.0.25":{"name":"@5ive-tech/cli","version":"1.0.25","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.25","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"e441eeb405763535cd5a2c3aa4eca83292fb3def","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.25.tgz","fileCount":142,"integrity":"sha512-Q1S5+y1ndgRsoLcl8d64JTQBVRnDtYuR+Bh7SN4RluAUMX6smTrYkv6lQ/+mbqfOKGkF2nlBbhrWKifEEnk96Q==","signatures":[{"sig":"MEQCICtM4PMGH3hgJNuYbF+pmLMZUxIgFke60byamGFhbrI8AiALgv4NWEEayGIvoNi6bbVpQoygU0hknCTaGcHX5JXIJA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3143800},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"72f61fed18dd28215d3a75f8044d19dec9aca2a5","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.6.1","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.10.0","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.9","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.25_1771094815833_0.7142614334178858","host":"s3://npm-registry-packages-npm-production"}},"1.0.26":{"name":"@5ive-tech/cli","version":"1.0.26","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.26","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"e0a942f8064fd8cba220812ba143c6757a8d0821","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.26.tgz","fileCount":142,"integrity":"sha512-iVXGN01YpvXfbukvMY42ENb8kKDZwWKgewTAE2FUiggSg/sNcR5zwHjCWsCGRj6gJHlMaoSqrdW1ii8/LBiwcQ==","signatures":[{"sig":"MEYCIQDASdrpsbRrzQNUXxcHPM5Y4ctJC1siF3kWX/NeOwChzgIhAJQgOy8fqawrjRi/IbwrnQtH4ubQEwxbbYi/XDzHjzE+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3146170},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"93b23b70ab2947f7081b0d670009f0d59f5485d1","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run build:js","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.6.1","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.10.0","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.10","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.26_1771098960841_0.2831550568674137","host":"s3://npm-registry-packages-npm-production"}},"1.0.27":{"name":"@5ive-tech/cli","version":"1.0.27","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.27","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"2df473db548bc1f7a4dd70b5f47e1627d1d0d3d8","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.27.tgz","fileCount":154,"integrity":"sha512-0KPqSXdOfUJvak0mgmDgUxJQ3AQ/1DJFq58s+gMaJOAO9lhmmlDKobhsgHOjU1uZAdcsW6WpuFvjqGVnP04J6Q==","signatures":[{"sig":"MEUCIEaqg5+ui/bsf91NS0uptBf7y7xNBGj5UmE1lu3ZipXhAiEAjpPdl89z+8//n2kJ4NwpHp7OdEY8Uf6tdBQqs6EVwjg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5616296},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"359a2e0c97deb2b6f13b9726eaffa17188a7374c","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.10","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.27_1771776643099_0.8287815498547004","host":"s3://npm-registry-packages-npm-production"}},"1.0.28":{"name":"@5ive-tech/cli","version":"1.0.28","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.28","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"79a82a605d61f1fe0cc48ea79837c066c5e73451","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.28.tgz","fileCount":154,"integrity":"sha512-5VyvFouPRrqydUNXH2admmOw0iwq+xCvT5nXbTyMEq70lNyzPUhgysDps/Hna4sNs6LqNxJ+JBODY/Qa74/a1Q==","signatures":[{"sig":"MEQCIF3vXselemVRSKa9tNvz48eWXovy+3LD6CARCAx/Ex70AiB6IM84y8UDVESIhoN4qoiNA1eA3cjEqgU3DzBc9yHqHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5617903},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"050534f073a690cda3090a70124f76bfdbd7cfbc","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.10","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.28_1771783366437_0.6954191008112209","host":"s3://npm-registry-packages-npm-production"}},"1.0.29":{"name":"@5ive-tech/cli","version":"1.0.29","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.29","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"765793fde41574ab1a656242f5cdf2b12743c5f6","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.29.tgz","fileCount":154,"integrity":"sha512-6FJec2I4pd6SX/D+eoCXDoYEnQhdPwboqs/+S4218qbjw5cY5wPxFNmUrUvn9h90YQt63XKM5FKGNEEGqxaSdw==","signatures":[{"sig":"MEUCIC9OCVwod20X1lulZudNomC/q7iY7RDyRcGytTPkMD/tAiEAkH4Cboy6cwNTPJkJvWNLtCgh3ivx/G4WksAlsL/6ONc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5631349},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"2ad0241dcb4dd1003a4a9f793a4fef1615d3276d","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.12","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.29_1771868883099_0.40906363236924426","host":"s3://npm-registry-packages-npm-production"}},"1.0.30":{"name":"@5ive-tech/cli","version":"1.0.30","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.30","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"dc06705d6d930418c99bb079a64afcb1fd0cb20f","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.30.tgz","fileCount":154,"integrity":"sha512-fKubJQKxc0RV8f7LkyOl2mufAQj+PgW//ev2EPwq2EB6kJiIjT3tV5aU+oce23oI+3R6xUdQufqy07lhA772Gg==","signatures":[{"sig":"MEUCIDekACbEKxsb0peDI0Yz7fgqQP+Md32yhEwD4/wQn32WAiEAhSgkdprg5f/EWqAnwUY1pJG+MVvf2RjtTnAG55/W0go=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5731584},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"d5561938536c08e55496d379f8d22f5c04dbc9e3","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.13","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.30_1772493220461_0.6965095798487984","host":"s3://npm-registry-packages-npm-production"}},"1.0.31":{"name":"@5ive-tech/cli","version":"1.0.31","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.31","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"97541a016dbab3b09f55db0021323b4305784984","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.31.tgz","fileCount":169,"integrity":"sha512-E6yEZXdyunfq6/oN6rqglZ+0pPyxj/At6IORwCukX68HqyeRTICxrtsNouaaQGlNZkesFlEx6eS/jRH/2HFlBg==","signatures":[{"sig":"MEUCIQCKDeeZWOmXK1inwKGyU/SPDSfGbnjy/+9rIqeS0Ml2ewIgTjBNRUnPIyNYdKxkre/wFgpUTdW7DsdQ90L7Wbj1M/g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622851},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"a18eaf8496f92022dda7af5725643df63db73bd0","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.14","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.31_1772834383294_0.11004365807127736","host":"s3://npm-registry-packages-npm-production"}},"1.0.32":{"name":"@5ive-tech/cli","version":"1.0.32","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.32","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"31d08e1d660ccdeec5deb1879af3f98516144c3a","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.32.tgz","fileCount":169,"integrity":"sha512-lDy50MuvrGqGyASSYglPN/EmFB4AaXl/CQA+zxX6WMAZ05Cbc6QO2GG+BX32HG+UUMTZv2GQasyUybP4e9UHjw==","signatures":[{"sig":"MEUCIDtJ+qW0W7Z5bH+VoK8zQ8I9OBv3P5eYs410TVVlUMmpAiEA/PUFROAiWWOo198cZvmfg73ii1nwc1kFDxwyDaX01fM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3624408},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"84461dd6d9b39b8e131d8fb4c9c1ebebc395eff1","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.15","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.32_1772902446641_0.9590325693104209","host":"s3://npm-registry-packages-npm-production"}},"1.0.33":{"name":"@5ive-tech/cli","version":"1.0.33","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.33","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"e9c79d09a604e103456ccaf12537ce99daab052b","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.33.tgz","fileCount":174,"integrity":"sha512-82fhxNnHDWX+xxYCNfeflySY70Q7vqcWPfmt7Sa5S0We7KuiJ1umbxjNl6LZVYgTQDV7F07PWyMa9ZFNtCRDsw==","signatures":[{"sig":"MEQCIBOGfynuBk1a74YN/ejp0k2CWt9qAVCC6EzmepX9+/O+AiBWESV0rE7aFO4mL8ducjR/GeM9Fmy0iqJYhlnqUAPYbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3717264},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"f620eae3f6b856f0d5a7471054c0d9dfb9b9ea3c","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.17","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.33_1773672292072_0.3272826031308702","host":"s3://npm-registry-packages-npm-production"}},"1.0.34":{"name":"@5ive-tech/cli","version":"1.0.34","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.34","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"06eb6d558dad27b60bb83b9c7708bb9b50fdf280","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.34.tgz","fileCount":174,"integrity":"sha512-7+8CWbQItd0N9TdjjoV49h/VKcVEwAWnW8Jvk7mKsfYmTyVuF9SZ7LFHOPV6o/0xGDrBs+DpwQMn/N4B4qC1Fg==","signatures":[{"sig":"MEUCIEe+zVKYB1zAoFwoH/fjvD/HWAqlp6XowCS02n3JIYNDAiEAh+xMoXS4O2v458wyrLu+eeY7NQz0Wb6+3aYfwnDzXYA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3724791},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"435048e89acc99ec2f74a88004acfca5ce10bfac","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.18","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.34_1773690451400_0.9227222320326953","host":"s3://npm-registry-packages-npm-production"}},"1.0.35":{"name":"@5ive-tech/cli","version":"1.0.35","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.35","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"d82e3b67b29ea05aa01a85523d608bee92aeae2c","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.35.tgz","fileCount":174,"integrity":"sha512-qXW/G1JZiGxdbcSEOB3RvodierSJp07hCqdVjAxIo1/kiMTwPye3bxe4DGzGuzFEurkeKvHtPsil8vo6isXF0A==","signatures":[{"sig":"MEQCIBktwJbf8mYkutAJh282pc55KNuBnSuIqIA578YWTewlAiBwE49IC7JN6dJL3KgSDdrw6s1FhV95yqfLGueNeIwlPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3724791},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"435048e89acc99ec2f74a88004acfca5ce10bfac","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.19","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.35_1773692392733_0.612944615268761","host":"s3://npm-registry-packages-npm-production"}},"1.0.36":{"name":"@5ive-tech/cli","version":"1.0.36","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.36","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"8b4193bf44d71126987c3b9f27545146058b8e13","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.36.tgz","fileCount":174,"integrity":"sha512-t+SXmHjXP2bopEz4a7/sLEyyyBh914t2zRqU01pYT8MAx2GaAeIbVGdgiWuCUuBKEu9hMyZkmQn63qh0puy/UA==","signatures":[{"sig":"MEYCIQCGW2Q3SDF1ry/CPTw2OEqVlTbijGmInT0bOrR9OSoAogIhALQ1DlwrMIe5Zsf4CcBGYbuJcS2y9vKqVgs4HkSYirXL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3734010},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"3eb722ab8a56719ff7d477670140eb46f553eeec","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.8.0","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.13.1","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.20","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.36_1773794538019_0.857506842566748","host":"s3://npm-registry-packages-npm-production"}},"1.0.37":{"name":"@5ive-tech/cli","version":"1.0.37","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.37","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"5305433f6957efd9a88bc538ee8eb6ed0960b784","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.37.tgz","fileCount":174,"integrity":"sha512-20ZnL1jOwjnajpY1CaA6i/XsAWmWP/TTWPdqmNwlhnAO6JYE7AdjV5aauiXpaaI/A16aPEVKOBfis+848DRt4A==","signatures":[{"sig":"MEYCIQCo0BdmUbyb0VinVZT/o/bGQSVdeF95iVkXWorQX1gIoAIhANGFGlSKmYX94apvMy5xKFGF864q4nsN3VRnjohXXd7D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3723152},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"879ca995be37cf943ae7be5ef466b4ffdf1d0c7b","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.10.1","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.10.0","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.23","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.37_1773996849241_0.3805319300816328","host":"s3://npm-registry-packages-npm-production"}},"1.0.38":{"name":"@5ive-tech/cli","version":"1.0.38","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","_id":"@5ive-tech/cli@1.0.38","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"homepage":"https://github.com/five-vm/five-cli#readme","bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"bin":{"5ive":"dist/index.js","five":"dist/index.js"},"dist":{"shasum":"e57cc5a67e3d7ad00671d149fb686a4195bfebde","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.38.tgz","fileCount":285,"integrity":"sha512-lxZocT3i1yPRZ1AOsOLAJCAW5qbVHhq1bEsl2b4lHe4K+NVC5BrKbqIhlb3nZFHE78AnuO6MqUy5Hl4hE9Wd7A==","signatures":[{"sig":"MEQCIHT2DYwJnzvJ5dZRpRd6TvmUUHftx+h2K9V6/5KHKznsAiB3wWDtqIaSxVFkpKRgmI2AktNyL59FFT6h3Hzm/6s2ZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3939108},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"b4d6fa3ce33603b7257c76870e3562fcfdcbe0a6","scripts":{"dev":"npm run build:js:dev","lint":"eslint src/**/*.ts","test":"jest","build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","format":"prettier --write src/**/*.ts","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","test:sdk":"five test --sdk-runner","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","build:wasm":"npm run sync:wasm","test:watch":"jest --watch","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","test:scripts":"./test-runner.sh","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:vm-wasm":"npm run sync:wasm","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","test:coverage":"jest --coverage","prepublishOnly":"npm run build:release","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","test:sdk:watch":"five test --sdk-runner --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test:sdk:verbose":"five test --sdk-runner --verbose","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","test:scripts:errors":"./test-runner.sh --errors-only","test:scripts:verbose":"./test-runner.sh --verbose","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh"},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"repository":{"url":"git+https://github.com/five-vm/five-cli.git","type":"git"},"_npmVersion":"11.10.1","description":"High-performance CLI for Five VM development with WebAssembly integration","directories":{},"_nodeVersion":"24.10.0","dependencies":{"ws":"^8.16.0","ora":"^8.0.1","bs58":"^5.0.0","glob":"^13.0.0","chalk":"^5.3.0","semver":"^7.6.0","fs-extra":"^11.2.0","inquirer":"^9.2.15","minipass":"^7.1.2","commander":"^12.0.0","@iarna/toml":"^2.2.5","@5ive-tech/sdk":"^1.1.24","@solana/web3.js":"^1.90.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","eslint":"^8.56.0","ts-jest":"^29.1.2","chokidar":"^4.0.3","prettier":"^3.2.5","@types/ws":"^8.5.10","@types/ora":"^3.1.0","typescript":"^5.9.2","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/fs-extra":"^11.0.4","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/cli_1.0.38_1775486958813_0.3037340184900599","host":"s3://npm-registry-packages-npm-production"}},"1.0.39":{"name":"@5ive-tech/cli","version":"1.0.39","description":"High-performance CLI for Five VM development with WebAssembly integration","type":"module","main":"dist/index.js","bin":{"5ive":"dist/index.js","five":"dist/index.js"},"engines":{"node":">=18.0.0"},"scripts":{"build":"npm run sync:wasm && npm run sync:local-sdk && npm run build:js","build:release":"npm run sync:wasm:rebuild && npm run sync:local-sdk && npm run build:js && npm run verify:stdlib:packaging","build:wasm":"npm run sync:wasm","build:vm-wasm":"npm run sync:wasm","sync:wasm":"bash ../scripts/sync-wasm-assets.sh","sync:wasm:rebuild":"bash ../scripts/sync-wasm-assets.sh --rebuild","sync:local-sdk":"bash ../scripts/sync-local-sdk.sh","verify:wasm":"bash ../scripts/verify-wasm-sync.sh","verify:stdlib:packaging":"bash ../scripts/verify-stdlib-packaging.sh","build:js":"node ./node_modules/typescript/bin/tsc && chmod +x dist/index.js && npm run copy:wasm-assets","build:js:dev":"node ./node_modules/typescript/bin/tsc --watch","copy:wasm-assets":"mkdir -p dist/assets/vm && COPYFILE_DISABLE=1 cp -r src/assets/vm/* dist/assets/vm/ && COPYFILE_DISABLE=1 cp src/assets/vm/five_vm_wasm.d.ts src/types/wasm.d.ts 2>/dev/null || true","test":"jest","test:watch":"jest --watch","test:coverage":"jest --coverage","test:scripts":"./test-runner.sh","test:scripts:verbose":"./test-runner.sh --verbose","test:scripts:errors":"./test-runner.sh --errors-only","test:sdk":"five test --sdk-runner","test:sdk:verbose":"five test --sdk-runner --verbose","test:sdk:watch":"five test --sdk-runner --watch","dev:use-local-sdk":"npm --prefix ../five-sdk run build && npm install --no-save ../five-sdk","dev:print-sdk":"node -e \"const fs=require('fs');const path=require('path');const pkgPath=path.resolve(process.cwd(),'node_modules','@5ive-tech','sdk','package.json');const pkg=JSON.parse(fs.readFileSync(pkgPath,'utf8'));console.log(pkg.name+'@'+pkg.version);console.log(pkgPath);\"","lint":"eslint src/**/*.ts","format":"prettier --write src/**/*.ts","dev":"npm run build:js:dev","prepublishOnly":"npm run build:release"},"keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"author":{"name":"Five VM Team"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/five-vm/five-cli.git"},"bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"homepage":"https://github.com/five-vm/five-cli#readme","publishConfig":{"access":"public"},"dependencies":{"@5ive-tech/sdk":"^1.1.24","@iarna/toml":"^2.2.5","@solana/web3.js":"^1.90.0","bs58":"^5.0.0","chalk":"^5.3.0","commander":"^12.0.0","fs-extra":"^11.2.0","glob":"^13.0.0","inquirer":"^9.2.15","minipass":"^7.1.2","ora":"^8.0.1","semver":"^7.6.0","ws":"^8.16.0"},"devDependencies":{"@types/fs-extra":"^11.0.4","@types/glob":"^8.1.0","@types/jest":"^29.5.12","@types/node":"^20.11.16","@types/ora":"^3.1.0","@types/ws":"^8.5.10","@typescript-eslint/eslint-plugin":"^6.21.0","@typescript-eslint/parser":"^6.21.0","chokidar":"^4.0.3","eslint":"^8.56.0","jest":"^29.7.0","prettier":"^3.2.5","ts-jest":"^29.1.2","typescript":"^5.9.2"},"gitHead":"b4d6fa3ce33603b7257c76870e3562fcfdcbe0a6","types":"./dist/index.d.ts","_id":"@5ive-tech/cli@1.0.39","_nodeVersion":"24.10.0","_npmVersion":"11.10.1","dist":{"integrity":"sha512-FoUww+p5Zl+RZJOnk5Drw/u3oxuY12+v2xozss/HvtRsAPTx5pwCGm8VKG5zz4F3oQX6Yg+rxmR5epE3uIcckg==","shasum":"67172917822a799f377d111baf51ed0c8868fabc","tarball":"https://registry.npmjs.org/@5ive-tech/cli/-/cli-1.0.39.tgz","fileCount":285,"unpackedSize":3938937,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC7auKHdDLyqGOxrhXTPRHbllIKLmV7ddlD5w53jqHDQwIgReHnt0p/3C3PQ/HfcHD45ONJmMpA1cVWrNAaTf2fHBg="}]},"_npmUser":{"name":"ivmidable","email":"ivmidable@gmail.com"},"directories":{},"maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/cli_1.0.39_1775488125429_0.09127790091014254"},"_hasShrinkwrap":false}},"time":{"created":"2026-02-13T18:55:46.987Z","modified":"2026-04-06T15:08:45.835Z","1.0.4":"2026-02-13T18:55:47.319Z","1.0.5":"2026-02-13T18:58:17.049Z","1.0.6":"2026-02-13T19:06:35.350Z","1.0.7":"2026-02-13T19:13:32.674Z","1.0.8":"2026-02-13T19:18:14.031Z","1.0.10":"2026-02-13T19:22:38.043Z","1.0.11":"2026-02-13T19:33:01.239Z","1.0.12":"2026-02-13T21:23:34.198Z","1.0.14":"2026-02-13T21:52:52.967Z","1.0.15":"2026-02-13T22:34:53.294Z","1.0.16":"2026-02-13T23:07:40.949Z","1.0.17":"2026-02-14T00:19:16.863Z","1.0.18":"2026-02-14T00:29:15.181Z","1.0.19":"2026-02-14T01:37:14.683Z","1.0.20":"2026-02-14T02:03:59.140Z","1.0.21":"2026-02-14T02:55:46.988Z","1.0.22":"2026-02-14T05:10:10.671Z","1.0.24":"2026-02-14T08:30:05.692Z","1.0.25":"2026-02-14T18:46:56.063Z","1.0.26":"2026-02-14T19:56:01.035Z","1.0.27":"2026-02-22T16:10:43.352Z","1.0.28":"2026-02-22T18:02:46.644Z","1.0.29":"2026-02-23T17:48:03.374Z","1.0.30":"2026-03-02T23:13:40.715Z","1.0.31":"2026-03-06T21:59:43.566Z","1.0.32":"2026-03-07T16:54:06.862Z","1.0.33":"2026-03-16T14:44:52.385Z","1.0.34":"2026-03-16T19:47:31.607Z","1.0.35":"2026-03-16T20:19:52.949Z","1.0.36":"2026-03-18T00:42:18.232Z","1.0.37":"2026-03-20T08:54:09.481Z","1.0.38":"2026-04-06T14:49:19.039Z","1.0.39":"2026-04-06T15:08:45.685Z"},"bugs":{"url":"https://github.com/five-vm/five-cli/issues"},"author":{"name":"Five VM Team"},"license":"MIT","homepage":"https://github.com/five-vm/five-cli#readme","keywords":["five","vm","blockchain","solana","compiler","cli","webassembly","wasm","bytecode"],"repository":{"type":"git","url":"git+https://github.com/five-vm/five-cli.git"},"description":"High-performance CLI for Five VM development with WebAssembly integration","maintainers":[{"name":"ivmidable","email":"ivmidable@gmail.com"}],"readme":"# 5IVE CLI\n\nCLI for building, testing, deploying, and executing 5ive DSL programs.\n\n## Mainnet Program ID\n\n**Program**: `55555SyrYLzydvDMBhAL8uo6h4WETHTm81z8btf6nAVJ`\n\nCanonical program ID for the current release train. Use this program ID for production applications once mainnet rollout completes.\n\n## Install\n\n```bash\nnpm install -g @5ive-tech/cli\n5ive --version\n```\n\nOr run without global install:\n\n```bash\nnpx @5ive-tech/cli --help\n```\n\n## Upgrade\n\n```bash\n# global install\nnpm install -g @5ive-tech/cli@latest\n5ive --version\n\n# no global install\nnpx @5ive-tech/cli@latest --version\n```\n\nMonorepo/local source validation:\n\n```bash\ncd five-cli\nnpm run build:js\nnode ./dist/index.js --version\n```\n\nRelease history is tracked in [`CHANGELOG.md`](./CHANGELOG.md).\n\n## Quick Start\n\n### 1) Initialize a project\n\n```bash\n5ive init my-program\ncd my-program\n```\n\n`5ive init` generates an `AGENTS.md` playbook in every new project so agents can immediately compile, test, deploy, and execute 5ive DSL programs with the same workflow as developers.\n\n### 2) Compile to a `.five` artifact (recommended)\n\n```bash\n5ive build\n```\n\nThe `.five` artifact contains bytecode and ABI and is the best default for deployment and SDK integration.\n\n### 3) Run locally\n\n```bash\n5ive execute build/main.five --local -f 0\n```\n\n### 4) Configure on-chain target\n\n```bash\n5ive config init\n5ive config set --target devnet\n5ive config set --keypair ~/.config/solana/id.json\n5ive config set --program-id 55555SyrYLzydvDMBhAL8uo6h4WETHTm81z8btf6nAVJ --target devnet\n```\n\n### 5) Deploy and execute on-chain\n\n```bash\n5ive deploy build/main.five --target devnet\n5ive execute build/main.five --target devnet -f 0\n```\n\nIf you already have a deployed script account:\n\n```bash\n5ive execute --script-account <SCRIPT_ACCOUNT_PUBKEY> --target devnet -f 0\n```\n\n## Program ID Resolution\n\nFor on-chain commands (`deploy`, `execute`, `namespace`), program ID precedence is:\n\n1. `--program-id` flag\n2. `five.toml` `[deploy].program_id`\n3. `5ive config` stored value for current target\n4. `FIVE_PROGRAM_ID` environment variable\n\nIf none are set, on-chain commands fail fast with a program ID setup error.\n\n## Standard Workflows\n\n### Project build flow\n\n```bash\n5ive build\n5ive deploy build/main.five --project .\n5ive execute build/main.five --project . -f 0\n```\n\n`5ive build` / `--project` use `five.toml` and the generated manifest to resolve artifacts.\n\n### Run tests\n\n```bash\n5ive test --sdk-runner\n5ive test --filter \"test_*\" --verbose\n5ive test --on-chain --target local\n5ive test tests/ --on-chain --target devnet\n5ive test tests/ --on-chain --target mainnet --allow-mainnet-tests --max-cost-sol 0.5\n```\n\n### Namespace operations\n\n```bash\n5ive namespace register @your-domain\n5ive namespace bind @your-domain/program --script <SCRIPT_ACCOUNT_PUBKEY>\n5ive namespace resolve @your-domain/program\n```\n\n## Advanced Workflows (Optional)\n\n### Compile diagnostics and machine-readable metrics\n\n```bash\n5ive build \\\n  --analyze \\\n  --metrics-output build/compile-metrics.json \\\n  --metrics-format json \\\n  --error-format json\n```\n\n### Project-aware execution from `five.toml` context\n\n```bash\n5ive execute --project . -f 0\n5ive execute --project . -f 0 --params params.json --target devnet\n```\n\n### Deploy large artifacts with chunk/optimization controls\n\n```bash\n5ive deploy build/main.five --target devnet --optimized --progress\n5ive deploy build/main.five --target devnet --force-chunked --chunk-size 900\n5ive deploy build/main.five --target devnet --dry-run --format json\n```\n\n### Advanced test modes\n\n```bash\n5ive test --sdk-runner --format json\n5ive test test-scripts/ --on-chain --target devnet --batch --analyze-costs\n5ive test tests/ --on-chain --target mainnet --allow-mainnet-tests --max-cost-sol 0.5\n5ive test --watch --parallel 4\n```\n\n### Namespace manager and lockfile modes\n\n```bash\n# On-chain manager flow\n5ive namespace register @acme --manager <MANAGER_SCRIPT_ACCOUNT>\n5ive namespace bind @acme/payments --script <SCRIPT_ACCOUNT_PUBKEY> --manager <MANAGER_SCRIPT_ACCOUNT>\n5ive namespace set-price '$' 10000000000 --manager <MANAGER_SCRIPT_ACCOUNT>\n5ive namespace get-price '$' --manager <MANAGER_SCRIPT_ACCOUNT>\n\n# Local lockfile-only flow (no manager RPC)\n5ive namespace resolve @acme/payments --local\n```\n\nNamespace manager default symbol prices:\n- `@`: 1 SOL (`1_000_000_000` lamports)\n- `!`: 2 SOL (`2_000_000_000` lamports)\n- `#`: 1.5 SOL (`1_500_000_000` lamports)\n- `$`: 10 SOL (`10_000_000_000` lamports)\n- `%`: 1.25 SOL (`1_250_000_000` lamports)\n\nMigration note: existing deployed namespace manager instances keep their current stored values. To migrate `$` pricing, run:\n\n```bash\n5ive namespace set-price '$' 10000000000 --manager <MANAGER_SCRIPT_ACCOUNT>\n```\n\n### Config layering and explicit RPC overrides\n\n```bash\n5ive config set --rpc-url https://api.devnet.solana.com --target devnet\n5ive config set --show-config true\n5ive deploy build/main.five --target devnet --network https://your-rpc.example.com\n```\n\n## Artifact and SDK Interop\n\n`@5ive-tech/cli` and `@5ive-tech/sdk` work best with `.five` artifacts.\n\n## Import and Interface Syntax\n\nCurrent authored syntax prefers Rust-like imports and explicit interface paths:\n\n```five\nuse std::interfaces::spl_token;\nuse std::interfaces::spl_token::SPLToken;\n\npub mint_tokens(mint: account, destination: account, authority: account @signer, amount: u64) {\n  spl_token::SPLToken::mint_to(mint, destination, authority, amount);\n  SPLToken::transfer(mint, destination, authority, amount);\n}\n```\n\nPrefer `InterfaceName::method(...)` or `module::InterfaceName::method(...)` over the older implicit `module::method(...)` style.\n\n## Common Commands\n\n```bash\n5ive help <command>\n5ive help compile\n5ive help deploy\n5ive help execute\n5ive help config\n```\n\n## Troubleshooting\n\n### Global `5ive` is stale vs monorepo source\n\n```bash\n# Run local CLI dist directly from this repository\nnode ./dist/index.js --version\nnode ./dist/index.js init my-program\n```\n\n### `Program ID required` or `owner/program mismatch`\n\n```bash\n5ive config set --program-id 55555SyrYLzydvDMBhAL8uo6h4WETHTm81z8btf6nAVJ --target devnet\n# or\n5ive deploy build/main.five --program-id 55555SyrYLzydvDMBhAL8uo6h4WETHTm81z8btf6nAVJ --target devnet\n```\n\n### `Keypair file not found`\n\n```bash\n5ive config set --keypair ~/.config/solana/id.json\n```\n\n### Command-specific help\n\n```bash\n5ive build --help\n5ive execute --help\n5ive config --help\n```\n","readmeFilename":"README.md"}