{"_id":"zenstack","_rev":"353-de59e762381d0e546fb42a1482689f13","name":"zenstack","dist-tags":{"canary":"1.0.0-alpha.88","dev":"1.0.0-alpha.95","next":"2.0.0","release-v1":"1.12.5","latest":"2.22.3","release-v2":"2.22.3"},"versions":{"0.1.0":{"name":"zenstack","version":"0.1.0","_id":"zenstack@0.1.0","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zmodel-cli":"bin/cli"},"dist":{"shasum":"642239fd85a03dbc97cad6e4df9493de3377340e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.0.tgz","fileCount":103,"integrity":"sha512-MqIDQVV+hdzbZd6VE/ZcUvXr4x987fJw2X36Wfe7MaLyzfV085woiZB7dn9lguYZSypSUr0Cs95KaWn0w8ZRqg==","signatures":[{"sig":"MEQCIHoHOlyhDXiBVYl2TfgjRN4SzUwq2e4VgP7LTMcNqHA8AiBJzOJ3mqv6faSxGXc9fuywWMM1/8MNukvrCEiDSFYcTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":460663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ673ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoP5Q/+M2YpcvqHBW0+63oXJgmzw/kAObLdBLKHpmCnPLyd3vdOot3V\r\nvozqWENPnuYLjdDc7Uf4WALz4naxZVLiwr4RAy4Wh5M7fOgPbzTWp889IiJW\r\nCv4EtxV/x/h603jGp36BQWVaL9WU99ZVkFy94OvTqTnc0ELq9MVyZ0WgGaYe\r\nJsoMZsHlVQCHELI5trV5rTgI7Dpmn9RKN82VpyS9aQ1xrnB7+2hvDuURuEWN\r\nQ5kcGQf/ZXRrREZtMtuiL4iO6QKkKKFOmV5g6oNNuSR/RnMv7CRzsplIaCmi\r\n41+L3tOq6O06cYtCubKeDZVxAng27IvkUsm7ud1en3kDS932FWGQB+BZuRl6\r\nBWyAzqpuSsAr4ALTN5Q/gYeMZ6uPBxXkYOvRW32pvUudC3LwuFJKfxwgSnQG\r\n9mPtkr9LKqft2ItUzRXa4lIp7yCWEGfcvQXn7nfbPl7sM1dHgqBm7flrANqS\r\nIOGmNqd8A0U07yhCfh7nOHg9Z1p1mV0VGHumCeajNw0rUN8kqI6Br8RSNN1F\r\nsG3r0xg3TJbXSioztcUka2/31grGlMxr+oOOe3gkZBqkbOI2xPAG6oatAlZE\r\npHAwl3KQCIyeHEuAJ+8XYBG7l2ETDut3IIi/+xnoLUFXP3xcaDzCfGv70s4/\r\nnFepTDRYCD8sCb5lnVvdOhQpbmza5VojiI8=\r\n=nd/m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.0.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8d614ef3eeef9ea6afb781c7ca046e04/zenstack-0.1.0.tgz","_integrity":"sha512-MqIDQVV+hdzbZd6VE/ZcUvXr4x987fJw2X36Wfe7MaLyzfV085woiZB7dn9lguYZSypSUr0Cs95KaWn0w8ZRqg==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.0_1665380087187_0.1514455617080881","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"zenstack","version":"0.1.1","_id":"zenstack@0.1.1","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zmodel-cli":"bin/cli"},"dist":{"shasum":"c48130097c4b8825208a6bac4bdf96f5054c26bf","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.1.tgz","fileCount":123,"integrity":"sha512-PS7uGNd5abXnwqb2Y4wl1Hxp+dQ5ejvbW0mzHJoRNjU4qPJ2iYKNtyYinUwAnVjxdJ1g17G137v4L1tO8EyMGg==","signatures":[{"sig":"MEQCIH1EXjk7zPyUnpWyfhURjV89RqELK1iAG/emf+HzlLUwAiASNFAIevwyPfkzVx/6e/mnfRdPBrV8FYg3eTC0Y8he5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497000,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRt6aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRKRAAh/K+dpQKgIN0pJCcG3KvyNX4TNCBNMaPQtWbv7rHUYGGim+2\r\nAmyG5YAbhGSg5AbsYX5PkJkOqMaA2QbLKYbTEq8CNXoy354hIF8+rgFldbkR\r\nAmUzGMRUCfNA8eDuRz8wynIlj4Y4PZxvijUXkMkAU4JIzh71Ta0YlL4Movvj\r\nrNP00F+V6g4624gxqmDQZDDHcvdNuXqvIwVz5VAJygip+k40/Fzjfp8gUbzh\r\nLgK2cJtHYqKJQSEF2lx5S8vi0CmBR7OmwqcuRR5FiAE2zAIgbmCl2Y2NLmWE\r\n9UjS11AvkcLcSMKMDcgib2NNthPm4UFuSnL1YFAqf4C2sEYWuAD43qgE5Gnu\r\nP1f840urdae6s1hA49GC0nRek3D24q6SqY5auwdRGOJLOLhHOPqKns22glsz\r\nIgo8a0JzmkPN3JQTFcGhNdxWgt3bK1oAgG9YoLlP0x8SLbxpinOXU/dP1SG4\r\nenOu24tSm8KLXT107jdhZQqpQWKOJJJoaeq8aJyWGDsn33OpCmMO/VQR9fio\r\ncM0L5GKkJPeSRwJ4TlmviwvrvFPiUO+tVGeYk7PoEulMkBpvc11rUt37gK/P\r\n0sbeNy9brnNMqe5LaQnFhcC/xvLaNzo5nqKGf1co1te6NAgEWPfBLhB0Uy/q\r\nJ26ZT9hDjk86e5fwN6Vrr25hRYwc55pA65Y=\r\n=4fDs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.1.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2a578ad7ba9374d43b343ad9b6a7c3ef/zenstack-0.1.1.tgz","_integrity":"sha512-PS7uGNd5abXnwqb2Y4wl1Hxp+dQ5ejvbW0mzHJoRNjU4qPJ2iYKNtyYinUwAnVjxdJ1g17G137v4L1tO8EyMGg==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"0.1.1","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.1_1665588890494_0.1876291998838755","host":"s3://npm-registry-packages"}},"0.1.2":{"name":"zenstack","version":"0.1.2","_id":"zenstack@0.1.2","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a583877dd1777668d6a9d1178d697c2fdd764011","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.2.tgz","fileCount":123,"integrity":"sha512-wMLBUKN2isqQ8cp4vZ6gA+aGyK/57pj96TcrUfVPew/90fV68cLCwrSz0E2vncsw+rJyh4DCJklY62qXzhZpFw==","signatures":[{"sig":"MEUCIQCYi2Bs9Ra1b7B4VVTFqdE0WS7/FtfnZzRfzAmzekTYVAIgW0bvKFurv9xj/ul0KUvwC6EgIZlsdbmPpnXGmQAEvXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":496998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRt7iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR8Q/7BXrYVKr9DCtsQjiOntKwVVTj2HHlFWmzPg2ntLx3z+IGDey2\r\n84QmOJISiECbV8Gy8q+vfbyZl9WnLku9s1A+6/BKHUuh65A9scqM7Lmwq/Wj\r\nYsRkPE388IoL2N4KP4On2Ll0DvaHvmAwV3HfENMNzLFgipcxTrjl4z+Mr4kS\r\n7yR/mgZcQo+KS70tvV24uSTuMijiy+D7CWfQO4rPLV+hz8saU6V5kIdaxHOV\r\nwIfiacCKdyWRz09CZCzFrWWFdEzJFozoB+obpZEpbqw1ugkNJs1txdDa3RL1\r\nZf0qi94q8wfM07PpTyXQ8YsncCnH6VYEl2jflfOGbqId58d66+sr687wz1rO\r\natRgjHRXqwL6vKDQakVyznnWTbGTm7AdUt/GDaqibh2MeBdzp4WQURIfJuzc\r\nnYh/FNxMMhQApXWFi01pWeCWSWTmuAt09kiaMcUNSAsv2KeDK+TkFXn6UC6l\r\nJI+JdQ8JlsiNKI9EOqsaB9fIaLFevBc1moCe2cfgg/JnyB5bnhZ0WTiHNuKl\r\n4gap7OFmeo+E2Wf7392nGpleUe/7sp6S+phyhtfeJ4s2i+D70b129d00sMmn\r\nnAQcRRkglb4uPvc+krkZBFmJKUdBOmSJ2gWcqS8VRbkZzj2Z38vxh0QKgVCT\r\nyAvhAkY1Pz2E3fcUq9N1bXizaIoFh2dnNfc=\r\n=7vaa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.2.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a0b65a62e1150294ce47537330d766cc/zenstack-0.1.2.tgz","_integrity":"sha512-wMLBUKN2isqQ8cp4vZ6gA+aGyK/57pj96TcrUfVPew/90fV68cLCwrSz0E2vncsw+rJyh4DCJklY62qXzhZpFw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"0.1.1","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.2_1665588962397_0.16672374295547376","host":"s3://npm-registry-packages"}},"0.1.3":{"name":"zenstack","version":"0.1.3","_id":"zenstack@0.1.3","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0b5932c482b0b01015325412b7fc4205cf03fe3f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.3.tgz","fileCount":123,"integrity":"sha512-UvdgQETeAvfcXJpKoP0ODUc88i8Jsa0wa3C8UlLrKI/rk8d9d8k5cURfqo8104AUT/sugti0lybzbaBK2/xBpw==","signatures":[{"sig":"MEYCIQCKiRsYnh4EXLLSnfq0QOKqr+/qu46yEU1PMoIJwSkvpQIhAL60fLeCxb4fS7NPb+S+IvuBcGHriQ1Kt+/cZtFJUUKs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":496998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR2crACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSoQ/+K9rE2m2/renIiqqeBCUZNQ0M3xv6eqQrY+o9WcWsOoTMjSOI\r\nMsNXYVWkLHLtB7nsQuiC/EhN9X3/V4tsgDLN+Cy1yFIYh2JaB7T4aWFHfCZT\r\nU0F+CELDL1j5bFlEHpJQ7qYz4bK81DMCsE5ZwHIiVYVunDNL9Lv7LyXkZoGB\r\nmCsNYBm9KBDIkPgzIeX1Cx0uFCOtH8DPgtHciPb1nsqOhXDByiNSdRBdEU7T\r\nk2n/vaVxl0UU0SHTqKqgxu6xmUKNEF/IXXoHcLDrMmW85Oj0WZYagJduO0Pm\r\nz1IqUXagj8NGbmOtQODhX2Z5vQhhT3MVZ+S+1o9ZGW7XWstqZpDHKuUtMeWO\r\ncyx56fTIbupIJxN1GKLahPkGMAMHiVZvRSkx382SOFFj7waX12oo4PdxT1Fi\r\n9bEmF1yvPSBYDFLu6KxA7RlIbWjxGq0Eu+BUYwq6ogf6k+vfK9xxyVH0JnUA\r\nS4YLuvJa9dTKlaBNeL3q+Tb71HyhupMZsGE943vNbCRQSIi59PR2FeL1C10r\r\ndaXS+FnO4NfmImFl0oDXbAssnlC5dsfdXrRqfUpV9XWubLVAm0Jdp0N0q/4O\r\naQGCbvNSnESef1+Q+ccPsigWJ7jmaS4U4PPgWHq6q7TH/wfwySVYkqTlRJGD\r\nXlLmguBq6bsVkKKrKr5XrnfvwpwpQs/13P4=\r\n=WS3/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.3.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/29e87e377e32a723f24cbc287b845d00/zenstack-0.1.3.tgz","_integrity":"sha512-UvdgQETeAvfcXJpKoP0ODUc88i8Jsa0wa3C8UlLrKI/rk8d9d8k5cURfqo8104AUT/sugti0lybzbaBK2/xBpw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"0.1.1","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.3_1665623851658_0.7368931494961168","host":"s3://npm-registry-packages"}},"0.1.5":{"name":"zenstack","version":"0.1.5","_id":"zenstack@0.1.5","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9f7338c29b538143db1131d9f382792ac56c28a0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.5.tgz","fileCount":123,"integrity":"sha512-UGoydryTfMkW1I1OyDZhfYOilD4XX/PjpJ27pO4b64WuT3YmwW/8dPZ2VKsMpat2FqLbRDN5EHU14AYy4wW6Rw==","signatures":[{"sig":"MEUCIAXVTnJnhoO4ig/4aOcR2L6PQcdLPNwYQU55FJw3BHVuAiEAvoTyXADw5zcMVbqFIjB6cO8gccV3+UsSY6ztqht8QhA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR20pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR5w/+PipPRSFBq4bgBKHfYXQhhpFDV8O7TQv+7UMTxiqI+fyO1uFL\r\nh5/m+bSP8NeU6jD7VTVn5/nqk+tsD7NVkCWDTeRgtwqO6nUvPpdZ6oQb5fHY\r\n9Ne5+lgAcEsRfmNK5KJDblQCP4h2bwnhBXTHLI3JnBDQiILF3wgvawFoxDE2\r\nmhFVubpGhfodoYvJTAHnCd0DqRs3a96tD3Lv+4ajKiquX8N8/mci8uCXcUIG\r\nxmeOMsFrHZttWIFxnmXkjJICUJ19RuLsBwR8ZJ38HNauPyKpxl4yDp+58amx\r\nErj6BM0gCDSD/0UIJNB/sLwKXqRvqgRTWVr3CEDSchqpyTgSi7Q1W31Ldmur\r\njwiy9Eb8fs1GU6D73MfrA06g+D8Vvkz8N4lp94rOcHby85COooyPZEdgq2mV\r\nvh43igiHdVeyQuhK+FVTPvHfxstwhoC/r5VW9lI6+WOYluAbUDNlKlSdwiJD\r\nb3P68aiHDlIKp6BLEAR0Whi6R+roOhgJf/4sjqqNTONe1sE3byJkLLP+yfWp\r\nkd52G83bqcCGVcB81dr8mXHVdhPRrwQW/nwVSZh+xQ+gwP7C1EDms3YBi+Z8\r\n4T8rp8TPQqRyeN4MIhzq7bhiYUT11OzI2GKoi5KaTXvSv3r3zOqgRdBtFEEN\r\nqfsSa8envs6CINA9qNnrL+OvdDzPWDh1Xyk=\r\n=jxmP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.5.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e7f68f7454821867c829959d52bcde47/zenstack-0.1.5.tgz","_integrity":"sha512-UGoydryTfMkW1I1OyDZhfYOilD4XX/PjpJ27pO4b64WuT3YmwW/8dPZ2VKsMpat2FqLbRDN5EHU14AYy4wW6Rw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"0.1.1","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.5_1665625385596_0.11043198531721599","host":"s3://npm-registry-packages"}},"0.1.6":{"name":"zenstack","version":"0.1.6","_id":"zenstack@0.1.6","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1f1fe8aa37ca98cd560d1a383cc44ee2ce381ee3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.6.tgz","fileCount":123,"integrity":"sha512-eajsrhH0CQyG/efu1w2+NHplYFRz9PsnC9z3hxYFXL+cC9apuDLX6W8UjuC2dpCaFveDDCsIS/SfsYPwwhqDwg==","signatures":[{"sig":"MEQCIHG8veELcaVzadJX+t6RU6kx/lzL6Tkm5xECH6p0+AzlAiBlxY9pLEf7KNqW63N8q3VQgLOvD+puyFPX/lrElQ0htw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR26OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbTw/5AckvYjaTnHmFvnMq8OEvDLbllDbnrSgsU1W1iE28JpU+h1HA\r\nZ9OINF9+R7hbmoycX2yCkR6areDaemt1DhdZ46wasTOVKVczlDjs/sJvQYR4\r\nitQgEBxRvJw9vbyHjTUpR8+kKjmSx8joONEKU9u08donUd44id2OrYjCGRX3\r\nzx0qm91QSH12fWUP4EZmxpibWtyZFbcEZSkVufCZTsVPkIaYbKjfVsko7sq5\r\nt1efGDpLfStclV2OXCj4h3XJ057vTA1E9njpaDhWb8mCRrlPprQ/xC+rYyy0\r\nYmx4a3jTvGHjIImWbodt7gun9R1W57LHbLAYF6biK/WWcQCL7PB2U+khxftM\r\nuLIxz2hVnTWuArqg+WpNgZHzGd+5JkJR2rW7jNmF6cZI4Leo7R4/qJwCak/g\r\nDsd8GPrTvp+rKlqBLNp7aT+0JyAkxNBB/sgk5lLD2nFvklNccnNctnw/xrKx\r\nA52x1PapOn1Jx4Fy4s6a5umlA0kEhsNeXoL+GseBuGDqXPxqvw9ACmJcZGao\r\nsSt4kXAgoI89KXF8ptPT6pIQlByplyaep6uuh3NnxfoI1WtKX4OESojHoxKD\r\n76YohndlzRwnGsUi4LCCeAwquelilPVJ9AScvUr+M2JwTNjk7k97QRMN2GyQ\r\nWt20PDIefxOzz1bQHNEAbTTvZFizK2EWJw0=\r\n=iw3O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.6.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a2aefd4f78727d3b466c153db9214b1b/zenstack-0.1.6.tgz","_integrity":"sha512-eajsrhH0CQyG/efu1w2+NHplYFRz9PsnC9z3hxYFXL+cC9apuDLX6W8UjuC2dpCaFveDDCsIS/SfsYPwwhqDwg==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"^1.0.0","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.6_1665625742188_0.5196429440209274","host":"s3://npm-registry-packages"}},"0.1.7":{"name":"zenstack","version":"0.1.7","_id":"zenstack@0.1.7","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fcbeff98aca3dc5e4b267ec77789c0421bbe6042","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.7.tgz","fileCount":123,"integrity":"sha512-QKZqMlz/QMt2JoeFE+8C4TXoMQsBmQi7USy7V0x7hUrRukFTTHqvBxhSrdrCVoIT7A4+ntaYbHFsNVU6LzNPjQ==","signatures":[{"sig":"MEUCICk9BtWv93eyuiei77A+Ki8o/4LzwzQ7ey7ROT0rlfQQAiEAru71HdsxpmkrjBAFxgkZHf5uObZ7Ow40QnkG8+kP+S4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR27SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJ0g/+O7CV3NmdXi25PTfxDFB4+Tmpq1Nj9AhEI4s/HEZolYxa22SI\r\nQxj/Ys5Z8DyfOJmSzjUQ+17dF9QWti5Cy5n2jA4Q8xl0ssiSKY4B5cWoDeaT\r\nU/L9ch7aPRK7/E1Dff6nhIZTvJeb7fJWVsWfv90PR0VDrIBlPv4H1LUGq8tZ\r\n2nhw8rkx5cLNitrMI9DQlqevAw4EZYiXvIF9BTYOxjecfhdBTrsfBvSo2DKs\r\nLxHkctOLEBvkB+L/05E3LaXTFptncnQH7wF89X9vDVin5IAixUR84JzyIxtw\r\nm/sMGcwFlAdMyQwGA/SVFuAYrPdBD1yBCkuYiF7Vp1JPHAZJoQ3clJQObrEc\r\nMS/CL3dLMwnbxmg0qoTcbGWrFADQNE8j6RoGlgXRoQgUi8+92gC1twT3J+OY\r\n5oAx39wa24hqSUqqgkNNi/ZdldbYeh/FqtdCx+FTeuwwftor+GmHfPAyW21Y\r\nVmcpTpQXSmh8XbN2KnmbyslupZWemKCYc66YwWRoTmLUj7UFwYuppHILovNZ\r\nGJ4pblm5LW1I6Mqe4a0rex5TszMdohao6O+a51NHAG6VqLpmxfinsQb8IBUP\r\ni6MIhpf63anLULZi8JryQ3L5RVgZqSBY6B5kCWeMxrymCRLCemWq+GzlyCB7\r\ncyuaY5/RiJwUldsHeGxxgxHIMtLkQz/IDW4=\r\n=RW1n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.7.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/081d57ac5d6a27cccc4ec76ba757b451/zenstack-0.1.7.tgz","_integrity":"sha512-QKZqMlz/QMt2JoeFE+8C4TXoMQsBmQi7USy7V0x7hUrRukFTTHqvBxhSrdrCVoIT7A4+ntaYbHFsNVU6LzNPjQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"^0.1.0","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.7_1665625809985_0.9945833407658358","host":"s3://npm-registry-packages"}},"0.1.8":{"name":"zenstack","version":"0.1.8","_id":"zenstack@0.1.8","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f030dede929c9f9c0f7f387988cbb7f87810bedb","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.8.tgz","fileCount":123,"integrity":"sha512-Tu8LvcuBjRGjsODKfwoCKtY1S/MXex1CpNChoHc0WARUNlQ7sS65t9KFIPxUiB5azTkcxOJbp1Ic7J4b22MJIA==","signatures":[{"sig":"MEQCIB9HTo45WMGzUPiMNGe2XSa3W3SPrmoGNi5+06oHRbgfAiAHWdp4V28pl10n2u1H+1RGLqOupBoauN/SNWnGsfCuMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR3fAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrmA/9E4vruxL8/njEnERtqoDKaUwGRjjW4do3dMfh4TVmgtY5STi9\r\nxMs9JTcT4xb/Mn/7YOF2mqwwuTIAIk12SC1XGVQzYWrtpkQeKXXXuK5RpF7r\r\nTna2CyiYYl07w9QEyWlIh7+r/BkV4+CZpG38GUvUJIVw4lcthunRxMIV+SI6\r\nN/2XcXxLhXJeowEgRroXkZ0+ZYfhbj7I9kx79YGcNxYvuF20ZiTu/Ua1rgK0\r\nzslyT0BNpSc6jKb8/oJUpmeABwoYo1ZW4mg5a5rUWxVJ7FdW3Uv8Qd+xlR+z\r\n0RrlWcxFLH1UVvs2xHhF9II+dSvv4+WXqsn9M9aWuIqbEqYHwCJnrx4Z94qQ\r\nhn12T7XKd0jfnwixuk05jJRdXPyyeHXeBlCSs5PPhWhdI+4cEzvQNmcMuCcv\r\nB9cmeBp0ilO9EzTIPSngkFsmj9Yf6SCB/LnOkprWoBROHDddRn9agm8w6LyX\r\niDE6YSuau6r/+8QGOHBZUCwpMzNgqYTkpPSmjSFDbDjgXWYQCM66t5TTN+jx\r\nhdsjTFJ3u4+Gprpuo8WbTOrvxv4xTW7JdnzWRiHZCeLVdJg7MiflFsWuS6nZ\r\nH0wjK7zWsGa+QhpuPg67mua9dh+iY6zgwu/IjdzA04lSTyPYZoB+FCqZ0uTe\r\nWyV+z7uz/OS9AXIIZcVkLDJ8Wx0+6JNXe5k=\r\n=U4vm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.8.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5a2b5c2e9eccff4bae15d8f366a1deae/zenstack-0.1.8.tgz","_integrity":"sha512-Tu8LvcuBjRGjsODKfwoCKtY1S/MXex1CpNChoHc0WARUNlQ7sS65t9KFIPxUiB5azTkcxOJbp1Ic7J4b22MJIA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/runtime":"^0.1.0","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.8_1665628096520_0.694276694032115","host":"s3://npm-registry-packages"}},"0.1.9":{"name":"zenstack","version":"0.1.9","_id":"zenstack@0.1.9","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"46b44766eb10438748960ccdf23daa46a3f764da","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.9.tgz","fileCount":123,"integrity":"sha512-vKKhnwWFw3PzEHUTlYMmrD03zIG2kEORRVLHV4IlQ5ZV5z0wumklXbzWFz9u/Xp8VshuA3sN5fhEBT8Ml1h+AQ==","signatures":[{"sig":"MEUCIQDeLe8PDZiz+oEJ/eCvExttMcn87DN+rpLVao4iRSaXpQIgBm6GPPYuwfc30lJdUpmzRruC67UBu+ocRjiX0THNyvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR3rkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4wQ/+O+E5aKrM38bcdY96PvmSnT27SnooNq/Zc6DHXOJZGHRUVvPg\r\nx6CkyX/TWAhLwmUnblAVriMnWoPkzsUGPeWrspLT21R5T534izj7KF6YW3Fw\r\nDOIw21pm/EC9wRPvZUsOX5Nm+I/DcBpDL6dT7Cx4Ytyw9YEy0K6L4pKSN6e/\r\nhfKVuoNLZnUe8I44PQp2Kpy8jy14r521im3VuITTnqqR8ZjXo3f4s6bPbs1H\r\nE8FYi34Wu8tYShJMFtRfiO+vGMcNf8YP1Kz6zoaidJRlHjEeLtb1IkgbES32\r\ntlJ2+pvtcLSIAR49SSIgOJctjCvJSH+IaX6Sii6FpM7iqalfchQ9ueDpJcOq\r\n2WkagAueeZRJ2rP7K5ia8Hsa7dZiv6BpmV2hKQBrJX6TW7+VDZ/7Dibs85lH\r\neWJVXxb3X4ge+n+ZnAnYaAFWa26VzDIgO4nfNVZQRcucmrkOqwnxeBt4LdMb\r\ne9mPlZ3dnJhgHvGQ9iUO8d3/ahTBR+oDWgYSWcxuPLXuiyN8LFOO1XnCk9XD\r\nZ1FU8zvosKjE8Vd6tGXqxTFbmksB1GWq4Y18KDWSflyWDA6QwZ5IjHPht7xa\r\nX7Qk4AdsgOu7fBpMvQL16byeWWzvUDSKwdPV4ucchLINWlV3y2cAX1tx5btz\r\nejKzev1rQ6nkkgqIuY4irli2H29nJzjKejc=\r\n=6unD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.9.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","npm-publish":"pnpm build && pnpm publish --no-git-checks --access public","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5182fd143c22354756ca83959873dd5e/zenstack-0.1.9.tgz","_integrity":"sha512-vKKhnwWFw3PzEHUTlYMmrD03zIG2kEORRVLHV4IlQ5ZV5z0wumklXbzWFz9u/Xp8VshuA3sN5fhEBT8Ml1h+AQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.9_1665628900275_0.7420748299414781","host":"s3://npm-registry-packages"}},"0.1.10":{"name":"zenstack","version":"0.1.10","_id":"zenstack@0.1.10","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"001f7b4b70fcea398689da9fe6225dc8eb85d77f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.10.tgz","fileCount":123,"integrity":"sha512-ccBe9vhXEBdSNXkxqjYUpOHOodKBKRi0Udq59oKqS6QM3CCZjghLqCJBfdUSMOFnA2udUNQAmt3qvoTOeZmhog==","signatures":[{"sig":"MEQCIBWye2JPyQPxkPArHy/yto0d3nQsS4sAHIyK2gW0CzkwAiAXU3Kw3QGDZee/FtIb+ALMoXSQp5DJsWK2iolc2cdxjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR3uJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqH6Q/5ASjTu2s7vsn9vp6oyW9+9aycE7H9Xnpt205MYJ0FD4oOz6Cz\r\njrMtjPCbtNGc/SErReY0bITZPCi89pWWI95Pf0WntlZvP5D7bw8r35TmNrHy\r\n2DnR9nhd4qME3OfsJsjjdW3DxfCHa7sMY9PCNKxXNJMcVVlkyePlk01A4wgG\r\nfGMlcm5g63y9Ytez89lv/aCOB4HOjMLBFpXp8AoPE5c7MO9y9D96rHzEaf9X\r\nD9twzGf/vSRsg+TDERqUi7wl4hVsKCrswdYWUjXQpMo06qxgEED6qUakNAKx\r\nG92U8vA4QoNk42t2TZe0kErJa6HwDMXxo4d2ckQRawYMGvn8hE9XHsqkuQ2X\r\nVj0E1rDFvUMDZ+S7TcKz7UGB2mjlX9QjJbSYSuZU4zLautWGce3yxduHI/El\r\n23R1HVEB/LVYH+7xsxFq9Wwoyt20X2i7IRUT/ZdVJxuH178iaYKq5pIm0RQa\r\nVGF0V3TKjF9zl9tyLzqK0q1vL4/zY1yYyjNHtv6qQEZZ9A76CQ8l8wlGcMHp\r\nEAGD1bGVMxoMOPKuLYTu9LJON9Ly/d5TdwtOQoAjgpzbyZ1xav8YaIfEHNSD\r\nGf+RQIuaUIoW8xLzkl2XAT2n9XeCnOBR/PU9zB0n7zS3yr4b6P3eqs953vUE\r\ncWYCmfLmn3NNw0CaOp51I7lKL6woFPbGNhc=\r\n=Abei\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.10.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cb7c66fdb7240315c76e1525ada8337e/zenstack-0.1.10.tgz","_integrity":"sha512-ccBe9vhXEBdSNXkxqjYUpOHOodKBKRi0Udq59oKqS6QM3CCZjghLqCJBfdUSMOFnA2udUNQAmt3qvoTOeZmhog==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.10_1665629064979_0.5737502906801153","host":"s3://npm-registry-packages"}},"0.1.11":{"name":"zenstack","version":"0.1.11","_id":"zenstack@0.1.11","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c63f4fff9434842cdbfc92a02ce4f3ab361c9170","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.11.tgz","fileCount":123,"integrity":"sha512-U7ylMwmLq99i6gPLGZcy0QhuwnX4FE3Zt9hKLhcqIrRz/QIVx+J99Qp7wWqwd9Bi9wbCmuwJADwxSo/Jt9WUbA==","signatures":[{"sig":"MEUCIEHYzr9ubyTRQFWyMIDvG86OYS/ea5U7Grg9mp9gSe7xAiEAsThKLvaFGs1mEDXyGMfT8VBGWYYuF+qMuKynFNoVxB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR3wPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5YA/+MjyG+UIKrnmY/xs9xjaaYbd6wmQ9KNIgA5n92xvc3sLJcyRe\r\n5G21K+Ny1Z7X28XuJYGrWfa8GaQlFSiVrjKCQZQf1g/LmJZa8L3RhKdDBwJI\r\nGotvZsZLSo9miJBfITeubyvI3eYp7PZbPHthvzwpCgBjlRPTwpJYSUI6ld7M\r\nWlnlRZpI6CQZ1ToTuqoTx1rHLRLaA6zLJS9g0TMIG+TRWpmK4A+7LKzXEMtE\r\nXvIi3Iq9AsTxQO53uFQ7xsAKVPWmKC4zrQ0gOpMBK1Mj/OeqnDjNnk9zJzMm\r\noicLQwG8EUJE0kJZkZR1X6Sf48x/l8mGOVjhk+t2Cxi+uvSCy1u0Cl1y0Z2Y\r\n9s+wpV+IWPd5x7xKZmo+CEauKov0Z3wGD7K1boogT1LF3YFmW7HM6a2llV3I\r\nPrRs+ggiKpkP0c0DmPADFEjXgNiXLi4L7rxZg5nDgZhStmmqomx793OcWYyC\r\nxcnBtp1pAnKzHZyEr/xJW2TxeSipGYC30Hai09YSm5vY7ymtavsxVoE6GOEn\r\n1BtFOM0jY4NsBUskIcfkXDRMdKDPxFpKf7hNbnL5sGNzGY6+Hf6A5rTsOJ9u\r\nAXm8J1b2xRci2R9noPiK5LawYzEKEz/ji0mLF4Yt/8jkt08QYbX/AdSjX6oz\r\nD3tKr+MiE6v+5bIXwWxMJKjE8uVRg22ov4Q=\r\n=lj4P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.11.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/679fc490fe2db7bb0de44d5e7b86d72c/zenstack-0.1.11.tgz","_integrity":"sha512-U7ylMwmLq99i6gPLGZcy0QhuwnX4FE3Zt9hKLhcqIrRz/QIVx+J99Qp7wWqwd9Bi9wbCmuwJADwxSo/Jt9WUbA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.11_1665629199475_0.7733523775474451","host":"s3://npm-registry-packages"}},"0.1.12":{"name":"zenstack","version":"0.1.12","_id":"zenstack@0.1.12","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"44d0be5e0c84a0064cb3046477a2dd20792c4d1a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.12.tgz","fileCount":123,"integrity":"sha512-k7EIJDxpP5H1dHA340KC+EbP5KAb2qZhvgrAScJUxj+gRBZmFA/p3b9qEvOf4BtUTjYlkhoPswJvoh8poPl01g==","signatures":[{"sig":"MEQCIDNwa3kCbvcpbHQmAqvt6Og0P5ceH8RSMlTQ/59mZQjnAiAh5WM+fjTn+kkWU/5iSKt2Y/CQfOr2Hb2c9B31/rHcJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR31+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtQw/5ATa/OHuqaCgB2OGoave26FT9fZuIQa7mhoE26BMgWmXCHhJi\r\nlSVo16PNmqxkF0VjqHA4TVSTt9rjezpfemqzvcp3KSsNBy759frGndKSffU5\r\nVno8cgxbVmc2ZavqmSCPqpx0AB894Gh3W03sGnw5VCWJXLKQ7d3pY3S0VgXI\r\nOlO3QYGcIOlxHiNoe5joAzt0hxDcMXH7/EYJT0JYzs+UTjksV0cfRavFDcBH\r\npZJGRJzaBpqfifjaQMB3IuWSgTzGrPIJEPmLmft7aBNopHSRHZPt1wv8yNa6\r\ndHoUvhbj1NtTvUIedaYaGhq9wpAyeTRUEg3mx9cpvksRLvprCWV12qd51H6S\r\nfCWnRykzTTqUvqdjJmnXK76oxm4Ee0W5vi+ADaZTTO3vGVq5B059M3hwcsY6\r\n+K4WEvQ36rrBVa1xBx6RS4Dz3PbCMlJ+pw6/J3vPUqNpiJlasQ98/f+p6IMa\r\n3wK/hLILmeQAfbLT63CUfVT0bNnoyjl/uijQhmjYtXTECbJpHKC6fczuB/Eh\r\nQiRagj/RJzy00WL5QI8Txx1pHPXgwdvf1JhMpZBkCm8qotfyDT1IuguBZtx9\r\nBr0jEPlcltyZ2vGS9qbDKVDm7HO/BcCbmyqk9yqis2RnEH9GkJAu9dWgxzG7\r\n0kGOyTaODG0/DuzuEA8iXKNKeeXedJnxeg0=\r\n=WCse\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.12.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6afaf2ee4498c587a80870cd06807a5f/zenstack-0.1.12.tgz","_integrity":"sha512-k7EIJDxpP5H1dHA340KC+EbP5KAb2qZhvgrAScJUxj+gRBZmFA/p3b9qEvOf4BtUTjYlkhoPswJvoh8poPl01g==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.12_1665629566499_0.37525030575137786","host":"s3://npm-registry-packages"}},"0.1.13":{"name":"zenstack","version":"0.1.13","_id":"zenstack@0.1.13","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f979ecf83d259e778f4652e3465197d5f4e5e183","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.13.tgz","fileCount":92,"integrity":"sha512-9i5EvgwdXzlo2fvRtLYXI2Ps/qP4wqcw0rxEu52cdJRcpgwRfa+VpPjQd96OwpMTd95uk+U0ruF0q0UbMCVrag==","signatures":[{"sig":"MEUCIQD/7UNYen0JaicEJ7x9W5KNzxdpJU/UfxG+mf3bx7fx7wIgAikrjozQeChHpf2IHYcUVVwmnssSH7rB8boXCme/eic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR3+/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbUg//dnJ7x5RqLEexzaw2o/UZzMvN+TW+KPXdxYmMB3j4kwDZPXhY\r\nA4u2NYGHe81w7Omgqwyp9E33kqqRQOjmp5h0o/mbDs47StBlsY0UBwruqMcH\r\nQyE2M1IM0sxhyPHCJPsXtAjccUPlY03AZev9hp148o15OyAKUu80mRciZo5A\r\nxIVwFaTrbfpCQT6Da3Bpopc7CwO/NCcADBWTusnEMdD4TE8YCWIzeaAk1l+j\r\ndnxIqzZRk2hUVeuBHjRcTvBA7Qj30K2QkDd42pnlmYq3MjPK+dRMD1uAep+X\r\nLSlCaMMFss2TiUFM1CocOAi3xS9j6pL8cz35sQZunsQDZCpMZNCgrFpIj3hg\r\n3Z6q5hwxIAz7vOOhj2EIRPct1RmSk+G4GwwZ1YXLfEXfgwInLZQ7MYV4QV50\r\nAUen5o0OallTmc4mKXGV2Nrb/UkD3Lgfcrea0bMwKY6dkx0rrqvEjW63dxix\r\n1pUcrgu2CSZVLcsQ4B4/1/6fBd19VwX8+BqnKHSYBjnvET6rrtJJfYePCpfh\r\ndmDFYgKoRrg2QjxrCPXUp/NqCC1rSUzJXYKQnAeeXGDhF6uKGSRJoNtcvb7f\r\nAEApD/sOy9b+bYgt2LTsIVTQZmjZEFPH+msg2Ozq803GmYUlqxPQR5uX5cH1\r\nz7svp9XFnnVa+NphR2TzJ5rCOes8ORhRSy4=\r\n=e4ip\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.13.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/094b54e85be2a16b42d7507395c4097b/zenstack-0.1.13.tgz","_integrity":"sha512-9i5EvgwdXzlo2fvRtLYXI2Ps/qP4wqcw0rxEu52cdJRcpgwRfa+VpPjQd96OwpMTd95uk+U0ruF0q0UbMCVrag==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.13_1665630143062_0.2592496097772006","host":"s3://npm-registry-packages"}},"0.1.15":{"name":"zenstack","version":"0.1.15","_id":"zenstack@0.1.15","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4d61cac26881bbb01c7c1f1f40c1620fbe091b67","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.15.tgz","fileCount":92,"integrity":"sha512-Xf4v09tJ3uiSQ+t2LjxT4VIH756QzT7b+P8Qqipr6kkiF8dYYaNepLahAG5Fq9j/y5CcNcJD2HCtrPNR4k4d5A==","signatures":[{"sig":"MEQCIHB+9WxoCREXu7Uj4FTHhtL4jl6DESUxxVrAjnnUYfDfAiAYXiVD9YBa8X0V993QlKZQbiYsg3jJRy36VGGgPGoEMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR4BrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphAg/+PjCAMJ0/CO11GkuBl7ghXkFfYghtxMKLWpsQxdKR4YYtVYTL\r\niMxUMj9zlEw7uqT/Dt1HAmrok6FJs/kTJvF5EcIdCxQ1FxO/wybKXjynFMkW\r\nN2RAKQbOksPQy3rcPo04A79Y6Sj10SeQM4W+50kTV2DQdNtglZMIoFrcWpRq\r\nle0Ib9OEYEst6JnvZ+Jysfj7vHOB5WGmNOO2uYD/LMqcvqtvymWmjDjjAFeg\r\n42Fr790eju5uwDVtr9fwasE8q1UPNC5BE7pWQzVFvB8LNExPgki+6kKr1rVN\r\nmm2wibnrvuVDmqADFJJrj8Kpm+Cy3s3K28dvX2KtL60TGvkoyhp5Xwn4uOLv\r\ndpiqsmcWQudPEOOHZ6XgtBTSRfC54zaVGGN99yXYnYzFIFJQSOWocYjsDdVG\r\ni8bDISF/zl9D+tGrAg8IgTOMQrBxRLRV6PKPT6gP8dujZuAbTMXwDysc3L1W\r\nxOUWyRQ+EuO+aCTw2UBCNuj+m1Fue/y9jBvQvQvRC3bMY0XLoAzSdGUKH3Sz\r\nyGnks31UZzPWqHtZkqaEMX5Syj9g0Y/q6keat8U257xwCtDNuuZcjmNg0Zqj\r\nQb+qRmvuxpxH0RcnBfElkH5ImkdtIz7Wsd2siQpp5IEAIxuPwOxZiSqMA5VY\r\na9oAHXzrEYvwkYS+Loj2HotkMu0PTch51N4=\r\n=ELpS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.15.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4b35dd6beb7595ddfa7812bfa4012bf7/zenstack-0.1.15.tgz","_integrity":"sha512-Xf4v09tJ3uiSQ+t2LjxT4VIH756QzT7b+P8Qqipr6kkiF8dYYaNepLahAG5Fq9j/y5CcNcJD2HCtrPNR4k4d5A==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.15_1665630315324_0.9664340039762529","host":"s3://npm-registry-packages"}},"0.1.16":{"name":"zenstack","version":"0.1.16","_id":"zenstack@0.1.16","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"19e1abde6ba1633df1ea754c58bf20ce94c3c976","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.16.tgz","fileCount":92,"integrity":"sha512-WYNiu4hfl7SVhbKa1YB+/Ao5/ieJnYk2f250IfSPO9Jje2dsGN4uIsX7wIIC+G1tAY52er+SFIL0DFUqxX/Jgw==","signatures":[{"sig":"MEUCIQDwpbtN96W5K8I76Hn78sSQ3R6V+Ww46LvM3B29ixlFeQIgKEadTWA10sGMOCtKqM+ZOqLM04TB0kpZzsBqMd9Jr5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR4GzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFOg//a/oK1DLyMnDIV6ieubNO3zfy811ZOE/zUWpXegDZApquqSZH\r\nAVU6DAKO+KzY64bQr8CR1juyMb7zcxR2jffXPJzaIdIFPdtm/B+PGppYKRRQ\r\nECdiqP+3PSxUY2wm9hd2vM6fKIyVoQp/c93OcB5l7adkglm3Ptd/hNulG+kI\r\nbiEhCY2MEe8zcofoo9YoXu0DCkAcWoc6J5yk6hfsYLOXKhVSAzrTB5mnW8IQ\r\npRfakCqOgjW6UxN8Yn49gdYBwp9rcwVrn9gAAQC2ZuKBiUTpsIzdy33VK/RS\r\n1V+238FuRSyMs6m2aAfxOclKd9waD5UKweVPpjGaMH8HqX76HLqPMY7FKJJP\r\ny1956CoTW0Xga7jmrpzTzYVLEu/JA38H3Q6JZJN/Z02yMdsfaje0I1nlxclx\r\nbSh7Cx/FWHYmIxohzgGY8GhFk1nCTx0GoVqWdNURcitIn0iRwjxLcLhbsxJG\r\nETllmJj8c8HxSZ7IKzauwHITBSOh6e4bDQShJs5rNCDlJn50Kj5sM30dCilr\r\nit5G+gR1OAeHVyKsu8tSx0qYr+hq3fAtNHmClcLrPvKpxzonwxYJcRi85Cpg\r\nQnmJ3GUH/iBaoTghrPb9LUcJQRvt+7elbpjPIxbJrb9hE0yb92k2ucy9Gipq\r\nBPM+pUvkHlKGU2+kB4umVMcQXaGKinBNe5s=\r\n=esaG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.16.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6b385cfd79c17b309c25eee29b9b5607/zenstack-0.1.16.tgz","_integrity":"sha512-WYNiu4hfl7SVhbKa1YB+/Ao5/ieJnYk2f250IfSPO9Jje2dsGN4uIsX7wIIC+G1tAY52er+SFIL0DFUqxX/Jgw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.16_1665630643211_0.21407933511278587","host":"s3://npm-registry-packages"}},"0.1.17":{"name":"zenstack","version":"0.1.17","_id":"zenstack@0.1.17","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f1a92cd71699a90622797becd025339f69b2bdbc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.17.tgz","fileCount":92,"integrity":"sha512-HiG7N1NnsYrxvFKr4KsODGorm0KnFvW9zuWz1DT5+ReqhiLcFctLrMEGCTba2Kf7aq2hzAAGnYi+XwcXo+03qQ==","signatures":[{"sig":"MEYCIQDJijf9rQOLpJBkp/SXpvochF9+iDhxv8zOObFI+XhNkAIhAIiUZW7UGPGAMuw+fRuSGKaG+bn8pPgLlZMKk9sc8NN/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331438,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR4htACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLJw/+NMrOIBSsQo+nMXNA/gKpBmSl5JVGaiBRlZKsuaYC6jB32Nmx\r\nNa48/bWFYAuCr9AcCcrZLSTIg9vacOYOr9/B05swbxJP28bGMwwHSr2kW256\r\n9EPB3jtg6r1nGhRg/0CgGPlE6NRAxbwnRv0+Sr8ekTkd7bF+LGMclOpzq6Fu\r\n/VVw8UMhQRFmdU/GWR4Jet++P5O2mE2DX1+sbiPJtAPAabVbygHvU3TBzph9\r\n62L8k1nHOv9dJueYEcDqzBJX1nR6RdXwK++w4JeCKH0z8cBEYYKzZqlNqBC1\r\nr/icP0ees/OkTaELcMzOnNaLhtJR7VzuFOmy+3fjF/eAbc2EnUevsGnEy4Ye\r\nC4p5M3TkJifIUSKjBdfAur8MHyCBgWB/VSsOPJsm78q3C32PFlpAs/I2iat+\r\nvaeeMv8TC8RQTE0UpIuphJ7FZCCRwuDLvQXWJtkAl2+3Sp61FZP5v2R4HcCQ\r\nH0UsUzGUvgQx0+O5+35x7gUJmzEI/a93xMVzLS4qNaxCN/ls6P6jzwJCultb\r\nx+rHXkMerqb0ep0XjO4U5yRxE8XBLB8MPMKUC53en4SzQ4RC61R2XwPJTEdo\r\nxjloOf7gQsfzOL7ojKrFE3h9v5/t8300oqHLdiyGvgGeGZeJQZuu3QDkC1Re\r\nMrB8UamI+BfEBEAhqAvmjTF4Ime3FQJq7d8=\r\n=5Kau\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.17.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3f43e3ca561ac17fbfc1febdd28dbef8/zenstack-0.1.17.tgz","_integrity":"sha512-HiG7N1NnsYrxvFKr4KsODGorm0KnFvW9zuWz1DT5+ReqhiLcFctLrMEGCTba2Kf7aq2hzAAGnYi+XwcXo+03qQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.17_1665632364797_0.7774017680331746","host":"s3://npm-registry-packages"}},"0.1.18":{"name":"zenstack","version":"0.1.18","_id":"zenstack@0.1.18","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8e21d9f8e065136ae8953ba62fca4a6c562e7809","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.18.tgz","fileCount":92,"integrity":"sha512-chYaXpspiRmaQhB37yl6WDl4JZqmux8UdgOoqBMMhG5GoA52OMqlanXBydRr5Uxg/mJ+dcsQE4h8jAiFjAzJ7g==","signatures":[{"sig":"MEQCIHbMODKT5ZXHakd1xpkWC23f+u3wGkxhNH/fumxozv9OAiB4YGIaRPw+cOf/aFfzFAXMEoHbWbDhDpc6VvaMg8fvpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR43jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9dRAAhoBllUYcw/GFul/1/0wdFWRjNj59/4+nbGFbH+WqpyajhF57\r\nQot+UQdteFeNARiYeeqNCas0edL0ks1Wh8vq8gyUAr5E+YrbBWbrrDB4XpSe\r\n9Vuqgqxukodwb9HexZHGd/hW9LM6gjraavH9BfjAPCfjJTAV5Kk7HrnLSgmd\r\nIj/xQboONsp66fFYH+euovFPVCIDCmuTf2K0ETKnDrWquZ7iLfj76Fv0Usja\r\n4zLyBXeHyztmpftQuKFHOnpxR487pMzSdZdrsDLfVAKroTZz672phTW1g+pC\r\nUFYRvvsLLwE7IOYmUvVFv+yCDcG32ItL2JsPj8GtKEtrmEdQxDMeAITY8HXt\r\ng+kG+3yrSlGQ7I/GKYWXLWDZY7NkuWjL3WJ+UMb8pG34tFRxWve5Wx8Wdj9O\r\nsY55sR+SeGRqzHpiBEl5c0WRqmwytDcoHw/ZjUWZXJbIH1irzkB7MsxiYNbp\r\nxhjGilvQNWtpYr6y2ABvyBlClIdAMB43gaQFckqBbT46udgJds7XX6HwQCLb\r\nUFhwaySFeR1lkWt/GaljtxghHfa3U7jWLYMnj5Rhdpwtk87fxAm+9N/RRhtK\r\nfLLA7MUJuU7VzfYGQ7Lnmr0wni2EFGMFki4SLigfbf+gTROCIk5H5NiRGB3V\r\n/9g6SNN+psG13FGNdeKKDNZjroh1/fcOH8w=\r\n=HGy7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.18.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8ec3e62c477a2b97a02ddeb154cfa4f4/zenstack-0.1.18.tgz","_integrity":"sha512-chYaXpspiRmaQhB37yl6WDl4JZqmux8UdgOoqBMMhG5GoA52OMqlanXBydRr5Uxg/mJ+dcsQE4h8jAiFjAzJ7g==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.18_1665633762912_0.4050564595627968","host":"s3://npm-registry-packages"}},"0.1.19":{"name":"zenstack","version":"0.1.19","_id":"zenstack@0.1.19","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6a2ad836ba754f4a3c97f8a254cff15f082f349d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.19.tgz","fileCount":92,"integrity":"sha512-4sJju87k+5UrXBPqH854iRm4RimQM0IwA1wOoUOltHxD8K9g2qrKC3/DH+d9mSMwbZZ4wvrRdg879g3YJcXfrA==","signatures":[{"sig":"MEUCIBwMiVxPdCa7ixddIPiRbIU9Qsyf4aYkUzp1qncgurLfAiEAnY/t9ejeV8X/Nu/ZZHA0805PSKxulnwn+YFAPXFIMAU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR47+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJ2A/+PQd+L7J1NorNDHlf9TQDIfX3RFYrIHou+oMyMKUNWKTrUN5U\r\nBBIweB1boqOoVaT/o0IjjBN+X7R70JB1QGWR9Vixl0X064yJ6Nba3flo7u7T\r\nnemQzXe3QYiCB45YUl2g3IqBuoUeAPJa4AXmGw768GErBNM4JXsqgkrgfNV8\r\noir7NtCC3uD8u3CZQ40b5+0ft7uIcoThZw3DH8oXE1Z+P1TE3eQZVKPAI1AU\r\nPpOL/CTRGzpCUIJa8FSrxdc+6or0Mk7AfezByO2T9yTJ9a1cD5hypDQImOQS\r\n4IHLlrMIyRnHtPqSiR3cZQAaRzLGB9zqvo4smt3+7UxXk8dwZhO6M+KjxYQF\r\nYdcJPCNViwXKJRTDGprlPa/Fg5yHFkOIJDw9wb/8iOuxYFRDMpUQQA48p1za\r\nW8oEbbqUZFzYYk7t/DfGg/F7fe8k/FMrdcpoJ78IAo0KQxSEhXAVo16hoiyU\r\ntL1F27JsQcBTfcJSgA6nRwOrdRKOg08OH9inIwkJZoUHRKW6eYFOxi8be24B\r\n5wCqndy+14UlEeaWoRptjDqMQcPf0N4A+gEB8ugb9XQeCozHnTaWXGOv4VxR\r\n74MUpRbszQQniOZLtVPgtQ4QJxdPWn3EqU02/8YmpKe5xDsD6e8kdxEs2u/i\r\ne/IPZCOnnW1F9oHQL79JvnCYPK/touzc6Qk=\r\n=c4/C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.19.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/99114d5611787f72e9dd880ecdebe54b/zenstack-0.1.19.tgz","_integrity":"sha512-4sJju87k+5UrXBPqH854iRm4RimQM0IwA1wOoUOltHxD8K9g2qrKC3/DH+d9mSMwbZZ4wvrRdg879g3YJcXfrA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.19_1665634046040_0.2107744176374322","host":"s3://npm-registry-packages"}},"0.1.20":{"name":"zenstack","version":"0.1.20","_id":"zenstack@0.1.20","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5c1c848ef0f51d1d6608bfd01f6f707d8f2516ea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.20.tgz","fileCount":92,"integrity":"sha512-eThVprsegSsxeAX5SLiPcxZ6JUfC4KN9L5pkKZdm+Ks+yGs4/QVYKHQzNBE4pd/jo7/5KwA5wKAlfplRNWECFQ==","signatures":[{"sig":"MEYCIQCL3xQtGXghZ8f3K7c09rDBQdv1QkL3CxdbfknhzDv5FQIhAN/3U1Va+hXFLMn8RNVIaCyEMbOsvNFeSaggNJkmBbDv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR5B7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/Fw//XqMcMgeOFbKl3sC/09Z2RfdlsUjCbbWDIQus6a26KX67g7qx\r\ndhFPzLFHY7wF3XOvbWZ3LsPT591UHUniLJIanuK9J1vqogFobiwTECgbrp2E\r\nF5yGKH69M2xiAJy9d59pRMnRRXTr4apNpUujzWri6NpLbHvi1nI4g/j/fNk4\r\n+SSJK6Tym3BiGt13KqFMU7u+TAkca4UFZowpQPRml02OXcZ/+Dkts2KHcGfO\r\nlcjNDT36zgPfVCJh8FF0kaYN+G0SkRCFZ9ISTI72RboSh0tH41Z0K1lgYU2w\r\nt5GkuVhtGQ6OBLggYiql4mfI4TTRZ31KHwYxSjo8y5zJG/eHIq/96w0pPobM\r\nB+aXdI1g0pjVcb3rDzHIlUaNjvtBOIFPcGmgDBEgwE4oLcDVmeyzHRlSfnAT\r\np8jvfuKS5oF8WCPZfQBg7V0BD8qABuipHSctHL3viwW0PQaEI/JUtdBoYhkv\r\nMXsWWwhH7jdf0Yhi4pOr0U+roZ8xHuTFiKs+EVnHmpjEYr27yJ25bxTty2gN\r\nQkMQuzYlMiKQlQa+sfMZ0vMKxv/0WUTuBBtPK+Pdy3A/2fGQsdeRXRfERLHl\r\nDLrySGY7qGqCN7usKnkjVLtTb4Xq1IQtbrkc2vo6JbC8rgCaSP3f3hYrs0Kt\r\nLS55/2F/sG22evo1K5YEHZrgTkjHEzRpxa8=\r\n=AaY0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.20.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/eacfe3c9f9d7eeb9c335e771467ba516/zenstack-0.1.20.tgz","_integrity":"sha512-eThVprsegSsxeAX5SLiPcxZ6JUfC4KN9L5pkKZdm+Ks+yGs4/QVYKHQzNBE4pd/jo7/5KwA5wKAlfplRNWECFQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.20_1665634427098_0.46518994904385247","host":"s3://npm-registry-packages"}},"0.1.21":{"name":"zenstack","version":"0.1.21","_id":"zenstack@0.1.21","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7b11120a9409b51abcc21f8f35aad205e8a0e9ff","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.21.tgz","fileCount":92,"integrity":"sha512-uhCnyuhUY4XzYz7zeiidq/vIdAAF354t2Nc1YGxX+uvON781w26IUxy2VOmG02P7W3lLBL8zNfE6hNLpqRbzHA==","signatures":[{"sig":"MEQCIEgWPsnWsGA3yM+/7klKX2qvot5yiLDIanREKY6PnMfRAiAkK4LGHSdR/bkpqYMXaT5G/Y3Q3PngoLPs7DUeG6RRqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR5DYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZUhAAhSwrL21ddD4biHYbo+n7G3JQ3D8i6JPpsadag20IhoVrAhai\r\n27umoUr37eeXSBD1aSCuCMhWaaZZPJDx7/BfT2CGAFfLqNm0iqn3R1EPyFjr\r\nWwq8B4jOAvPXe6/snO2Rx7KDaJgQ/B7WkAtNIPk7yFi3v/qfhkSrb1rV4QDi\r\nuBMPgiwqMCo0TYHo21NlULeOXnIQwSEr/TCMoaBLJuAUA8BoRP3BcE/h4GDa\r\nnPrtT2Wy3rHK+C4Sf8GaH1cq4eMPaw76wsJbLEezwlSlMX6HEO7XMx3WF+6A\r\njzbF7TefvtXx+JoJWb4hGMWHZ4Yus+GjjLxEtX2a4nHHXVqM9M0Y9r5j3tmM\r\n2jaQil58wDXNMKHI5Xzf6Ol3/SrA4IZaX/0zlMlaF3yBB6SJ4EFQ/Di9/uLV\r\nyIGDBKjOJQqaABzuwqsZ/w3rjmUM3WKosI5jOZ5COPC9+whZ2nu2PXrfk8HS\r\n56/8nXcfVmSU+MEPgn3RkVFsOZkNy2BQPCYAR3/XNiC22nflfPHku/hyjDuy\r\ncvJnJ4lpshcybjfC2jSdHBnJOko4YhHnBk4g9nFmfTKgNGYduEt+wHoc6FWJ\r\nmgYjNrTD7Ll4ku48//E00FLJkvE4IP7+ZAkmPls5zLwOOuj/RdaQ9HeAQHCl\r\nau5EKRiSdHQNC8WIT+SXaUygGH3FTRJsqbc=\r\n=A4IR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.21.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2f79404c54286578a95fccd87bdcdbb9/zenstack-0.1.21.tgz","_integrity":"sha512-uhCnyuhUY4XzYz7zeiidq/vIdAAF354t2Nc1YGxX+uvON781w26IUxy2VOmG02P7W3lLBL8zNfE6hNLpqRbzHA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.21_1665634520557_0.5807066503914686","host":"s3://npm-registry-packages"}},"0.1.22":{"name":"zenstack","version":"0.1.22","_id":"zenstack@0.1.22","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"18ccf6642d91f5ac0cff0ae68065030853f571ea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.22.tgz","fileCount":92,"integrity":"sha512-XeCVBR05QDqsk9AZdIg/vNQ2WnKPEMHY6J4VSpxKPxxlLNb4IrRYHX7fQHi6ZK5Cl0HceX5R42zhZUW3DMFJGA==","signatures":[{"sig":"MEYCIQCXmf+jiOoIQkCWxLYmd7ULsa2Phn9tRedMMkXwW/IcUAIhAIx14ljE85N/drihcXoY7y91LO4txDaJ/kxdDxRzxPnq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR5EFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5nBAAhr6s1fUi14H0FBMWEcjMAIyk32/Napb2piNeNWInJ7FMV9hk\r\nlAKxD9QTLxBonHz3NFQU5vBCyYfKDwSqm/8mavznHKq3QDWqNQPsZ3Scxvc6\r\nzozhbr8frEUxKV3mZho1j3kzAfz8kuWxDvaryCkAeob8mw1B/zdKpSqCkV28\r\nO1clnX1PWD/dQPrTBcxc0zFL9YXuQKYBUrIIpSAuYc9Si47kMyGLZM9+kjrU\r\nT9bKgHOhT3GDXJyu9ozi5VoIXv2cW1tKMjmRM6z0t3fYb14oofR97OVcjmbi\r\nst80pjRx/jJaBdFC7awF2TgMFdlIedgYL0d5AxediM0Tb95kiCkTKTkaXtLh\r\ny5bNcvy3deiGqjEQOp/MiJooPd8pP405IAEDmU7P+2MIsrStyLAcqJ7GzZXT\r\nAXjF7jkN7E+p9eOuew6FBh2aMBbxAgicRl0ximvgTAsVUGv8Tsj0yY/2/xfZ\r\nAhHIqewO6zdKLjMHMTbjglN8bXM9rU2sarQsdottfRSdpAavptfpTYKzX5yL\r\nW3yMYDxBRxzPabGPxm+OlIQwQ7D43eihOgZjzIgr8VR8eROH3x8+lygf7Ty/\r\nN3T40BwYzN8LEaZpE4pzYPwBdIuF9thioqb986FpGw19NBos3/NoaOAKXd8H\r\nas1W/Nnk96h4uwD3cuJjHQQMyBE9Al6yZeg=\r\n=nY5C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.22.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5c233f5e30544d25700a54357f9ac86b/zenstack-0.1.22.tgz","_integrity":"sha512-XeCVBR05QDqsk9AZdIg/vNQ2WnKPEMHY6J4VSpxKPxxlLNb4IrRYHX7fQHi6ZK5Cl0HceX5R42zhZUW3DMFJGA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.22_1665634564807_0.10666410127728776","host":"s3://npm-registry-packages"}},"0.1.23":{"name":"zenstack","version":"0.1.23","_id":"zenstack@0.1.23","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"97d22c30ef2df92f2712f901bffd38b307ac9979","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.23.tgz","fileCount":92,"integrity":"sha512-t1V/QZOoTJ6P4QlvgoYh4lhBljBbe12l3Z+szCDsZmUMbneusE7BcoEUc9MNmXMLcgwG8R1CAmrZJuK26CBGCw==","signatures":[{"sig":"MEQCIALsc5Igh6LXxXVCdL4z969TBF+L9Jeu+8JnSUEGUxA3AiAlouj5I+EiDB3H+lSGwrTHUZmj2zYpyTfYS1HfNgDjCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR8WHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8HQ//TwACyjGrzPZUOlQkNIfwbGcfvq6C9Cdj1awrgEkCggdBDPGr\r\nbISZN4EVBtSC8e5w5xo/MTYs3xqPXCs/S2IzEawjEAcEPgL2ZeQIKPnRvy4e\r\nUc7QyULT2k/kGDCz8RiJRM6OHcEA/JbdP9TiWewOS6JmxITOE8ylGgIO91SZ\r\nf9Qu2fVCE9MefXZXLfLtg3VlZ/ul23O7KPICpd7LM+Q/pOrkMue0CQIjuBq5\r\nyhTICEPi79/uI6yKaadqntTGfWA5CZx9iHjTFf+7lRBnZr6n109JOwi3BgPn\r\nEdFWCiLZh/yTs8lQOZZ7FMxUP5hhZ5qzHxGRSky3J/W/+CbP53hlfSKk7iMX\r\n1w6jjyB+zk5EWSQ6epQAWPfA2UfEH56pNsvs+C7zCFBPJTq4v6xd77z86KGv\r\nGDqieIxvcklZM85qo4JzdqtEgxHvlRSKvzgw+DVr17zx7UDO1/rwywDjsCkA\r\nE3nplbbtjjRPLmFNf3uwxnJAYyztIR4ZFslrRYl472sL2pzl8cqpHsXXbFNd\r\nVSE0ejIL7eKgsq1k0w6OKyqDi41XEIvymEKOHSB3DjGCBD0O4uy3v/qTlplu\r\nClSai6afA91W3lvm8P+aMseD0KEf0FB6x9ynFfDQgF6+csVoSZOZuPAqoc6Y\r\nri02EOTl0oO+jgnhBer2BYRhzWYLDGnBKco=\r\n=ru6J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.23.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/239241155eca985ccf55e1d21801f025/zenstack-0.1.23.tgz","_integrity":"sha512-t1V/QZOoTJ6P4QlvgoYh4lhBljBbe12l3Z+szCDsZmUMbneusE7BcoEUc9MNmXMLcgwG8R1CAmrZJuK26CBGCw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.23_1665648006778_0.5492322612022644","host":"s3://npm-registry-packages"}},"0.1.24":{"name":"zenstack","version":"0.1.24","_id":"zenstack@0.1.24","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0796cb694da01b3f0c4a204d7a8100ca8f424827","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.24.tgz","fileCount":92,"integrity":"sha512-5Iw4jPrj61+n9MYDgzshg8Ne4ixLGE5NXQRyHRB5aTi6GBHRFVGbuvuYF/5hm9S9jhYYUc6sRGtNPFoplpQ7kw==","signatures":[{"sig":"MEYCIQDKtq8yCcoc/YzaH/Mqa+y7pbDcgrcoi/K7CS2LQrS73wIhALDgwMeJEGd0jkPWVEroB+IXp5N5sRzWOzLaH1+5A9qT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSA0sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNGQ//QpoSrXRaWtUApu7rJbdIKy0kzX2SEzEY8zYCBIOETHNZxu7R\r\n2lA4TVTULKHuXRq1qI5Q/XQZD1pGpf4iuWRbwL8fUOiiszVBhTPOHxA+QXO3\r\nQZOXNVtXNyY2wbXyIR06uuhr+kOHUcaT1p/7d+2HowpMM8/51Rb+8fjfpvIu\r\nwRRpa/ottS21iiO4UYMxTmYwQzFPOr5S8at3fu4zgm+7ROm+tc56Oe9DW7M7\r\n7rznOQ5VFxKjan2JBa7WICed0+EARKlBDzQlv2NPuTzSEL4IE5XwlASGnZnY\r\nAnZyFal2nx452ZEZ8brw9jKUrSY4eWMawCjyY8qKti508xDOT3FazeXdmcAd\r\nIkESW0lpR150bnGVCnyVpqTDqGwCbaUVczOp0CSzDdP4rOHCrweR7dOKO94z\r\nNR9CIH15ndg2Lg0InB8n3MDIm0BJ++lFTXhXtHiig33WUWKTxYhOSsWfiDF8\r\n04W2dTTVC6FlECh0p3J5sqWVe9gEa82EpiFKYVe/7hAixYmkQgoI3a6opLI6\r\nqTV399u3XcCrOida7ZxcsJ1OSG7lgRs0oLCrKIEJz/5twHpKDNMHgnMHLBg9\r\n1n+U02V/dljiw1R4mAyCMiFdX/zkLEHAsSrZ11wAY3ROSVbaYmQwdldsVMdf\r\nvsCSbVLjjcw+STaNf2IMO3L0OEATLvldmTY=\r\n=RLbZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.24.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f7dec797b3896986d9a734cc3373142f/zenstack-0.1.24.tgz","_integrity":"sha512-5Iw4jPrj61+n9MYDgzshg8Ne4ixLGE5NXQRyHRB5aTi6GBHRFVGbuvuYF/5hm9S9jhYYUc6sRGtNPFoplpQ7kw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.24_1665666348018_0.9631852636939562","host":"s3://npm-registry-packages"}},"0.1.25":{"name":"zenstack","version":"0.1.25","_id":"zenstack@0.1.25","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"499226e76f48e61e228853d25fddd8c1bf1ad677","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.25.tgz","fileCount":92,"integrity":"sha512-mdPR9j3otJ5Ru6AT0u5gIZts+U32nvj/XsVc+swX2lo/JqibywzUiiROdvTBWUZ+YhM/Ptg8OHNfMzOYzubB9w==","signatures":[{"sig":"MEUCIQD8mRjaIrC2g1pMG7u0Jq+5mca6nHfPaMMFZCSfo9S4uAIgPnAkxfIBHrlWoERTjVdFEwLfUui5O1pg93q5MWPwt64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSChnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDOQ/+Ijj+nkClJ8nxp6sA2A0iirxoNTqrv3LBmnoV5tNaj/tLvHmn\r\niWCLXozvD7Sye8/tULtmiYUdeGXwpUfqsDSQZ9jSPAwGMTQ14Lt/mYQEYIi1\r\nFUyYi5hdPoQpa9D6vqN0oVSRk1/+FMMcxG44SJG9TJGJv8hiH4Lf2FpYF36m\r\nyWLH13Kc4aZ1m/TNM/WXQ14cBx9yNsCP0MkBKq/eFFKkS0uFyK3lXOiRkDml\r\nV/o8suP0fYZ5sPftRNX3YHmOTyyKp+nTyUGNwLVhIYjEjoAOV9gbtm6GrIJy\r\niF2VnLy/BenEZiTVAt8XV9Dpz9skelOpqUCjzYdZnLPW9epzzfaAkxe3qqDQ\r\nTKD1nhx36CV4KCazwlBkz3gEfSza9OnEhW7GldUd6fqB2yfDNt97gaDBjU4I\r\n/Sn5IhrYstrC2RDfU8xnUrIFYPTR2r1dN1qaKL5njhkvCyBP+kYFdWbMIYQp\r\n1Tmv2bytb1ObyX4Hjnuj2FCogCbFNi2kVyKjL3Bw/bLk4dYUel9MUFNgBT0J\r\nH6gpbelK+dcDmngXre88TqU6PttS0iE0TBkskb9Zd0WE0O18qRjuhBUu0dV7\r\nNJ74nHYz54e5H1VOWQrPfII118jFn2RxypmOZj6m52nutPpDY8yYJEbLXSTX\r\nzQXt67c0UGZOIW68+07sNAN02hwuFKDSL28=\r\n=Scat\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.25.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9624671060a194d697917565c1bd7e1c/zenstack-0.1.25.tgz","_integrity":"sha512-mdPR9j3otJ5Ru6AT0u5gIZts+U32nvj/XsVc+swX2lo/JqibywzUiiROdvTBWUZ+YhM/Ptg8OHNfMzOYzubB9w==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.25_1665673319188_0.5766261626767071","host":"s3://npm-registry-packages"}},"0.1.26":{"name":"zenstack","version":"0.1.26","_id":"zenstack@0.1.26","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f8620f11540e78d61c9b9279997a38637db03fb5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.26.tgz","fileCount":92,"integrity":"sha512-Z6luKyQQRjrOhsWYarhy57cueQ+R3+7jYEDoXxjtYifI4eDIQbdp+rkxplJl+apDS5453RcJiwaijwmurLTySw==","signatures":[{"sig":"MEQCIFwG2JycKNOarWgC2e9/c4wSl8vgapQxV+Y1E6YCYLUJAiBEnQqaFnew0pU7isdm+4XCaey9Sx7q2oCK1zM4tFqUXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSDIvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrq2Q//bbd6LgERIQJB6IwPUBgmzfM6C6AIOJCoyD1xajHaDHdelspb\r\nxOfpcNoFo55Zhu92j8jRfkUQojJZVJnzkD+s9zCsdhK3/dG8AZkJGm5qyPt/\r\nPkcas58oCGmZTRSnGKlCKnz9M/KC7QIT+SgZXI0LowdROXtFAV3czFtl4kyY\r\nAkadtwc5znDtSh5GOW/yBW9Dc728ZZvBF5Mz2UFh6wDCC2T/HKF5dbQ4Ql48\r\nXru3xsGy/WPMeS2aTA2UGGTexWCRd5s1Kx3K0cSD25AhrZdrrp8ra21hQvii\r\nxcHGBSGoocsD2lRn0DHxWVD7FvcWPw0ztaaZBKsgRmXA5oIfOUstd5uDHjOU\r\nHJm2YsgAyoWqKI9nJHtkxwW0aqVipESHgujuvizAOyPbMtR+QGjdpcpdXFID\r\njpKsqexdAFEjo1LIychR2a2r/xjiMOaaijvDyGbb37QFX6i2N5KeSCR2NPQ4\r\nD0yV47NXuR5bDFi+7D6rUeeYt9l0/XxSkUlFAhPDwtdI1azHlP2wzc/Jy/Po\r\nbv7UdqddK4croNsL0GTi0Ni9G0E6vmyW0hNg+ySCyr7jYeGkSSGn3isjbfU0\r\nmafEPnkDz8gYhUmadp7Y2K3jjveTjnkMLyBxeNCJBdS//pDUU8jEItBMCVmw\r\nsDr5Hbae8DRtbmi0//p/5L59b+uYq0Re3QY=\r\n=At3B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.26.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c847ccef90d4645d7e303423d8eff4f7/zenstack-0.1.26.tgz","_integrity":"sha512-Z6luKyQQRjrOhsWYarhy57cueQ+R3+7jYEDoXxjtYifI4eDIQbdp+rkxplJl+apDS5453RcJiwaijwmurLTySw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.26_1665675823187_0.8357331872630442","host":"s3://npm-registry-packages"}},"0.1.27":{"name":"zenstack","version":"0.1.27","_id":"zenstack@0.1.27","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"18c0d82ea5b3ac17af59d12a7e0d19c5e4efd8ca","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.27.tgz","fileCount":92,"integrity":"sha512-pkNh8RB6Ir7KaLeXOZj+0dwgoExfD/RtYsSxVmXi+0hZamAQe09c6Zpj4YWc72aditNpW3exA/CSvXzsv3paog==","signatures":[{"sig":"MEUCIFy4+qDqHE/f9AvwlTiqocmnEdNKlFHRCR4xlmaM7WxZAiEA4vDWzYY5AMpnL+/S+yAgRR9EggIV3HdVWVoyEx54U3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSDK/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqscRAAiGApQPHdraD/BSDDgDMP9dKEjwEUKzbmT6I/JiAdNwssQWD7\r\nwakRLlSRFPQdJz9SxHXiMzPDz/GMgeYis1Ls6ui1nqR7Aw60jbu/xdjV6xqT\r\nTtKrOzvqhIalUs7z6kUm48ZNx6KZx38m5ra0ILYT3NV6z0GYKMZ4c4lNZHD6\r\nk1aEz32CHltucFhM4Iuktd1vexB2JBemQXvXROy+MqI+gg+E0aOwhNsYdmAN\r\nV4msbiNpuzTYmdKgVwTD7ML8LOOsB99qm0Ip2iPeHJXPXKf9aQfvjGVHSlyx\r\nIvr7xiFhme3C5IhPO/WCz56rAYL+dSZKM6eJRoFAGl8/zxUJHRlW8459ztz6\r\n5T3/TGo0LSS/Ho7Y9AiePPfVWlCIxJyNK0VWrV301u4bKagUuwNtRJdk71bO\r\nmceCZ2iFiN0K3m00Sl3aP3OXU2wdp8BwNr0l7Dq80WgcnShuvyIetzOulNqE\r\n5RlzV1un8rI/kbeL23f/GJF45nAFz+gVSISaxWLRP5mQu+/TPEnRhRr+hK5a\r\nUmze7i1HaDyZ4O2Kcq8b6THO6HNNbbkXzH3aEWjk52c59kEw4SDNxSO+dbfL\r\nKamC7gEozFqozeEOVceK/KNKJW22gehLTf7/VpwtlxHSil+oniRRKz6Hn+ck\r\ne6jInG3EZwrZ12OgUWrsn0zXmWwbrSGfgc4=\r\n=VDFF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.27.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e1f16ff3c79eb8c52af7e1c3fe3b3ba9/zenstack-0.1.27.tgz","_integrity":"sha512-pkNh8RB6Ir7KaLeXOZj+0dwgoExfD/RtYsSxVmXi+0hZamAQe09c6Zpj4YWc72aditNpW3exA/CSvXzsv3paog==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.6","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.27_1665675966807_0.06631065429894512","host":"s3://npm-registry-packages"}},"0.1.28":{"name":"zenstack","version":"0.1.28","_id":"zenstack@0.1.28","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1bdc1ce1257103f797083053fd869b810e6cc5c0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.28.tgz","fileCount":92,"integrity":"sha512-SkCCh2PbOug9dsEjaVOWMIjRUR9zhZPyVngxnks+Xb54/qfDbWhVQtoHs4oQugYcAZa1lnk2i6AA2MlDHELJzQ==","signatures":[{"sig":"MEYCIQD57muBMSnT+QoNPE+MfY50wYZG1Id6HNMqdpX+OUQJvAIhAMEe6m6MwfHhvSIcT8OjCAUPWVlfwxytB2bC34+iq5iw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":329560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSMn9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo15RAAg5bKw58p7hJz9f5bxzWzjwVv96Zikn3iJSpTx7AOJ4MG6k88\r\nJG1htRRV3kJtu+mJCGUpv5t4wmCTbWE0T51st1D5ND2CBVG7a1dXg0HEHbUa\r\nP0ZtM7XfuFQMRk4np4aVUMk2UZdBC9cooLUAxQCGdDPFO7JipgNV4xcdDX6o\r\nBvDWMDIA76qNisiDOd1fkCmVKjal/18XCV0l9DvFPh+J6k8bSzoz1wnb2WVH\r\n3UyM73o6JFEHCGy5IlSWca2vjc15FUMGNo3JuucX/DB8J+yVexBMsPY0XHua\r\njKlvRfdhBuA4eumFcOljQgwr4/Azu1eeDiAyBOXCyhHRvZmuaHDCeAJZSzgr\r\nUbcBX24Wixx9RHK7L799ETxUblRwC6bJQD+Ea+0PeZzgXCefldo/MDI/2T0h\r\ndWVzXbXkO3u5mK+bG94DtdgTo/xfdsAlSVP5aI9YzJFgJVP/bt4Pmk7wkjEE\r\nJvWfY9VGl4PDUzUgt+T5xOEerkaXQO3ecHTVSEN1DbQ0sNIbUWYmP5KLw5n7\r\nsHU356Ijjn6reIsENEqJJVP1rlpYR8/oYGBy/qAwkK3RP5fXwtX6aXqWho+Y\r\nUp4Q1wbU7fmzniRGTwAAUUjsYSnnlyyDaVjaSvsScoqdnhZ9SuRhaxL/tOwo\r\nVdRkSfTEOUiHpzty8HG9MyJiN1nQCLPLMwk=\r\n=CKy6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.28.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c049c0f8c086252d92ea25c7550b1255/zenstack-0.1.28.tgz","_integrity":"sha512-SkCCh2PbOug9dsEjaVOWMIjRUR9zhZPyVngxnks+Xb54/qfDbWhVQtoHs4oQugYcAZa1lnk2i6AA2MlDHELJzQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.8","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.28_1665714685753_0.9364745285295384","host":"s3://npm-registry-packages"}},"0.1.29":{"name":"zenstack","version":"0.1.29","_id":"zenstack@0.1.29","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6beef5f0d8cf172edfe91004ffb598bd8a88486e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.29.tgz","fileCount":92,"integrity":"sha512-jbyjXM6PSr/NehW9vc2PK1WAGwZSUV15EHkE3t8JZkV9XZR+1IXHa4uRZf7+1xQJ8F5EjrUDicEfIRNxKOAOFw==","signatures":[{"sig":"MEQCIHpkVjd8gaB1thsCr/C1O8jSjGYBMutjaLMPgWNeC/NwAiAmXh4lJxy7S9L195r0oNFyH04KLlXxdm6dKg4YPTQEdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":329438,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSMokACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgLw//WLtlx7VN1eG5ikDQXzEBGFBAszKHPnEfyrTJRyDqzx1Bn8EA\r\nCX4YQTHemeoky6oF7q8Ov9hq9knbpHwClLynngrsQpEchImwPJXHv/98OhDX\r\nY7hBcszp5W4MFLxeI8fXfAY3GKXTPTx3yVDpiq4322zPEscvVIaT8mkwHcP8\r\nX1tH+dQX0DGx625AWUVhMF7vCAFwGjgqwJYzoe+Or4ywS2vCGm82avdL3IIu\r\nLzcRbKRk0+tWIl3mvl6Hnf6ecIWwHGhATsTRbxBKHnx9aBWqpLsKWPCrexY/\r\nSMap0tBm7c8rcg9bT1MCWMnZ5vqTzmef1aBZb6bKbv6fIMrNeURSxw6fyTVC\r\n22J7XNy4xHypKxZNv/NVtqkS+fK/L/VuBje4G1v057kMeJ46TtcKnLou/P+3\r\nK4PJX2tpJF+z50ICG57RZx8syx8/iL6aL4L9QU68RZHze/66bJNA3B6Vop7G\r\nsJEYQBaT4OzMXgtkmzB1SNGcgF8p+4KX4mlrw6Rzv8l+QMDrDhoj55Q9iYkb\r\ncXyMUWQP9RM9usIaqYNM7qt8O/5QxwiSySWstnBNRUKjMDmTKNea1ZgL3w8t\r\njkEFjJ2pfda1/ob4sHu2+4jy6o6OelB7P+UrSkD6wiM1xzTml2PCfou5jr17\r\nqDmUCenxBuVmpLHz8cIy34tkBJpBVPMLcO4=\r\n=q7yQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.29.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f43bef19c5d2ca2669be359bce0089e8/zenstack-0.1.29.tgz","_integrity":"sha512-jbyjXM6PSr/NehW9vc2PK1WAGwZSUV15EHkE3t8JZkV9XZR+1IXHa4uRZf7+1xQJ8F5EjrUDicEfIRNxKOAOFw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.8","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.29_1665714724308_0.5513229059107958","host":"s3://npm-registry-packages"}},"0.1.30":{"name":"zenstack","version":"0.1.30","_id":"zenstack@0.1.30","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"be7d152bed79f3e53a6dec0fd4e4f8b43c39e65a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.30.tgz","fileCount":92,"integrity":"sha512-RQze4YZJsBDCRxhIzBDhrqWsfUEisLKOe7uSC7NyN0JWt/Cm38mUHxJeKZDHJ88w1fiL4sQ54mlRolbbiv0YVg==","signatures":[{"sig":"MEUCIQC2IVowP8P6WJbNdAck6xnnHYVt20T4/U/vOzw7rZys0AIgZzUg0lIIf1W+XeVMgn+FALfzaAwhhmJaZNTkLAjdVRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":329270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSMqIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjQA/+MJ7csbxFlY4YwuPM6IKjex+INp0oCuSRHJVwP00Xn5ouiC1E\r\ndPqNju3Qrt4lmd6ZAdmvfUfzAQmum/g22/bMf2Zd1OtEo6t7Atv3RQjrr/N4\r\nK6X/juBcUOBa0F9pu08rcsI2aTSp9SMW6lDn5pZ8NrzYG9RDDV50NBRyvkx7\r\ntXU42xAzVvsmKxlYJAHzEPFrx4bigmJTgSIFnpJmX9FlViQElMJMvUqJOgbI\r\n5GAaXzsr/faPJkpClC7IRj/YyBDDhvWD7YztuRNcb3Pkr5+WTXiFg5iugCsb\r\nupLtSZQy1UHvPA9+VJffL0t5x0h8Xi8X0/N+2J1iSDC8rnmXdB+YO8Nv0PR8\r\nx0oFhGPa9KxfENgtIlcVZf57CpAg6BveRQ9hFs+FXLbBphi/498oOc7sVim1\r\nQss4/ArxIhlhr17AnSMl4fsaUsbnZp11AhJWb0N9Kd4uZMK622iWFAxhlpOv\r\nihpfxYgUTxLHaJu0hqMsFn1045Vp2FTJSCjIeiOZONlKWrBL63qHJbLYiZN9\r\n0hs4jNzWu4/6SZRSsVStp3eTWzyRX02KAWeC71xaASEGsGPJCsWOhqVdc6LG\r\nIDl4m1orDnxAGwutm4f9cM8yIZyCjRd5f7NOrWERlywJ07cBoYeZSU66fYVy\r\n5RjO8xTMnbwM5c+RrOfn+u3UDFzEDygRSdY=\r\n=6ryA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.30.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3672bfd3eaf14caabc01687db7c87303/zenstack-0.1.30.tgz","_integrity":"sha512-RQze4YZJsBDCRxhIzBDhrqWsfUEisLKOe7uSC7NyN0JWt/Cm38mUHxJeKZDHJ88w1fiL4sQ54mlRolbbiv0YVg==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.8","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.30_1665714824393_0.3610717687221532","host":"s3://npm-registry-packages"}},"0.1.31":{"name":"zenstack","version":"0.1.31","_id":"zenstack@0.1.31","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c5da7668747ba94d29dce26f0486341511ec66c8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.31.tgz","fileCount":92,"integrity":"sha512-ZOQDDASJWrGTwXDHCcU2xPVlrula8mMWbyFOTrIdd6bPD/7hXsDHpr3TGbdUcVrS2si1OoagorqAL0sjMP3UWA==","signatures":[{"sig":"MEUCIQDLiwi6APON1v7VnyK9bIn862ISn5QVzOsrfzdT/rMsdgIgNEXscuJX+Zz44eWC+vJd0hUHtci8ieGP5fFrlh55Lck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":329278,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSMqrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxfQ//bpY/VvwXv2IvikVXCiIM8gBHeJpGyGeIdcg89OA3/bCJ5DGs\r\no5EzM+de0lcA1IGn+9SJw81+5rjdoB6li/ef9i5l37o7IJaGGDu3/y/1BP/S\r\nt8f5QhYnzgVuQsLNnUTo8I069B/dQnJZHxCc8RKFM0qzRdbvCS8mHDiTCkSM\r\nZPpnU81Fo+3BQH0i6oTQsaXfWxWxZUkbM1prjjkCiCh15uSc7kI9FCuSMFrs\r\n4dQBNMPsWXBKGbbPeVrSWh0n8yuZHf1T/FmsUcbcHsKlt1coOpZRFmuU3hPq\r\nsVZbrRk0+CyccxX0fdrZ+zn2WOAAV+3XqV4bSPcl8tHj+L15FDOzyHKGJn7h\r\nhLe4+rF9+GLjBHI1AnQKMNJfOFVWmqzcMqYSbYtocj5Z8ArGFfMiuVb7h5DO\r\n9UPsmioPDb2JfrX7GB1MZEj4hOeXyJvXvcltfisBYuXT00G0MJ+jMDYoKyu4\r\nsSHBjBSLTW/+agzhMJGLoaxglgVf/DyPUGiCrWrOtjHoFPJpCbVIqboVvzhn\r\nglatO7zVF3QuMw3yjU6jvZVq77ro4o3nG4Cq2M5/vawqPmLx4/xWBwzzjUqF\r\nkuzleYLrncEt2bDWLoKt58BqPXqwePDOantrgRNisyfTyaxcjDcbktRxTB2W\r\n4PTyjDDq92H6brRBcY9yDxiVHdUcdhMk86A=\r\n=D2CR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.31.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6135bff3969fdc216ed3a71db070d5a2/zenstack-0.1.31.tgz","_integrity":"sha512-ZOQDDASJWrGTwXDHCcU2xPVlrula8mMWbyFOTrIdd6bPD/7hXsDHpr3TGbdUcVrS2si1OoagorqAL0sjMP3UWA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.8","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.31_1665714859261_0.1560363998274501","host":"s3://npm-registry-packages"}},"0.1.32":{"name":"zenstack","version":"0.1.32","_id":"zenstack@0.1.32","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"00f42f5b9fcfd1ce26f7bbf13f7297cbcc58db52","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.32.tgz","fileCount":92,"integrity":"sha512-xu/248b/PzV8AEwEfL1rpXcNMAcf9wTCIOC6xkurrl4Cba/J1DxFdsLvmJEg88lJlNplNSUAjdD4zMnWhVdEpA==","signatures":[{"sig":"MEQCICMQgTyl2XtxEwM7zcuZvwgVMbMeggZMAmiLGvGvqb6ZAiBBzmn9ViaXcFUFvuuKr1owOqMANA+Wnb6JRTI+KCym/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":329269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSM07ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoSBAAoeZVAcVQ/Bim9ejp+UcWbEvOUNGQz3LLd72CEXq3zdUpITcy\r\ndrULrpGALPn3K8XY1GGL0Ui9fvqX0+hfU26S/fv/Z+Ws+wZiNecFTRDvwHXD\r\nkhwr3lJ2YhemeIufJsZVMcxEfT2xoJVjG5x+1bMPR5P8Ms8V5oBt2DHmS948\r\n40GgQE+35a16ZKLlrczJosuUAQHEq9+zome0hUqdWlxtErwWJQzBxAdRIDtk\r\nRfIFtevhxx58/h+Ksn//9dgNJavzbWFdciVU0TMIUB5P9hNdDDVdqIE0tOtU\r\noLdbfgbIMq8/sVVppqOdPrJ1V+iQ6kWinOKE7yqfXwLGpsfrmxI0elNxzA4b\r\ni+XbiwrvdyN5N/l9ZZH+XlD6WdJ1jIktv9jpfzpYjwF8Plobp2EdHKBiln1A\r\nHCoq9CAEpJgFaldjI7hY/l34YEstEwcVgHekieFYY9bxEYtPBzwi5+4Kx6T3\r\nZvmCYMQXvTAvFkMxfY9HLqD+++2b0gGIaiiVuxpw2RhoXZJt7tCIv714LN9D\r\nUFmgtJCDKdX/KN1bJhFDbEJ4SOljdWaqkPty0jZemYwR8FJ+2Rr4McoiiMxr\r\nDjt8VJnHVedO6WRyykrszBeYr6Txyx4bYSIsd6HWcYyX6eP1J1NtQIPiztrT\r\nXv3sulx8echdlX/F+we4wMFvLiWUO5zxfeE=\r\n=OwsW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.32.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3d4ee68eb49d375394e9b9962b5b53b3/zenstack-0.1.32.tgz","_integrity":"sha512-xu/248b/PzV8AEwEfL1rpXcNMAcf9wTCIOC6xkurrl4Cba/J1DxFdsLvmJEg88lJlNplNSUAjdD4zMnWhVdEpA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.9","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.32_1665715515009_0.15043681355234662","host":"s3://npm-registry-packages"}},"0.1.33":{"name":"zenstack","version":"0.1.33","_id":"zenstack@0.1.33","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"65928ed85f3e46e45643370cb4382d14a251410e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.33.tgz","fileCount":92,"integrity":"sha512-7UFeqmUAoyiv3+si0oSPHIdkKx0kVYJl5fuO6I9qxBgaQtu5KBOGmkwIGxNinCKWDS9qMD0b+OyCCV8jxFbOVg==","signatures":[{"sig":"MEQCIHG181ffnK8WkRePt/N5lbfrokpeMJ6gRwWzcqBHCwvxAiB6fSQw4aGvu7Ak3xWViFVCHpWqatPOuQYdL2r1PbeDew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSR+NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqF9xAAoXNtOx5Ne6EEm1BNvVr30rELdgk7JT4CxpRr9SNSWL9ksFxj\r\n9hzmB6g+h4EKnGGsofwSfnRIyFzs1K85eeF4OUCjAX2NESQVVttjxjZrnkm2\r\ntvBhUvQt9N7CSnJUrJUxLjNa+emOYcOno81TFAm9D7xT/UhNKoXjuFSK8bAv\r\nvddZbQTOIM6EDqy2jdG695abaR8a4Xei4n/Y4VD7AimoXzmD1VVRhvAdW9Sh\r\nIttn7ovG66p8VjfGjtxP3KWTKWrrvLYpqaKeLzTCG6naSpTliZQflHV11DEg\r\nudVuKqO5f/fQajq96BwiSFZZ2t9yfiQ4QfY+N7UUgz9hS0rvNhIp/Jw5lM6W\r\nrXXzXGLyiWO+X9kapAma+3Fi0SJjMPjjdEw3qM4HhriltGDTRXYd+cYJ26cc\r\nlxRz7jUqw/wUXW8Fuk308WAV3OOFy387zKsDLKqRlOE/T5iPYWnEJgmnrV5/\r\n5eS/OChA6LTxpdCwHlgneWWItUvPlZmEhcWqHYoEk0pwgxqfEqNsjsjRJsVq\r\nIwxs3poQl5hAtcH1d3ZnhNbhhYemAVw9WiQivlPne2uEh6lw2Q00dVhUdXKV\r\np14OG8AjS+D05nrnteoW2RnPAAXII9lG520955ay9LAVd4+R+uVoTlco2sTf\r\narKeT+qAlvLt8siRt/IbseeV7iM6CWaHEsM=\r\n=1Gn7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.33.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/80a54aac11ad7f50e1a5948ddca808e8/zenstack-0.1.33.tgz","_integrity":"sha512-7UFeqmUAoyiv3+si0oSPHIdkKx0kVYJl5fuO6I9qxBgaQtu5KBOGmkwIGxNinCKWDS9qMD0b+OyCCV8jxFbOVg==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.18","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.33_1665736589292_0.47672325285123063","host":"s3://npm-registry-packages"}},"0.1.35":{"name":"zenstack","version":"0.1.35","_id":"zenstack@0.1.35","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8564698c4e6145fa0beca6f48ce79e458d2784c6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.35.tgz","fileCount":92,"integrity":"sha512-y8zwVpkIbFNQ02m5htAGXBVvg641uMvtgtP1idjsO0Grkp5d5vAlkphf0xmEQP9eLj6lnyVmjnyhH01ltyxD/g==","signatures":[{"sig":"MEQCIBlLVicPbxezhRCeYKgI6IevgEF9kwa+k3n9prs3bvmoAiBapD7EcZc48qlMnZZkR14SE8pYBpXS+SMZgsQfGKqcJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSR+5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotXQ//VVGFp9j2y383/qWdY1LpoDpJBLPk4ZXb1vY3wHULhGL3/qM1\r\nXxo2ztV3InLKRuLAJbAMluxC8BLlQEFyv+jv0f6SMgD2D457u7UAzi1bnPiK\r\nQOEMEhL42fTT3aHtGTKyVibH+IDSf0ZFImc4PvOeBIcVPV5DR1ruKgqQSP6y\r\nv7aGP5bTSUqCndC/GYdfxGLTk4T7KzbMAg8HrwzI2w4bk5gJmyMOdUYkE096\r\nmG3oyunm//A41TRP9tEog1S7aDqvrhkEwCuGo5ylif5O/H/xNaNCboR20Tbb\r\nuEh9G7c8yzX2+8gN/iGvhfG8NvhBvksib4D753khwgjyD1Dfm1g/Wu82TlQU\r\n6L5xwUCH2P9APuZ1ArhGbBYpaPex9xfStebuJ/33OqFPoNzk2YhoIqFjq000\r\nrMzMLGo8Z9OR8RyCTDSN6plYjUvFPmn0Q2dpDOoOv49zWtBtUNZmHMnVvXtH\r\nEffS6YDTjavmnsZm0BQLUpvsQyiUHYSkYbpsTqKiwXglBz4xJrwFWA4kVO2C\r\neWnl57LDNHr9dxA0ViIOwtEhWDRKCtZpC1aphn2Y7vUL86OKyzMKqDw4GiT5\r\nl51DeRQZ2/c2gfby8Q6XJcndoo+wnGGnm1MgUajJrnqKEot00I/FXwzcYhFn\r\nVM87u4bgUrc9dZ2M9mzSNRFfvXnXewir2dw=\r\n=DOPs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.35.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f7d16e553b74d5576691afc8d8963b60/zenstack-0.1.35.tgz","_integrity":"sha512-y8zwVpkIbFNQ02m5htAGXBVvg641uMvtgtP1idjsO0Grkp5d5vAlkphf0xmEQP9eLj6lnyVmjnyhH01ltyxD/g==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.18","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.35_1665736633208_0.3340495945418689","host":"s3://npm-registry-packages"}},"0.1.36":{"name":"zenstack","version":"0.1.36","_id":"zenstack@0.1.36","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d0f13122cb896d728df14c1b32a97f747d22686d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.36.tgz","fileCount":92,"integrity":"sha512-ytImPPZq/G9YT58bScm6kI0Ss7OMyowagkfTg3Qunh9WtMukbvoF1GT3ijO1OVL6TZTJCYJlp0v+da9dYdh+TQ==","signatures":[{"sig":"MEYCIQDEwwze7UNMHVb1/shYLFv6SyVFzZdmLA3roq+BZWAQowIhAJqaBFpZ9+C14PHQjxdAFbaauFPlfUfCsgZZZjIElBm/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSSAQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKdxAAkvtTlXtq4jzJUcMfPCqx2j/QrcVB3Dpl0YPKIcJZWBvoSzLH\r\nfb03vFtfmB+yTmyR2JjvFCgUX3/mEsqlwyumxlfLDXWOVp7qUygYT3CH1tuM\r\njBXWqXwa9MaythEtxEQK7IQX/O9sXhQuBfBXfJ3P/BicR+b/zrLsj+2X6ayu\r\nR+egb7/iUA1Ek+kQSxfIVSwRCpf/jwdhMLgGcyovb6xgnoTemc8y28S4vy6n\r\nwFXzSF51LOL6ClpOSuKnmdc8XLjpWJ1u4vnS+owclgFFGSmXn24HsCXVgDLW\r\nabjsTeH4ZLY9ktyBk8RzhQKo3iUfv2kVTOkP8fUSQgKs1BWMQ2qQTX9A+hyT\r\nxRwqQzEpZzPw2Nb/NfkFn1MJRspCbzF0zJNXd/KMwmd5St1paJ+l0KF/hPKF\r\nKbRSDabZ6Bw56V3yJX8CgCoaU/s+n5NjiIevqfNviu4bqgH9sIW4vzu5GGeZ\r\nIfeSZBMooicgxbIF6LCceDgMCtk5nAXZnj5mpNTREi8Xswke4LXq0tUc57PB\r\nHb578jqTwJGAyqy6VnLQjbq4aWJq5rmQ5J8DaDtsKpvw48Kc3UGdfC+9PlGl\r\nrS0Y7wTpCPDa2Sg7NGwxuo1SRG6+yV1DeIE2y2COJthxJ7jkAWxy7k60Q5pR\r\nB2oFNAwgIgzPq5zY895Nki/DOQOFO4N6a+8=\r\n=u2rh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.36.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5394580727b4d47983212492cdcdc408/zenstack-0.1.36.tgz","_integrity":"sha512-ytImPPZq/G9YT58bScm6kI0Ss7OMyowagkfTg3Qunh9WtMukbvoF1GT3ijO1OVL6TZTJCYJlp0v+da9dYdh+TQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.18","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.36_1665736719879_0.8380087392830196","host":"s3://npm-registry-packages"}},"0.1.37":{"name":"zenstack","version":"0.1.37","_id":"zenstack@0.1.37","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8542ed9e7d685bb4e1a3b964d0ae052a245a1a30","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.37.tgz","fileCount":92,"integrity":"sha512-XE3c+fPR3TM0GZcyf95yT7IgyboXGpyDb3DDPqbpd2uf33QXSrVB4shUf/tLPEIK36xer8luNt8IhE+80wAtmw==","signatures":[{"sig":"MEUCIQCSet5yCdiPgpwLKryiT37vN5Ei6KYu3O/z4dFL2qdWDwIgKGU0L46jJaQ7Jg64QbmMCPtvVlXhEbYtr/OUsAEUMdU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSSBAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpe7Q//cK5DUmVc5TwXCp4KaIKRNnFL3He2cRJqQmRMkVCECHvI/EID\r\n0xkUJNAtx1gitQUHlVJL/uE7o7/Vgz91k6TqNDRot7cII9uK8afbYqLDU02N\r\nzpppEjs7PiNz9uPoNSbgcWFU/w9h+lFnEgwN0TvyIrC0UpdvloaSA+nU9mKE\r\nqBEAhW4BykVAnuFgVFOeEi4VrsAHC+6xrp2rVLUNDs6WUUzyVDiCxws5aqEG\r\nssXPqbSKKlS7Rl1LZDw53iIY/V1k0S5lkKD9/8UTGwhJBt5rlLQDJLaZGrVL\r\nAvUFMn5N07Q9j+Z03jwJTXnsTYmxVcmzDWQ/BuE1HwJhhEMXG3DZdaGcetZc\r\n4FPVEWSWqn4RvF+hj3McfUYUt9jIiSAG14aKBcsshHTVmrzllOSaiUHiL1KG\r\nd0xE1sPkJ5rPRGmx700D7DZJIOe+9tdh/7FuEwTLyqvLzezt7fk6wK9j6VHq\r\nzm7XcX0ZBTTXfF3wcjzwReihCGDbkky78VkgYrBE6u3pAxOHPUJffzG8V7IF\r\noSQ//51vutoHCodZ+VuGrmqKVS/1oxW4Lzozg5WRgw9gtgKJqDDRdaF8JJgf\r\n+sfGDF4GRtH/Djn4m3cpSvkDAh8gvzzuvlaWSAMF2XYDCguyzidac6UD8rOZ\r\n6BmYPSBFPCG6RKbLWp9k68Tm5kyeT5uR7hg=\r\n=yBrN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.37.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/55a81860fde04ca165b1b370952542b9/zenstack-0.1.37.tgz","_integrity":"sha512-XE3c+fPR3TM0GZcyf95yT7IgyboXGpyDb3DDPqbpd2uf33QXSrVB4shUf/tLPEIK36xer8luNt8IhE+80wAtmw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.18","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.37_1665736767924_0.8608343403432246","host":"s3://npm-registry-packages"}},"0.1.38":{"name":"zenstack","version":"0.1.38","_id":"zenstack@0.1.38","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"86f169a0f2ad2f56305337d356b5be91cf9c6218","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.38.tgz","fileCount":92,"integrity":"sha512-T6d2dPofdqWdz95+mvRqXVGv2mcuP1NiG0/i5rWLF9Bz+bjoUmHJJsWgLhJuP0ebcksz7sa59LGYWZTB9edpUA==","signatures":[{"sig":"MEQCIFY/X2b+NeD4N6e1tmuQwiVb+dbK7h5DQwlwr7f5C19OAiB9rsBsqdrlAWfLYgRpUbti84DZUMatzos7xo08pLmApg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSSC0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmog6Q//Vsu42VBkTehyeLUS4U/V68V0nKZaZ6Ft4JUg7V9zDx6U4U18\r\n4StPfSQUR3R/bMooAMsZ479UmB9oxyE3HswF+pZzzpzD5vqqJkmET7UlN6oq\r\nUC1SxU8OhUKSa8xDUGoQUtKlTtKJlJkL2LBVqqgAYh7J45HPDfRTfrtT/d1y\r\nnGJ0FM+pz8P38vYUXO90tSdpXx0M1wUuS9ArCyxKd7ILwub6aMYT+5g/7od/\r\nAPyVsX4THSaiIoXgXUYu9DuFwGIiPQbMMN6IXLY+VHz6UHOlZH7XAwaF5pjq\r\nEL1vOl5yli1v1W/BzgGt3RxF8nWHU36WsIP5Qd2U3Y8Z4oAjhNHiEI2lsxNT\r\nM03xZIjuFkwcWCBhiDKrR1t8miXt37qOJ+nGPH+0VZnhfVmWgoAiQ/E55IoT\r\nnj7rrzeN0lKkGBcxni582bTSw12svc1D4do0gvYUXh9UQMvYPYWnPSCQLMz/\r\nBQvBC52kdT7wGdFyjH0BP+/UezTuOSxxp1k+6P6FvwKu9CVGRBP6eSDXvD/5\r\nuzTg37hOtqy4//GbW+LYGpmBc/ynHqfcnHjV9GQIWQFH9nJ/QGOZCdepI4lU\r\n1Xqgop/pEnXphLohVVrr8Cy/quBXTpXb0ywIkVYbf3zh0UQgbbhxvVz50vbY\r\nKGnesTKupRXGaq7vvibR29t4eyjhyVrfYPU=\r\n=4zJY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.38.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/15a450e1a247dcaed55c3e3e061a8b27/zenstack-0.1.38.tgz","_integrity":"sha512-T6d2dPofdqWdz95+mvRqXVGv2mcuP1NiG0/i5rWLF9Bz+bjoUmHJJsWgLhJuP0ebcksz7sa59LGYWZTB9edpUA==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.18","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.38_1665736883722_0.09439263650409435","host":"s3://npm-registry-packages"}},"0.1.39":{"name":"zenstack","version":"0.1.39","_id":"zenstack@0.1.39","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7fc3f391df35b487806d1a7c88768c94c9634841","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.39.tgz","fileCount":92,"integrity":"sha512-qcu1Z7tb5SwPpckzOM7wJ1Qi/0MLbolre/4rNKm4NEH2I9kCZaZMt2OP56aOzGv04hKArlojBD7Zkfk7JJdU0Q==","signatures":[{"sig":"MEQCID69TkUTIcv+wLuh7N8yiRP1jHjGZclXyVMeBA6GN2G3AiAURN3IrC+wEhOcb/kFC2EL5+DrVTmUbaEOMzqI2aRVgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTA8tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUBw/+KHdvG36UPN4//cz/N10WSl/GFEarKRqG6hAI+mQKIyqO1IWP\r\nGYicuSVjNnMjOvOB2RzLVsmcy5pturpso9+w9P5HDASNLxT9oWBR7AyZ12yd\r\nkPabHb8zeotxBv3deP/KfUGYQHbCBNCP6vkQh/od+ugpEY+kvkQ9uU5tfUlb\r\nCJoKvYDbhyu1pZqKpwJ5riN+H+UBVp8LhAGZjPLLWG7NADGUPt9J5CAa7WfI\r\nvDABr23q/QRgL9gJxinaS71SwNzxgp6k9GUrm0ugtfv/BgA8FAYtlJLMwP6K\r\nqdlR7PcOdiW/SGF5N4xpgR14ngATZJBTwTIpBAOCDmYpef7YQpl+aZUS882N\r\nBtYim3j7OUSCoe3NjRLTpMRwtF9aQd6VKOMBeAl32TxXut/itpYmvahEA6Es\r\nNa18H/jpZslzRx9Ynd2B4Hv7U0Wv7D1gxHIQWRvt54uJU0o46sibVOU319ou\r\nBr5wKirtUvPeyVbsuYcdYhpnQgdimrnxz33r2c8IFFycn+NcHddm6vhT19O2\r\nFITzmXg9P1ArftwBEmPLnOl7QxRBktitxrOoAeM1muyyGGzRmohcWn+hyA3K\r\nTSPI57/THNNdahrP/ANxjnLPimPx0KXVay/qIZjt3jn0EY2+FuGFHPlsFch+\r\nxJPsZoTRUHqWIlQZFv/Nyn9hYXkX4fXBXVo=\r\n=u9r5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.39.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/429de88290c92f7459f3ad85298f86c2/zenstack-0.1.39.tgz","_integrity":"sha512-qcu1Z7tb5SwPpckzOM7wJ1Qi/0MLbolre/4rNKm4NEH2I9kCZaZMt2OP56aOzGv04hKArlojBD7Zkfk7JJdU0Q==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.18","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.39_1665929005196_0.17934545270267677","host":"s3://npm-registry-packages"}},"0.1.40":{"name":"zenstack","version":"0.1.40","_id":"zenstack@0.1.40","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b38fda833ff255bdc661b8395964f28c6e665dad","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.40.tgz","fileCount":92,"integrity":"sha512-aemTRc97FJghdcbLsjSmUtRMRHd81mLDibVFA+0FP0jpbcloPNus986bbZCaIj92DqqpCzJYkyelNuNkvMht6Q==","signatures":[{"sig":"MEUCIFx+SQ1SioQNzISTdsjiatMamLNFI0hXNntaQ1o4cNqiAiEAnMg88PvmUYLb5/mss62p9ovnxG4BH8gC/p54hXV5uXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTKijACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVLA/9EshsLZGBElzwbBTmUOxn2DeY0WzZvwTlEnoAmSAPdtPZ1W5H\r\nNqyBzw/aOz/usgfvS4QIkvt7xjO+mkNgXY4Zqy6KRrpKG4JXouse+j6TjVes\r\nuBed+6s3YaJ1JW+ihOybKq8BdFr2fPO/jarGOJbESD9FBlO9iCmm/4g4KTA7\r\n0s82Mzp/mYYQl3WOMjGypeYhS744LKcydDIjp+TWUS30dqVmnfgng5pvuXh8\r\nPm80bbeUHsOSEdtcuWKtz0cMl2MYWJdft5hHrq63r6ojIAql4S4sUhd3V9Bk\r\nRoFxJTG7eVHiyxya96GC1IeHntMaQsKFydOg8T1tS41fpvgniyXEA4Jgw1DZ\r\nr3LPMiGfkzaaj7PDTCGzfJW2QOEg17HKxgDsrN9KN8kwCiZeFtSvaUzjB+XG\r\nkZLw15fOIyApkPkQloog3cY6zV70tolbE3bSucSPRloZvaKp4yxhHU+X95Zg\r\nRTxFP1THvYSAeyVtGyMPVLaUdDCgQGXxK+pxX09H2K8IcgAHMIVVoeeBCy9P\r\nfOWgKgeeTmoxlmZxnpgoBY4c4/f6Ugdx7KrlLXg4ZRptHwoAm/iMXm20AFAH\r\nO7gTohiDKVANXKZrMTAMdB97kvxwmZPx2s8neykccx8d1fTxasqdLe9w0Uma\r\nm1rP0kt1hFl6F7OORhQTkR2+0+fPIvgtsnE=\r\n=TAAU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.40.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c8cb7ad9200022492f253ca5f6c94f8d/zenstack-0.1.40.tgz","_integrity":"sha512-aemTRc97FJghdcbLsjSmUtRMRHd81mLDibVFA+0FP0jpbcloPNus986bbZCaIj92DqqpCzJYkyelNuNkvMht6Q==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.19","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.40_1665968291483_0.5567421143530917","host":"s3://npm-registry-packages"}},"0.1.41":{"name":"zenstack","version":"0.1.41","_id":"zenstack@0.1.41","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"053184d20fe35c70e3df03bdd0f54c8f7ac37bfe","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.41.tgz","fileCount":92,"integrity":"sha512-vQn2T6/cpGKaFoqlZhfj994b+jOktK6UTFpeLELNeWJknyQEVCEmOBF+Jri+XMtSLD86fmMCiW1rdAa/pSQ0tw==","signatures":[{"sig":"MEYCIQCm6zz9IpupBhyfP/p5bGxWp6vAaYC4S406AHTVzN26jQIhAMtzqLZhjueX8IW2sKUpDk/PV35phuROyfv5YcRssjEk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjURRAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrREg//eTIqLtDF243/Ph1OamZGIAG4Y7VkGdDjkP8binSJRV7HN2Uc\r\nCaiUPnnzWhdebizSSNU9m9h1Vh/r3JFTEb9QUgDCETM+HEbH/xBzPM8j3sR5\r\n8SiqCndKbCeOOSc1Qw6qGxh2D0fxmLMcRT/LjjznvsDAkTBMaNyR+9NFrBbk\r\nXc2sRcEHenl+8pZiO7JORj71Gt70kEXpRytKZ2jetcVmiAn5bi6nrK/6RpEj\r\n2HN5yJiwJfsKKkL+ACyeRK3xD+2Yk4UGIJajLv/HaY7aINtBojzOaygaHd6p\r\nl3dwwNG3tZff1iy5DNmqYYOJvywBm9zS3M8/fcBWQKi1V4+EYzcu5xDOFkBe\r\njy5P19ES3wncXDlXlA4HD6cF+sxxPoiXd3E0YOiohf4OFGi47R54KqJAZ2Qe\r\nNoDrOt7TmJgm98lh+bGSdOxEwzgqb8zxFgeiNSmHYub158TNhy+GXuGRmLnl\r\n8tBsOpEXw2CKXQAVl/JTJVyD8tBpy9iWoIsrHj7JEkPKKZSzb/M8FppmCXaR\r\nTafNnCCq9PrnfEElc4pBtPVchyuEE2btWuNU2cmK4K8lYH/Kg2D+U/F5RgC0\r\nqXu8ECCP9HxkazXudf+sD5rK84qc71ekN5krhxR28zKDLUNIhh+ZGcjWUzEE\r\ner+Mly1ydETjetrd9hKfDFCmQodw2UxKhXo=\r\n=D+hP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.41.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/27fe433ab8603d6b7c9ff04f433d8e69/zenstack-0.1.41.tgz","_integrity":"sha512-vQn2T6/cpGKaFoqlZhfj994b+jOktK6UTFpeLELNeWJknyQEVCEmOBF+Jri+XMtSLD86fmMCiW1rdAa/pSQ0tw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.20","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.41_1666257984444_0.2621941172458251","host":"s3://npm-registry-packages"}},"0.1.42":{"name":"zenstack","version":"0.1.42","_id":"zenstack@0.1.42","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"09decb6671756b8fe1f46e9e8d06d718f4b5cc73","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.42.tgz","fileCount":92,"integrity":"sha512-GTO9VMeoagdSPuLJXwpX8aXXvg5ph6wdRKzlHgUEMMt4aqcCSH+9eC/pXukfQs4q4SJrSID0YH0GGSQr1xkffQ==","signatures":[{"sig":"MEUCIQD6P67tWcCeBBIA5kc15IWvnigdn31w1AXp+dExUtlNGgIgG7LEKMUhEe3WrZfSFH6Bz44IIS4w0Tlm+MWMPgUrOis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjURf5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqG/w//S/ZOBc+SfQ9jlzULyN3fJlQa18rm9sh17Y8zpGClNtVdOg7V\r\nk4+EtgcePMO6gveCrWUahnRgSnGkwQmDsppd+jBWATUquXDWLjvbloC0zz2n\r\n3CwQvjpWw8Qz2vI4uhBtzD8z59aY0lG45y4aKx82K7aieZwcV9eg7Edyhet8\r\n0qDaZfe2meHJiTZJ8iG/TsxCU6YK4zeHFOOz+/CABk62z39V+eBLT75x9FbS\r\nKmM6XX6gWcLigvgd0DCBADw/Uvxtk1BUu4XHodfFNgeCHLcu769Ttr+1EsrZ\r\nWlJftv5s4+3HS3T4HgHKwF2ueQUyXXMb10rY488nN08w1B6fhu/IYFnXlYBD\r\nOtrrPW7p0IquTYnX1hOcKV/O5/opp58R7q3ZTLOcttEAw/3tte0u7gGSOB3F\r\nzq80I/2K56BV1i7Y1Qo9KYF712JvKlX0UZ7H/qMXVdlJnalHTpXUzpUQe4S+\r\n0o4UZgdsT917s8O1z+SkOBXHPfnEJgSBCNrsjagFwWrhv7Z3j3FzAW8rSvHo\r\nI7YRehauvnD1TiTxvKSE+AGAJ8302dyc6t4SYC96/dgiPNs8D/ort4ijXci6\r\ngY7dhJEhl9xdNjG+5GcVhxLJq8FHoYa04aG5pDltIvrbkGpI2LTx7aIAYPAf\r\n7uSMfH/k0QzogHFPAVkpbFy+4CIBXlBt4Ow=\r\n=OrUl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.42.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/de5efc22797f4a98e17f7a3d6178ba5f/zenstack-0.1.42.tgz","_integrity":"sha512-GTO9VMeoagdSPuLJXwpX8aXXvg5ph6wdRKzlHgUEMMt4aqcCSH+9eC/pXukfQs4q4SJrSID0YH0GGSQr1xkffQ==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.21","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.42_1666258937108_0.49416463059154303","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"zenstack","version":"1.0.0","keywords":[],"author":"","license":"ISC","_id":"zenstack@1.0.0","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"dist":{"shasum":"0db4e719dc2a1964b0ed4693994dc9f12ef88d68","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0.tgz","fileCount":133,"integrity":"sha512-3ow3i8JPb0RRPoQo85NFmM9s2MhieU22F7N+VtjCspAjMQ0KUZ+3a8l3OHJ30QHdN7svvzlc4PUyC1TR1nWu2g==","signatures":[{"sig":"MEUCIQD8zdlPWOcGdel/Jhmqp3bIe8HciyMpc/YB9tf8Yrsv8wIgMsXQYyMIzcF8hFh8tZhqc9ob4f9xDTYVYr2cN7NSTqs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":884211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUVdeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4iw/+OwnGivEOMbTClVkPNfW5a1uMZj4YxTjH4WGmffjzOKaUZir2\r\n1qTBaBSXv7qP7j7WH9c8n3l0eDSxyLHu0D4IqLWf8vE8ONNmWhdcN9qRAjkA\r\n8Jd1e+wZr3S61oPryA0rA1UM2UwDj3WlgOrzZ7OBwfbYOl7XqhYcbcDCOs3/\r\nHxyAkDThbwntTYUE/pYD1zqOdOC3aqn/t+mKXwwVCbNjnofu1pquzfLNzjMN\r\nr9nE/rk8BFcbxMUCCw4BZ1LC8Ovt48vWpA+16EfSZzRRb3omUy9rXYt2rpyJ\r\nkAjwfPSTpboJ2wsMeZrJLc24pyV7uBIkZm8qA0X5rOBpYIBYHnNBC0BbsuVl\r\nfPGN5kI6h9Z6HrwDeiIaAFQVm7Hu7enmZx6UrC6rR4h3Me+tEWOmdCnmP2S6\r\nOP4Jp26rN/gkBZw3fhAnCO8zLL9RZ9pX7YamyeDYPONeMgW1L5A/YqMBTi0V\r\nc1sSxdzMVARBRmLh2HkXqwuvxl9RvcgvfJt81l20SdBfSLyVrMpfbG96W4+y\r\ndXmqN5/KS+CIFcZHdPMMUOTk+vId33idDWOCX+uqSLq6jBRecxQpcF0X97C1\r\nnA/aLo8h5zPxiJrDmxzPL6+WCK0DfvVJ4u2SbLqj+CwZAXFend9e98+x3R4C\r\nhlhd8zoEDUuAWEnc1njnAzk9xj3ZgujL5+M=\r\n=nvST\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:zenstack-1.0.0.tgz","scripts":{"test":"pnpm -r test","build":"pnpm -r build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/56fb122099f53017876412140adfbd69/zenstack-1.0.0.tgz","_integrity":"sha512-3ow3i8JPb0RRPoQo85NFmM9s2MhieU22F7N+VtjCspAjMQ0KUZ+3a8l3OHJ30QHdN7svvzlc4PUyC1TR1nWu2g==","deprecated":"this package has been deprecated","_npmVersion":"8.19.2","description":"<h1>ZenStack</h1>","directories":{},"_nodeVersion":"16.15.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0_1666275165488_0.4534690794052718","host":"s3://npm-registry-packages"}},"0.1.45":{"name":"zenstack","version":"0.1.45","_id":"zenstack@0.1.45","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6faa4d4efc95a14523126e5f1f9af23870582fb7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.45.tgz","fileCount":94,"integrity":"sha512-43K92tagk+NIJyvBHrxISJJRLVYo/M51JowG8UiWUHYG29z0+lrZBJ+Di/7RD/Rpaaq6Q0sqPVkYawhK0WjnDg==","signatures":[{"sig":"MEYCIQDZgGJYcGc9c0eajbxuC2HYQDNKPjnffyjGh21bYeQv8QIhANdhCdBn+kovjBtgtn+FEVAwYMPjU468qXmXMfpcRIt2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":339240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUfKcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW2xAAjqgmhRcb3g07ttdZ3DiY2m99xExSV4nMS8hKeFgZ3JXTuGe8\r\nq+dl8hpGA8qyGeTxrPYpVESh4NoJ3OIUqiDlHm1renXwh0EiedhCM3STSw9P\r\nCiWKy9pPV/rgnZG02GhWjopIdkWzXVXzl1y5jWy4+HxNm1E62gcf5JU8Q9Bi\r\nOCD/0/W6yBJA6ko9ye6Aq8OBMlqK3u86kTW+UgGZx4Wpu9iAShOgoXu35gOB\r\nTG4gw3Ax43R0mUF5XCOal+r0TGayE/S7yVsWVba5QOQxjgudOHkfSrssFtF1\r\nuqswLIG7ypgqTkfHtktdbrjwmQMwXNwxAf1yfzB54DjvVdpHI62Su6z9x8x/\r\nxANFjz+jGGf9Bg0qxh0fxfQxonAZzAymEDZeOF0yXng2eTlvSA3GYDJQwAIG\r\nkcRti/5CJ+4w/2yoG/O/AZ83rcLt63plQ4er4XWnGKENFNjW2rY1ciAVP4se\r\nZcTGm1n6y2aGGX/M4sm2Ng81+h/9NK8rXyEdOh/Od2VWUL+lxer96pZLuto2\r\nRj7LEzPd+PMsC0EsM4g1bU/NA/YGKejghUrTGBjjZ8q44wBIJ2Xm465ABMuA\r\nd4tZI2xnV+0Q+a0Z9WZMcJx3Fn/f4PNKq9e/WytdrqUouwiCxgtYOUn+dHTM\r\nQmfPlX3MtNTwlCxQKIeUntAFqv0B85JvgXs=\r\n=X7/n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.45.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0dc73cdbbaec3c2a1c48fa60abc529fe/zenstack-0.1.45.tgz","_integrity":"sha512-43K92tagk+NIJyvBHrxISJJRLVYo/M51JowG8UiWUHYG29z0+lrZBJ+Di/7RD/Rpaaq6Q0sqPVkYawhK0WjnDg==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"colors":"^1.4.0","prisma":"^4.4.0","langium":"^0.4.0","ts-morph":"^16.0.0","commander":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.2","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.21","vscode-languageclient":"^7.0.0","vscode-languageserver":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.0.3","eslint":"^7.19.0","ts-jest":"^29.0.1","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.6.2","@types/jest":"^29.0.3","@types/node":"^14.18.29","@types/uuid":"^8.3.4","langium-cli":"^0.4.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@prisma/internals":"^4.4.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.45_1666314907823_0.3641154760523826","host":"s3://npm-registry-packages"}},"0.1.46":{"name":"zenstack","version":"0.1.46","_id":"zenstack@0.1.46","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1d379850f84bb06e0e0d69163ccc44a052d64a0d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.46.tgz","fileCount":110,"integrity":"sha512-K5tZmNMgjiw/VEV1iixLuFP9C3cxOJGdzAXKV+6zC2CztXzJnnFryA5njeYYP3MA/EeVLsRGHBwCDHp1iGNW8g==","signatures":[{"sig":"MEQCICw273Vsn0v+hMeTojl4zgTN7XIIWC5CJzDEt0nCB0RDAiA+y7k9c7oqeiQTtemi3whB4OSEivXysDeh+PMKBMG3dA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":363520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUoVXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoi4RAAiFjicKzpTlwdIdsS6XRGdUj5kk4112fpH9EEsTGcbo9b9pTi\r\nkAzWXiYMKGq9L1CmAD6mO7UYklVlzKXkvRY9EatF46lXnwIctflcMV002jAm\r\n12TnqdJMKu58qnSVRLpk3RllKhMvjhm+CrlGCU2EV5kfGbFm/bkjKLvY1dMh\r\nMEyiegpqPNgqOzxoYLZHiZiHEhRQKrshJGbctrNN+3Twj4+k5K9Ak/fY20nI\r\np6kvVsDGbJPhI5yXzCNK+0AqkjvjvPMF2FJ7BI3lCkJ2CFF3RAbTwD18eCP2\r\nXIbz8fTfmES/0OajhOZRM0IHXwSKFjV9ojNzwQhlh8Zbcmb/lYB2PZFfIKfe\r\nFE6e4GTtf6HbUVQ6IDaEeduo6scrCwWbxy+sa8VV6EArM1M0jWiCCaV+unfy\r\nQ/9gRjuAA4xMMEOSweqWzMFhVzJR/jRxAp1dk8sb5m5x4v+iMNF5ucul4C0W\r\np1zgYoYJzA8pgPxPFR1JERKlu6Cq3d5zduvK/1Q8LfKx+m7GLqRvmoLkPktA\r\n0rb1QkVqciBIy5nBuebFLdmJtWNDJugp93ECqaqQLRqej6OU47GmjoJVk9K/\r\nInloW0ouGy2hsYiNSUAiZtTLJHnDb8p4IsKhawCF0x1EPBKxjMLqRqyHUyt/\r\n2rNHx/dXlHkCYAaeIk7zOkIDe59g2sI40Uc=\r\n=O5ly\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.46.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/57543b115821e2576ca27f7f1651fe2f/zenstack-0.1.46.tgz","_integrity":"sha512-K5tZmNMgjiw/VEV1iixLuFP9C3cxOJGdzAXKV+6zC2CztXzJnnFryA5njeYYP3MA/EeVLsRGHBwCDHp1iGNW8g==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.21","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","eslint":"^7.32.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.46_1666352471765_0.3164013136414574","host":"s3://npm-registry-packages"}},"0.1.47":{"name":"zenstack","version":"0.1.47","_id":"zenstack@0.1.47","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d2c954efa16d9d760550d426a37eafe7b6c89738","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.47.tgz","fileCount":120,"integrity":"sha512-rOlvjLDDtR45ZxFoSRLXcASngwz1Tsjl3Jf6i87J5hxV3x0UWyU73bgru1k54BD2FKtXzjdTk4dQOJ4NgU2HCw==","signatures":[{"sig":"MEYCIQCASTVwKtZY2Q4OxGVzNf9u3ZkMh6nAxAEKn4JxYKoXJAIhAKVIB7fdlnHoo+pjffvDSKbZk7LnVCBXZ91KlnUST7Yt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVQfhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbOQ/+NW8oLGDpHFS/TKKoIEoGZl74dVtE3QNVVYfuWlpPc3fSa2VG\r\nfXBQxoSngE+SvMqpTP14ncB7Q80EcKJHqSgsJ+EdLnQAA+lf2s8Q5mSzPIzz\r\npQZVCEZlrHOtfuhqVVj+Z+6H+zuhrhZM18lGUTdP4gsyZbDy+M1hg3EOoUkU\r\nD6J+EcDMz7yLxrrAlx8XkCQsbp+fqK9YVz7zqs4+SxJXM1762f3qM0hrZDQj\r\nnMAuvXbUF799RsZUDjqHGsXTl3v9eqp45cQfqZcRVjCty6gaA+Wt10KEbZf4\r\nPj4k0GNulRz+gUvif6kO4txcFJL18sXZ+zW/z+LwFG8ojUq/ZnqOHIdr33K8\r\n+hzdQsaBN5GGp4uMLHVba1NzSHzIAlHULdur60bu9I95zfUUX6d1Ow6tYkng\r\ngj7Wk1aqpfEje5wvj7p+xwJlhe12i7T5WEcCqfF4HmEJTZCzfzHjFy4i5xcI\r\nx7TAvbCpJlV5WmILzA/JCkFbfSW1JeDtRASfVRGCHQub2knbO026/8lGsOtg\r\nmozmstE0k3IibnspTrWDm+OKWpxrD0cesvO12YEwnaKhzLBVvnvSGTbaxKEG\r\nT12dydDtloLw0GhQeGcEIF+iPA5vFeMLTR8VYGXVU8ZQqwY6nKnDJpb5JM4Z\r\niw+B6sXKjnPgPhUjwkUwud4M4Zn94WWd6C0=\r\n=SYud\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./out/extension.js","_from":"file:zenstack-0.1.47.tgz","engines":{"vscode":"^1.56.0"},"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"npm run langium:generate && tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","ts:watch":"tsc --watch","langium:watch":"langium generate --watch","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"npm run build && npm run lint"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9e7a79144c53e9229a7ebd4a0eb02018/zenstack-0.1.47.tgz","_integrity":"sha512-rOlvjLDDtR45ZxFoSRLXcASngwz1Tsjl3Jf6i87J5hxV3x0UWyU73bgru1k54BD2FKtXzjdTk4dQOJ4NgU2HCw==","categories":["Programming Languages"],"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack CLI and Language Tools","directories":{},"displayName":"ZenStack CLI and Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.21","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","eslint":"^7.32.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.47_1666516961604_0.20826738390781596","host":"s3://npm-registry-packages"}},"0.1.49":{"name":"zenstack","version":"0.1.49","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ymc9"},"_id":"zenstack@0.1.49","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e0580551fd0a2d7475af694f9b6364207dc16f0a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.49.tgz","fileCount":55,"integrity":"sha512-tziOvxPfXSGDFO5s2MxUiDDRcefYFtrTZoCai/oSdK1vpoLJHypI6PwYcNU4jd2TFYfbAx1nzg444h9DxK7sfw==","signatures":[{"sig":"MEYCIQC7g86R4WI4/WC2J7qB5rrbJ5pGH8qMtp0OHxSUu8js9gIhAKxx4e8AowB+N3rih8J0BesSaNi8f5n9oGDbEhfHPVpA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36779359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVo0vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotNQ//Wi5x7AIrb3Oxakx8gx1D3KIEFyWSXFvKK/TTLNhn9u30dF0j\r\nLizrzwwNZZf8/dB+D/JKn3M8WDcTpNQ0WelveibXeDV+VQNaeTPsxiHT1dPZ\r\no/TyRHKR4ywnjBJtOdj0CL7Hps574ZqyivZ8670SJQknrUL/+Ne9bOX+DNax\r\n/sgbkZ3kCiiUeVdZoeClgJ93wmlT1zIO0rmVoBVCsAHn0RJlC7do09ENkSJu\r\n6DLThQ6OnQ6ztCOy6Y6H/D6VEnV+AcYc4EKk45dur/zwXoF7hs03R3psFe9Q\r\noOMUuHIxB18oJwCKQTVfGOyFwRWESiT40vIVVnJ3TIJDn9SB2C4nSLF38IyO\r\n8AJeiL80WsPl44gt19ldKOOBqx+nhAPancPAdIYJSdvDrFtZ/ZhK+Ol5+plm\r\nDmxZsM12gBZLd6kUu0WzHvu+DOgDI0bfJavKxrlUI8sZTlEhKXQCFehWqfMZ\r\n3gDlKFx8oTaL9ffaIFmohjOQrcr6e5fBwlXRj6BZOWSN6sTEc/rd0OrWaLlN\r\nkDl4fjO3X58xfrrJhQrnMpxmgvJB9PLK6kxo91ZDjc30Fu648Po5rsegcQt4\r\nkIeV3gjqt34VH2vWt6Z2tPj/X4QjTQ1Wganntv9S1/wdLfQWjF61rBYl5hvI\r\nG/wFGqDT6qZNz6DOp5wKh2Y/XvoBs8hX6/0=\r\n=lnmX\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.49.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"","bundle":"node build/bundle.js","ts:watch":"tsc --watch --noEmit","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5ae450d351ab5881c708308c378d242e/zenstack-0.1.49.tgz","publisher":"zenstack","_integrity":"sha512-tziOvxPfXSGDFO5s2MxUiDDRcefYFtrTZoCai/oSdK1vpoLJHypI6PwYcNU4jd2TFYfbAx1nzg444h9DxK7sfw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark.png","light":"./asset/logo-light.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.21","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.49_1666616622703_0.5936608792052209","host":"s3://npm-registry-packages"}},"0.1.50":{"name":"zenstack","version":"0.1.50","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ymc9"},"_id":"zenstack@0.1.50","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bacb14520fee059e8b759c637634063104a8b2c6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.50.tgz","fileCount":57,"integrity":"sha512-zTtlaPahz1MXO/e4IWTiC2uPMdSDDjSvc/xEO1ukFnK8YeFyu76MlW77KarG57hb4Ccqg3F/tcC+5L/j4G0KAA==","signatures":[{"sig":"MEYCIQCnP0B+Jki2dVRTBth+qis1QYt2nAwwaK+9Wn+40Yb/XAIhAKSsrymQo3iZqfdNKF28UbKR/Q55VSXgBLqRgbSu5ZbR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29785334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV6Q/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHIw//Ze1YqOndPH/vvuiPZa41SJFkhPCYA8Mjygc8HJ891WIw6iw7\r\noyWedn1fcgZD11PJzJ0rPQ6WjfvIGzlpaSGBlGJUmBf3uORkoF6P1Uj2SbmX\r\nwWpgYAe3YFe+nJX/TsRcn8bKmVyShi3VhI83TsmsUckGl2DlL9PUbsVGL+1w\r\nxKt7IMnlIqeSOkJ1+Frv4pJ24iBmpKgcljxclrRXR59KqlQ8qyJc8KgCamzG\r\nItD++AZkAdLpdHjg1TLsMFKvDtZuwKPYGvYPm96H86IYh/+12UT4lPXKSH2J\r\nhUd3K5T2B2XM1529GG6MpViIzGNeAQwXNs36dWtYH2023bP2smzeUxHc7n8e\r\nWDus1FBxs7EMcetf9yOeKWE5g0xp0FCJ37RdasPU4+1y0gkyTumU4jg6OcnX\r\nSdiERe4GrdYFbjPc2ZkDFjykshPpo+CV1htt8gufMRf/1YSbi5ZnzseeIZUO\r\nD2urUcLE6lJarWGj7fzEXr3OmeL4Fz3nzi2CMZJAaoe+kZ21/R+Q58wvL3fF\r\nyFMI3rzlW1dOaRh83XThXixzRrdkkJyPrTtljKE+DcvqupnN17X01bj/2G3q\r\nhxgB8eCjCsxz1XyTWiGl2Psu3IqydNLTZotKEIMuUXNTR3JJ5TOgc5SYPa6B\r\nLyZeCiDYkOi1j3DWcl2Ol/2/dbH+vgtBbrE=\r\n=PSNB\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.50.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/705fd4ff00568100dcb876d6fc71a5c9/zenstack-0.1.50.tgz","publisher":"zenstack","_integrity":"sha512-zTtlaPahz1MXO/e4IWTiC2uPMdSDDjSvc/xEO1ukFnK8YeFyu76MlW77KarG57hb4Ccqg3F/tcC+5L/j4G0KAA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.22","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.50_1666688062930_0.26207168477407095","host":"s3://npm-registry-packages"}},"0.1.51":{"name":"zenstack","version":"0.1.51","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ymc9"},"_id":"zenstack@0.1.51","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0d6012824b55f0f0966d0387a7d64bf8b62f5966","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.51.tgz","fileCount":57,"integrity":"sha512-OVOYY2p9+X4l+dOAXIr+O6oSiCn6THjJeLoetw+nI93VyIlj3AB7fcc9dSnIv1yIvDkiAQM0KtdNJGSSSQR5TQ==","signatures":[{"sig":"MEUCIAVwj7eFpIAUbmQEnJ6TRErB1tZlgPNA9KnUtrFUTFu+AiEAp5A9KxCiNWGGtx0JhTzjsrDx4KgsvWDejTf6dVu/Krg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29785334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV6hzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+VQ/+OBNkS+I9blBiywjB9m5ys6ygZF1G3JgmHLkYeuGk8x6e7Lgx\r\nLembwZaKh15g/F7Nl+8lRRu8sigjeaAp4Ic4TXo7Wcailzpf1rbY1ijdmJXi\r\n95RpOWrVluiwUy8tR35v94wsb5I9rDQgiBDr7UimHVA/6Tm40DSBDKiJpBZV\r\nBQcGGamHfyjzBbWbTigd/aQIuYpCuzCPhtd1KXv5hq0H3OCzBzQKzY8dD0un\r\n/yx9KklEfYtvHVnnNlzse4mlUFUc9cy1sV+m6Ei2dh9P4cOXwt9FqgAw9EIp\r\nZSOjZ0gTRUrmZ45VOx0VXKuZTwSLRhrF8y03wQgzK001QeDYopDgeBvc+ESI\r\nMVU4lt7yV3Ggrdt4sE/kUujaz3nnwX8bbsk5QmKOb8WcmdQR8hfoELbcijTc\r\nC+eWXaPtJS9hdsijjgpsetvf0lVVFK5OUPxlCgsGs3LkHFFFDWuYdGMmnvk0\r\n4MCXli9T2Pm3zjo3IQCagjn51gUa7LpQivFejyKWcPDhnGRU4Chnoxblwp1j\r\nqEAm2Sy0jvZXXoznezQTVZLYDw7kSRgeaTkH/o6OASp/O1PUXsymIWazqsCS\r\n+1Z/S4NfFfKXWzhdUmSSVhN7m6esEVLpkWWtW8kMurM3LdTxaarksCMKOOzw\r\n6ArfutLhuy1p2tRICEbMJSJDfNlmAPGpRYw=\r\n=XFXP\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.51.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e912bb0aac86618371f7a48907da28b4/zenstack-0.1.51.tgz","publisher":"zenstack","_integrity":"sha512-OVOYY2p9+X4l+dOAXIr+O6oSiCn6THjJeLoetw+nI93VyIlj3AB7fcc9dSnIv1yIvDkiAQM0KtdNJGSSSQR5TQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.23","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.51_1666689139676_0.2202597631070986","host":"s3://npm-registry-packages"}},"0.1.52":{"name":"zenstack","version":"0.1.52","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ymc9"},"_id":"zenstack@0.1.52","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"24aa9a9d6c993e0a0663d1838f58929445056ef5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.52.tgz","fileCount":57,"integrity":"sha512-51VSf598CHvKEV8RtKABl10grJVJSpqAfqeRH0B024mVZZZN1WB+pAOjrFwJAjE5V8+e8I120AhlT+CUfhIb0w==","signatures":[{"sig":"MEYCIQDPyNvwIWHzS6WhcLVfnCNfYMPui/r+RycOfNdMNy0DKgIhAPBQ9/+6PRUoxPMUyh+KxqQOChR55AH9uARQub0rWpeT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29785334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV6tAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPkRAAk0JU6DmRUaTGpRMJfYYaTyd8tGjSp9n/Mi0QYkWjLxMhYtwR\r\noAMKPfFFTu/Boc4eW1lMLzI9g1zdmosz5vDJI1zRejseGERm5HqJTktiYKOh\r\nCE8lRPeFWBylhUNvNreiUx5569ZTW0U8kA0Xs8JjYnfmZVp4k2HkFevlhgt6\r\ncSL7zSLzVdGwT8ekjWBMSYXN+u2jZjZia6auwXX8EfulozsZkvge3V4K1XwX\r\n1ZVG+TbGGtliShO3Gl2wuz4FLULX6GJ7rrAIJ95b1zQiYHk+OLLzG727FvQJ\r\nP1K+JeE0aWfnSbGXWzw99Z7ogN8Ri/uCDtEy0nzUwife0MitL44muh7lTmH1\r\nJQLSc6M1d9pkWkBtkHSNvgrADB7E/x9kfeXE87CpoEXfP8PuJ20kWjaGFL0C\r\nFgMzSHKTRfS+ic3RA4X3TrvCKZ+fkoDJNhmWyAOopKbabd4dXO/bqe2F2K1U\r\nnklml1kTKyB3hQ3fgVszIyhphZgBjpbzP73kNgpnv3cvsYZhV0rVRGzts05E\r\nfkWJcrEU+3stReheJ2PXnq26UMWr2vWFM6ELscNZDe0k+cggVAuX0nCSFZGn\r\nTdK3Exp67Y5fvb37JXPrtkwf52FK5HMrqXbCg6uxNwTWVPTYuTeHAh/jvYq1\r\neUqb+9xIi54sG+ungAXqUzcd/MgatKtbRm8=\r\n=CYNV\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.52.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/978508690fea70a98c17d96405819902/zenstack-0.1.52.tgz","publisher":"zenstack","_integrity":"sha512-51VSf598CHvKEV8RtKABl10grJVJSpqAfqeRH0B024mVZZZN1WB+pAOjrFwJAjE5V8+e8I120AhlT+CUfhIb0w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.24","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.52_1666689856199_0.7331993277070887","host":"s3://npm-registry-packages"}},"0.1.53":{"name":"zenstack","version":"0.1.53","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ymc9"},"_id":"zenstack@0.1.53","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"63bdd2c38752aee851eb1dd16062132025834b6f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.53.tgz","fileCount":57,"integrity":"sha512-1S5fzLKzlH1xvFiWoHo9EP1X2KLCe9BUQL6SdoLqZt52ryoLfQPHi6oVHz/uC1TO6wzec4E4RMVa9TXLwHvDiQ==","signatures":[{"sig":"MEQCIAM2MUu7BMnIVeaonBRkGjlYRDm29r9ZlDRInvrt4wYWAiAPcpCPTu6LX6YWhD2SoVd0Jp4aZ0AIjCz2VzzPuiRs+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29785421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV90aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmBw/+NcDJ7yd/VBDmfn5JXySZif5gMNC58+8m3Nz0KrM+OA0fFrCP\r\nQWtjvZE6AFHviRpjDToigaDL8f84Znm3/oEPCZyjL2su8pgWItcDIZorc4CX\r\n1qzwDmm+rQR+145VDMYWIY6W+rEOUuipUY1Wxa67UvN3yNZHBAuxHtRm5e54\r\nBrU2Xyoflt38manZgCyDMoxTC4GeAgIZy1asWpAc2fYtrBwDM0y3bE7Y+Zkc\r\nMvPB6V1+nLFmRPyYLioilRyNTPagAV3XwGtPKgTecLlkJJtsqF3yyshaKLvd\r\n5+E+XhPtzBzXW3VGi42WZm1h3K2/Uk3W4NTOLW14rxjfr/Z8v0hLe+QZpOcz\r\nwOGWkp+qGmXrpVcVorPPGHxUtexFYZ3+DtP5FNX6ErCevuD/rTErg+X/j4G5\r\nM/Lr5uErhqeLttqj60deckwtbomZuA6Dl8tkStdWXw2CkcM5a2YQuneJtQuP\r\nAjdbpHYkHigKqUbKZSzYUw61LIpqWCrU+Hjf+n/Z5+5lHMaAOwaBQQYHs1CR\r\nBV0gLbz6vC7mDqOJPaogNHixnRvrND+5bCbDTODYwLH+ejQgEPcbw5gj1nzp\r\n155whEf986WqoZRo+Fef3IA7x/B7platmaKYSUKOdSqYNzf3acxut8mghInU\r\nMNLODX0b+e+PPPlnuKuk9lq7vq768hXegh8=\r\n=Gg8l\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.53.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1718830fe702ad35ab337ac4cf51bdb2/zenstack-0.1.53.tgz","publisher":"zenstack","_integrity":"sha512-1S5fzLKzlH1xvFiWoHo9EP1X2KLCe9BUQL6SdoLqZt52ryoLfQPHi6oVHz/uC1TO6wzec4E4RMVa9TXLwHvDiQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.25","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.53_1666702618309_0.18718449486334365","host":"s3://npm-registry-packages"}},"0.1.54":{"name":"zenstack","version":"0.1.54","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.1.54","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4fda83530b26637cb93bf8502ec1091d9dca96e9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.54.tgz","fileCount":57,"integrity":"sha512-Ah//m+PHhlMIVWm63JnKUvKBI0fHTbdP49TRdPAbyPIdV3rDzbUOF7cp/X/zZhd2xvEefW8zkGbxLtNbE2Da4Q==","signatures":[{"sig":"MEUCIBy4YlQMjr8YpQkDrdml+UVQDro8Sxt5cYf3cRB7B41rAiEAsbV+LHp20lBEZSKGUdAmVxUunSt9CHRj/B0e+SMptDA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29785439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV+DFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1Lg//Q0e1CTMDKRpPBam4VTcw7Kag14vDEKjoi97JmQdqenmoEF/o\r\nKcGlupIzxkWvgNnix67K9qakB1B1cG7+tP8upFP6iP7skH/y3n0Beum2pusv\r\nDTilii8O0oAoZHAHZSCimwtSgoyZqb5TlJWRYraQUyIdHiZ5hAWELitK2Fhg\r\nIvnFBHEC7KN+c9AX8raWlGX9ZoqMXu7yrR6tP3kQhYxBBCDxgpoILfwIo+ga\r\n9ruaaAHNIgcr6wzzV4ERmkL0qPdUkG7i/pY0XEk7WkOnfXJC+bPHte7JNpT4\r\nkNOKEVB4o3Myjws0YoCOGD4efcefL9l8Q/74XPtPKz7vZm5CXPYcmu9osiIW\r\nCJ1kmO8XZWCRpqemi9dd95UUFHWyVlCXcICtxZ087EOS342q8BG8GNzFp43S\r\nG3jPorbwtCkR/O3Y2/6A7wpEa87QG4+yYRw4/z3PhiZse2o4Asgwjlq1+rdR\r\n6mFySF3JnaA1Q+4Z7Knymr/On2BfyB3MrfR5Gy7NKluMqZpOEFuBqK4nehOt\r\nG0ZCEp9owi+gbu64z5h0cvWGPCCmyOkSAeA9Ri40l9EgwejQsqMdMK6Qr8h/\r\nREaJ9xqM5/Q3jqMAtw2TCMSCLlg8k2UVR9FCVAoKm4Du6DfoKP7SUrxcGNiD\r\n8vcaPe6Mc21wV2FmAk7S2j8F1cw+bcGwHEc=\r\n=drv+\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.54.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8345703dea9eeaa1d01720c636144992/zenstack-0.1.54.tgz","publisher":"zenstack","_integrity":"sha512-Ah//m+PHhlMIVWm63JnKUvKBI0fHTbdP49TRdPAbyPIdV3rDzbUOF7cp/X/zZhd2xvEefW8zkGbxLtNbE2Da4Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.26","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.54_1666703557373_0.2635737528295581","host":"s3://npm-registry-packages"}},"0.1.55":{"name":"zenstack","version":"0.1.55","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.1.55","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0ff837d533ab405f76342de1fe496037912da443","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.55.tgz","fileCount":57,"integrity":"sha512-bVqh5eXM7QmG3lRzCVEpxPfxjPAiSFte5E7HcisTLCo/lI1dQ+svAFPzlFLlv4AwNCKZfhGaOtp9mMBjLVI4Xw==","signatures":[{"sig":"MEYCIQC2G237ZNykM4COPNJo2nxWFd1aUUu56jr6XzvCAjyOKwIhAO+bA/XMcBUsrCtz/Il4rLzV5AD45UwRCilSdL6EEoKE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29786565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWJ+QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrApA/8CWUIsIII9V12hniGm/lCMOZIRxPZS6qh6CF1NKDeiM2usBZe\r\n0/1H1FVzet5PAJrOb1spuEnKLS2trZjwxu5dBORInuUhllSPUlLC31vOI5rF\r\nMT9p3IPcdT6VO62I8yT1RsVRfB/7FBdTTnlxhdevJD9kea+ud/p8623o/XiR\r\n9VACqUJ7vzrc2r/exFQCi9IBe93pITFm3Bj/bLh3UhvtypIgz8cbelpWczOE\r\nKqVG/PMT9U/wJ1uvHSmt6lOOzIn2cM8gH3AXFCAXBnSpjLMTuFc2K0/E1z9Y\r\nnm4E6aeV1rPQG4uFyLcrqzjVD4lEBeLFC8XINozEVCo/pidUuWkD/+EfxusN\r\nJpOPi/Wp0JrZdnge2XLguIA3pnsCueWy96BJjeNCrRV8W8CkBgO9mDkMnc8r\r\ndK7Je/83C/ASbc/u80dvPVscdB7vqBdqWtRdq5sxbvtFJxTb1gkV/qUsIyWL\r\ngLKwuD3P8hXpIXTkVTmmHm+3UOPRPGNrTpGTmWCA1YaPkxzBSX/ktIbbCud/\r\nXgvAyocG18yJrzOxVVw7TYmJSnBqGDZnvHDzdUvhjz32KeFXsAl1k3OJrk3H\r\nWtG5a34cwDE+vqMmQF24LRvdwkzWOO/hM4Gs5czZtCenIuYkw/QkD/JQHD5u\r\nIbQLNHAlXLKgcnLnZ6j1cPY3Azo9nGGuudY=\r\n=RVM3\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.55.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/eb83fad661e8183db4818de404683b84/zenstack-0.1.55.tgz","publisher":"zenstack","_integrity":"sha512-bVqh5eXM7QmG3lRzCVEpxPfxjPAiSFte5E7HcisTLCo/lI1dQ+svAFPzlFLlv4AwNCKZfhGaOtp9mMBjLVI4Xw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.26","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.55_1666752399900_0.8160866573775909","host":"s3://npm-registry-packages"}},"0.1.56":{"name":"zenstack","version":"0.1.56","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.1.56","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6f262e95c5beaae012c58ad74d4052d0ab12bb6a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.56.tgz","fileCount":57,"integrity":"sha512-DCZEbcYVOf9JkBw+26NJR32dtokXXkTHky4hudaU3uI6afgdFR2DEpOSuuKhx4nrRdMGtAvAus3eGouYA1emsg==","signatures":[{"sig":"MEQCIAbyw1x/QAUYQbSX3GLrStEmo5bQ1blZX44T7RRTSDKWAiBqdt97DS0kXnZp9x53aXeqPyWSNeQdzLrklXDWWjt+fA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29803968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWOlQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7Jw/+MgDgEHsL3KLGfZQ1IkgbQ9HZ9VC4eaq5fQKcVHjASmBwB2Vb\r\nB420lU54bKwmcKYig2+XM/UiSHAzv2O8wXVMDiVGnb48unYtsKp3oYmoCpDs\r\n7YhLKdYac7r9pfFEHaoFNM4zOR/mEjQe/o/65209aNLgNuX7AcqUqTEvTKU3\r\nx27taTT5O4AdAM0flmlefFj3JWPgaDfeHP/sCsWAdFDRHScArSpngw7rRSix\r\nRQAUH+/tvvOZUme9yYcW1thK58PJ3r33F5zo7afjo+xNvcTH9AY//mZSDlIf\r\njG4w6hjYW2nRTUsW9qzp479BF0cvNVEPthNLA3hiOmxNUv1byKBybQiHo9vp\r\nPLFwy43GyGsUBH4ZnGkvV+31b7uDmXSieNOwK4SoYpfBQc33PSFl1l0svNhv\r\ntdO5f0vURMpWzIQVnpLQBukm8djBYEJSSbJnY8yoQm8GxiP/hOK9f2xJbWog\r\n+vJhwHZsj8OAx+LQF504RdoYPh0OIXbxkMZTZddwyUCXnvCuppYP9BF746vt\r\nXwIfLfP6uGQ+qckmyWZVoFrj/lrePrcb9H5Lxp0BtK8llCQvNU2elY0DrAH3\r\nS/PDymIFarGFRNrD5o32skksAddxVxywo237Ic9XQyA1sqs4AkQ/HKVEclwV\r\nxDAnG1Na/zBdZLeuM5BCh/iW/DZCLaMUuR0=\r\n=UMXa\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.56.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cd4c53f956ef8cc1bda4911b224f3480/zenstack-0.1.56.tgz","publisher":"zenstack","_integrity":"sha512-DCZEbcYVOf9JkBw+26NJR32dtokXXkTHky4hudaU3uI6afgdFR2DEpOSuuKhx4nrRdMGtAvAus3eGouYA1emsg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.56","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.56_1666771280402_0.9227813991676075","host":"s3://npm-registry-packages"}},"0.1.57":{"name":"zenstack","version":"0.1.57","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.1.57","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7b1ded3dad7dd1c46adbac845331ad3cdb5e6880","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.57.tgz","fileCount":57,"integrity":"sha512-hVLiCEMcKCT0pVujik9NrdcdB1+eE5Zrv8jRvV9u/4JNGDBkMgQ2OHrsyPxMmmqm8A2C2exmWpIJlnGlky7IzQ==","signatures":[{"sig":"MEUCIEbNURF4w9OlF7nTtDsjPpDJPWiFsfiPfTdH4ZBxGHUkAiEAkRwQIpZmJ17vEyoMauyxRzIoJ+NQ0HrJwc1BiIx5nQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29803782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWSu6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaIg//S1EeDPZn3C+87/SBejimiEE34Og6OvMaa1fmBxUc5oESxxmJ\r\nWfDz+Q1LHqzii7w7EY0gEZ/ppUhSoor36KS/gDpaSWQcVoQMV33W4uF/2SWQ\r\nhweMCXxEpVgYg7+I9C8Ek4EX09/Ck5mM4f0806S8CawtYCljVZzXgLFOaRM9\r\nLNw/b7mr+fJccnVAepKluhEV/SwBRtnXbR8mcrc+Y2ctU/m0iS+/d1zpyDT+\r\nFfoi0sqdIsU2Y/HZ51wFIayd5DInGxeWw6he3m979u7L0/Pxyvnor90CzkpF\r\nOtxKILPhwiOuNGd2T0L8ZaD03e7sH8oiAUYKPKb1IkdaLOoKdTFZJ2e1cez4\r\nmdtPsDrwE4/60MCHiLcNwJf9AcyAjM8krYxYNgdKLEskMnN/L30RC1wAgGEl\r\nhebFOSWjHjQNzsJ8p8ckV2ecibkqjgRKtfrxxv/zVqoyuWVbxc0DDSNeZL/2\r\nfdvcEBpqEy+LFqWK+/AdntmXQLwCSFtTxJQ8N+Y5FTYIHnxJ07iWRd+p/Fs5\r\n3wGs557sf8HSWupLe7wNWYDz4YudKTMm3KQpBBIpXRxngkMv6/jPUzK2xnMw\r\n+OiJLNlopNGKj78Y2ePSFJdU26qkWevnAuRwu2FY/bCxDrOPVfD0X7j/G0NB\r\n6z4gVDtEQoZg4ybz1ajHLvgtSn1wGkmtuPM=\r\n=a8F3\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.57.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8fb080350658852140ff96565e3ecf05/zenstack-0.1.57.tgz","publisher":"zenstack","_integrity":"sha512-hVLiCEMcKCT0pVujik9NrdcdB1+eE5Zrv8jRvV9u/4JNGDBkMgQ2OHrsyPxMmmqm8A2C2exmWpIJlnGlky7IzQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.57","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.57_1666788282476_0.7988373458926796","host":"s3://npm-registry-packages"}},"0.1.58":{"name":"zenstack","version":"0.1.58","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.1.58","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9d061f81ea54ba18c746f407a7e50be17ce9ac73","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.1.58.tgz","fileCount":57,"integrity":"sha512-wTTUA9Ns5FY29+5rFu1jOlq4p9xpZJmFLBGXJAyERCGu8I+xB63wQ2G50D6bkk2a0T4uGcjrI8Juhs0Pk1cROA==","signatures":[{"sig":"MEYCIQDrKhbgfH93Ixc25SMjWvfYp1gORKzihRwfKXyBFe7Y5wIhAKr/KXVNBLIBkNjrA3KDFZFJYtcSoybnzhwtP8A7P3vj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29803808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjW/hJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnIA//VEa2dl0DNZz0oY1feEHgqOHGjS0u7cqt32zIloIpqa5nfLAg\r\n6crQ/K4r72Yrw0rHIALGkfCCkPe1IWr+rT9kv/jCdURCHSJK/dodGiz9gzKI\r\nuL9WkAPxkmFE+0WJXuvcCrXx6gSRTHGCj4T22VVA98DfX3UevkH87UQ4kMFA\r\nubOQU+o9K9EojNPx3rXQCBCKrIVz6J+1qg93+SzBlk9yEsDWqdUv521BGOR7\r\n3WrjaB88cw6cSID/1Wgp1JUOgHd6+X+4ty5s+AKnGMwKefit99EXhp8GJcBB\r\nZsmeojNpxq+2Xk9mxi9uhHNN7u5Zfd9dCd8Ke4O3KDe1e1z6JDTwS42sSM6/\r\nqGrqzpcrxbUIFaSI74T2o3KiLfy9nlvVKafabPFXxCIpc2RLbWPwxHMRY0SH\r\nOxlYzVdH32X422ct5ILfoT3xjJsNvRutxPryz9IC4klkBQuQKR0Wp/YVhIyd\r\nTy5rJ4Tjw2KdpquXu/ZjLGyuDeDmDyyFzWFFGNMLtwkOFBmpkvPZd8GgADxS\r\ncFwKTI8QbNtfyVymox8yDalXLOlL6nHlImHKeLvpO29fLQ3urHs6WahYPbh1\r\nuSnG8pKon/8pu4Z2+EI2GwZCkZ6oSrSYkUJ1Q7xzADzy3aUVmeVA/VuRpOaJ\r\nUofh9mj+xknoT1e3WOGhxqU+r5cLJjvPsNQ=\r\n=GC8y\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.1.58.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6f103c3a060f905df8435e8687b16a5a/zenstack-0.1.58.tgz","publisher":"zenstack","_integrity":"sha512-wTTUA9Ns5FY29+5rFu1jOlq4p9xpZJmFLBGXJAyERCGu8I+xB63wQ2G50D6bkk2a0T4uGcjrI8Juhs0Pk1cROA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.1.58","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.1.58_1666971721487_0.5781594231402514","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"zenstack","version":"0.2.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.0","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0132bb22b4fb04c36a4c666d019cb05cb4b0e272","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.0.tgz","fileCount":57,"integrity":"sha512-rCednJcLtD3cIgPvBUDrlQZTGBgbI/fKlT25iqe89jBt/Lq6pFnF42RwkKmTzjHL1nwYNjGdH4bqTdQjS5vzJg==","signatures":[{"sig":"MEUCIQC/454e898p84NprVsWnB/TWIuuENkTXqEqCGMqPK0BygIgW9w0hFoaUSeUu1pwG6hNxdTDq7cx5jYM/2g013N7zg8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29803805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXHnpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrz+BAAjQgjGAFbq8cs+wYG07Q39QF8cL3w1XJptLHf8D7D1L+ju/eh\r\n+ZdwZkGBAMBpCDZr4Ry/wHPna8NsR5Rzu0SYRmdZfbtV5vmtHUL2KZ3SVA6V\r\n232VFC3XZqhA+yI0cIApYJ9c2W8Zc6yfDbpn3wjtptIoCeOS590oMryFZDLH\r\nAiPvc6xkHy/kbwdfrUGamAJUzTv6DMJ2ib1OxOX7b+w1PlRsBZ4denhyVGqw\r\ntW+lTEt8PUOmntyRmnG2Elg49HnjrUKLMaam7Rr+Vcay0iFxxfpACxpaa7ev\r\nDFvD1RynWpPgIRjtsyjulLTl1Q2WK75VX09UcJ55WrCiXCJh34Puyd7Tm9jy\r\nkHEpRVb+1TMymEdwXjY1BMz1wqJddDYJcQCyJf/hZLTLb47msmeOZtHttLZI\r\nAFtOj0nBcnC71Z40vLgUZZR/n9yz9afETbdOqC9SnnlzShMMJks8otzkipyQ\r\ne60Hsx6ak9+8q6DArZYVgXtWYGPIlIKRbZBoo1MiBdwgTElVTcEnfWQ99gbv\r\niT1bMS69WyP4zh8aqqAfbuiFLzSyVQIpwEcGjlTfbRfZ6HN1Y5gtixYWoVPE\r\nZgLJe7XvXTJ2oDA5+K85ag7JO2g95La8kGh80eIRbNPyNqf81+aEHH49HrYD\r\nHMu+G0MNXjqQA+mBA38ca7ZPwLDr9dIGdwY=\r\n=jSuT\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.0.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/7d036067310c8853e9a0fe0f1fc7eacc/zenstack-0.2.0.tgz","publisher":"zenstack","_integrity":"sha512-rCednJcLtD3cIgPvBUDrlQZTGBgbI/fKlT25iqe89jBt/Lq6pFnF42RwkKmTzjHL1nwYNjGdH4bqTdQjS5vzJg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.0_1667004904901_0.38198227278551067","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"zenstack","version":"0.2.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.1","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2cc9b6c156ab0b3c8b6f8f18e0675f63a2a3c30e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.1.tgz","fileCount":58,"integrity":"sha512-yCJ6TnE9ag8nE75oJ2+/WDkRmIyhSW7vF6sDuoDOOlOQwscX6haMhuugCn72lfGdbsAGQALp2b1PctangbQwQg==","signatures":[{"sig":"MEYCIQCk6CbwIi+6LOcZCukzjjT8f5ulWE4CH+Vt3g2c8QcM0AIhALZY1qlsEfnHcWRk9rsXD+hM2RoxuEZVtN6Q6LoWlYRl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29816284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXH1FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo05Q//SEVSXi+AkXLZawRgcBE8nee2h5/xEQPkhVm94MJRQUFtRndX\r\npuJLLTwDgRJk7+H4hBEaVCG1WJ3JP8zqgJQm/oeiXhWcYeVquVXuBbU92fgi\r\nom5yk6uQiNuw/tlyxElLRSFpWsNejScK11sEJcNWZCux/zpKa19Z4RNAUCGY\r\nS2HPIHzEDtEs9yQZMqOrzd4+jSs+eMqC9caoeQOIC/gBRoZQNnwv0/PHV+KF\r\nOxOXGvTFETHzSEa7aR11amsQgyR4R0SSaeRnDaxP0eee7YgN0WrCHUlnD0+m\r\nXmDFrUJWFSFlUhcJ0nXl1P4jsVowHLKj9G7hUdS3vVwIO3w206AKTEwO67Tv\r\nOzu93JxN+LLK7APz1a5H7dAGkRt8o68+7sBys9JN6OdsDXZ8q1MZG6BDP1Y6\r\n5UWY0YMKXg/2VL3m1MPDNHnabZjoVJ8DAiq/7t7thPPVtoYU1Y5mmaMjMg2X\r\nXM0dvNJbJvJw93AATxBYtpmlcBMNKWrUpqjj+myNmeW+1IsgB2kVqmlAvEdv\r\nZldYSCyisnrT7oV3X55XNqgPr6WOBNersaof/6Opq8Wo8XOYgHGwef7tdGM7\r\n9E5vV9TRuDifbAAQ1VxEIohU/hiGBRV2zegMu4h9UziS7jCtTqGP6CR8MRAD\r\nr6So13Lkx81YE+S7ud9bdHMsYU7T/15fuMk=\r\n=62W1\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.1.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3e6d5a28130d9b20721fb95f80bda734/zenstack-0.2.1.tgz","publisher":"zenstack","_integrity":"sha512-yCJ6TnE9ag8nE75oJ2+/WDkRmIyhSW7vF6sDuoDOOlOQwscX6haMhuugCn72lfGdbsAGQALp2b1PctangbQwQg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.1_1667005764708_0.04993621773090595","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"zenstack","version":"0.2.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.2","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"af892800353a396e13baca7ee2eca2f23db5a257","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.2.tgz","fileCount":58,"integrity":"sha512-9ntLKyYJE5zvLOTEsSegloPx8fmj60g7c+h1ytoPsZf9yuVZb/bqxyNOukew6l4SDwH7xc8fZpKYVCrml82gZg==","signatures":[{"sig":"MEUCIHjPL8P6agwQxT8/G4CbDZJCB8uhnkgHAqGRHpKsRIhkAiEA9Ovu+RO5+3lwgbDpMhi4nMyDBF1kleb5lVbmzHeReaY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29825210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY6wzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKjQ/6Arn4xHGCoFsLnsRKcw8HN/xw+sIkXsyRpysRMTJEYDs+alGn\r\nEAcaI0FUX84Z78fY1l/U2c/Qk8ANTuVPWKn+qzkO3/+uLseYwDkX3KTlgXcS\r\nUeVj/J20POIZe+P4/0UzLkxuPQesl7YKkcL9UP5hcGQhx+ZW0zTgch4y5aQm\r\nCJwmGAMzIxFFk+y22j0szIifedWmyMCrcG3z4VltZSgxZQjkhSCbgRHBlJiX\r\ne6lQ3azcdfhWt1qX1bt0MQXjcbeV93w1wV8nYVxdL2/TU2NDTzqjn3azZnWL\r\nQaxWr3pGkGfU//X7ziAMj+zK3rNuKyTP9Es4SQpD14NPTRlI87u+t+rf1FTT\r\nHHG+vksKBotENVfBDzziAHnmaKFheJ7QNC3n45Mkpzqz9pX/XeRtYPBrf/oJ\r\npfjsPVw0KBW8iASW0w8AGbswifEHCo6H4Jo3wyxRymXRShHeGm49scyakprh\r\nco0SBBtA0fPovE8KeGCOYj7epsY1iK1QNqX7u44ajewfIewa+CGiBpCIbUhZ\r\nWTfAL6PZRcxJhCQcZT5nTZLRj36qbZZAg4qstMPg8QYZ+2CsJhKB8GqcDWur\r\ncOV0qg1fPuIyhSbC/OQZ6g//YUwCHCRDqHKQFhjKfsU2OMFkoi2HrMNl5kvV\r\n3C2q17ffF8qOBLGcM7IJc//wpZYIlEGn8rU=\r\n=kfZQ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.2.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"cp -r src/res/* bundle/res/ && pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d926aaf1ed0c57c7a52c8455ea536032/zenstack-0.2.2.tgz","publisher":"zenstack","_integrity":"sha512-9ntLKyYJE5zvLOTEsSegloPx8fmj60g7c+h1ytoPsZf9yuVZb/bqxyNOukew6l4SDwH7xc8fZpKYVCrml82gZg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.2_1667476530739_0.5315364220679368","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"zenstack","version":"0.2.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.3","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2b3b2ea084d434cdd0ae33250acbc17fedbbe232","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.3.tgz","fileCount":58,"integrity":"sha512-VyjU82yQlLjG5JcJf4wSQZ2PvTqa5MWIM7XSl/WS77eTYMt0z7HibCiwtDSMJg7F26QPDodBr20z3kOhlgZVyg==","signatures":[{"sig":"MEYCIQCNglekConcV6Rki6SpNwTHKYP4mu1Yo1hhzf9D7iIblwIhAOINF95SIiuVhN5lAgvv1qiuN7rHy1adopGkqAdm+0bA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29825264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY7QXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphpBAAjb2AhtfupBqFTR3hRyl81BqqPylENy7fgQ0mUMnI8n9000r0\r\nLrolJeLP9bRoSOYPsiM2gOptqQxvOO98VjsLXFisB8THAszIkBokk/jsovPw\r\niJyexIkYDhUfeJvMIMV4cNlxliWuDmV5tCgm9GkMhGwNYvzngRZ053toSHiG\r\nGKVAxFRfvMFu2+bLQ0AYT4/m/OPGBtY3bCUnnJ0jiQcZ8r06VGKWpZw3dG74\r\nHUxBckykz2Tt3pe6mAnGZ9ASImdTYSpSfLkPttR+1tNxUbK44af2ezQLbYt7\r\nOeL6wjey6c03QiWs6ZlUXmVv6YnPwFQXW0JqgtBhAwF/ugvLsK+jolZSCzxu\r\n2feKoo9KaHP2mNSjx1qkT9QVH9GnNyeUFEzBUfmT7BMUKgsKVW/5P3V8n7rO\r\n1e/OH4sgJIVJQnFHCBsVV/fYYVHF7qGJiKDm6+kvwvF9UBM52HoZRMytW8uS\r\nizsSRwuEOs7986a7NQq6a6zQR+aO4X9VXm6qrmTBMqFIWEB9x8cfiRwpadWO\r\nh+erne6Jw/2hpbNQASBlhX1XoNs0AWIjmcm98zWCUOxSikEk+N4Ys3Mny/qB\r\n0Z5KGu8OpU/063DJFWUqHkMPjGtYY5fqt89mrG4UjhgL9P/XKmlcexasP+5P\r\nUkwOFgLnxEBk54nrOFxQBWNgba7QKXoY1Ow=\r\n=IwZE\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.3.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"cp -r src/res/* bundle/res/ && pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b78e8cbb65caec245f771f3cef6c8cd2/zenstack-0.2.3.tgz","publisher":"zenstack","_integrity":"sha512-VyjU82yQlLjG5JcJf4wSQZ2PvTqa5MWIM7XSl/WS77eTYMt0z7HibCiwtDSMJg7F26QPDodBr20z3kOhlgZVyg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.3","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.3_1667478551564_0.5379884979608667","host":"s3://npm-registry-packages"}},"0.2.4":{"name":"zenstack","version":"0.2.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.4","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"24395303f7c72b6589bce498d48b0d9235a68eb7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.4.tgz","fileCount":58,"integrity":"sha512-+FjPCiBmy9T/bERNqPZNN6B8Clj7dHKZg2vdyBKSLjC+tLZZsB6eGW1FlPaj3qdQp7zlxvacF8nvwnO1BwEWyg==","signatures":[{"sig":"MEUCIQCXQnb5LeYPBuw69G+dHCo/5conXYeHwb7EzmbJTB9PigIgbkudIjuF5zAfKe7zntOCYjcgyveWR2Ey9nrWtEE+hVo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29825295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY892ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDHg/+O8aQQqB+zE8Z3nfQmsumJAa0vTOhkF8OHNCbRnc7TxyzSZmD\r\nsGlyVqW3tIhDtMFcurET80yOpNwr+uHwJjS3IO7ChTsGnJr4n1LLNU++/Um0\r\ne/zLjFWfHWuU/ByyOji41ucWeupkjaslTKmv6bKwcDpQmeMTJgefzd+yJTfy\r\ny2+SgbpagLNkA3xGXuLGSHQyt+bDIZRhH35+te/tmClWgixiBL1TAlGIeyz1\r\nVofu4T02Sv8C/JwKb0nQ/Xv/Y4Hl9a559kH6VtCXQ/ecZ/6Z+/QX8xBOhx3N\r\nHaS8pVmtsbrzU6S8YHdg57LUsjgTyl6SUQWyF4q5mHjGOgGdY3q7r0fEDDz0\r\n4x34bMVTUiOPa/JiMCwkfltSAUWiHsnwqgOkxij5mDzQZdWdZMHRsG5Vq430\r\nnAJ06vSlRrzEBaWKZqCqKmFUczxIO0G+h0YH2qCs5wS5xBgedkcWPkVO3TLU\r\naoHGvLoLtRSDcIoRTh6oJjnTFaqJGK3H7KKQXBh5p93P6YjXhWlUD2ugOAfr\r\nwxqBYZM0QrKIlctCp81+CIz9piFIRQg/qy43GJ11AhOKkJf+z39vkEJ+gc0g\r\nmz7+Dwh4dpZrvwuHp+u3gYe8geMDFhWwSX+FMI9zv2+YcYo/19u2/V8rtd9K\r\n/R7qEwp3ETOloLIkRK7sTMzQS0PElUzj0xs=\r\n=RFk6\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.4.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"cp -r src/res/* bundle/res/ && pnpm langium:generate && tsc --noEmit","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/41050d19ded30a19ffba303b48205d65/zenstack-0.2.4.tgz","publisher":"zenstack","_integrity":"sha512-+FjPCiBmy9T/bERNqPZNN6B8Clj7dHKZg2vdyBKSLjC+tLZZsB6eGW1FlPaj3qdQp7zlxvacF8nvwnO1BwEWyg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.4","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.4_1667485557701_0.5301055063214102","host":"s3://npm-registry-packages"}},"0.2.9":{"name":"zenstack","version":"0.2.9","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.9","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"562c08e0ec68af9f76860257c3cf2e0dbf636238","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.9.tgz","fileCount":53,"integrity":"sha512-qLEM04i5T2rByrgCf8AWgc1LvBa4f3+IsxxBK+DtwiRaNPfYaZB7Z7Nck1vLHlu8S2eas/Sxm+DmeCiX5NlsyA==","signatures":[{"sig":"MEUCIQD56mxa4OLnManG7PGIR2FkAotFzU7dipduf92QT05HCAIgA8NNIpjKl6afk9eAMUAHjfJVTZCqxGCVfimEjICXoPs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7106871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaKodACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoY9A/9E6p3z6w+q+w0HsVX1tWDsI0FmFV3LUUNlQQCLME/prMVdjMw\r\nSKmxOsuTqmo0UWahRkAsGgJauahUVkUmtdku4IlFmmQEsgkCW+fn1U4FhzD9\r\ncMXMiF5stWbfxXg9v8HSjyyqx2ya92lhJiN5wT0GCuRBN4WD9zc53VwS67i+\r\nL0RHpxa+H4ttzM0mADsxjRP8R3vm/zi2zVjzuIEMY75TXD+3zZ7eXHcCk8Ol\r\nb0yUhrGPp7pxN1sFjcO/sAwd32M0e1HxGMDdP2kl+JdcTh9otQQ/Cg6IYuO4\r\n5Fg0FHdRqhmF7CWULz1tRcIS65thehVkbS2qzBPjV2w31SeNPnmV19f0RaHG\r\nAMblLnsjUDTDw+Mm0Zp29K74kacWI5ij+UrbYriVoEhqzr0iEvcY6myFfdcJ\r\nZyelb7PK0ZO3/0Y7OwVfySzMuRYGWnee8VgXbAo6vz1HPGOg7yOZf0MDQBFk\r\nzDn2SnyvkygcRtHOcHOp9mCbYKbrqfD1j3Ei9qRNZ5Vp3o/LabddixAr+91C\r\nM9za1LyGzeZE8QpI0a4nWpJosBeyp1UkeUTXibQpDVVEpOjh/fJ1u70F0yg8\r\nIGivLDquoAi+dnq2GW+fuNx8/sGgFwjvvtxCq6Yit1Y+UkSxWstwBIlXdzmC\r\ndbMx6pjc8KfpjnqW5K5bQp+ZTxqAEibjl1M=\r\n=8j4g\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.9.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/927d5723a67aa5e853b5842be20e95cc/zenstack-0.2.9.tgz","publisher":"zenstack","_integrity":"sha512-qLEM04i5T2rByrgCf8AWgc1LvBa4f3+IsxxBK+DtwiRaNPfYaZB7Z7Nck1vLHlu8S2eas/Sxm+DmeCiX5NlsyA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.9","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.9_1667803677269_0.809601411675331","host":"s3://npm-registry-packages"}},"0.2.10":{"name":"zenstack","version":"0.2.10","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.10","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0a647535d129212e4c7d668cd6909e500b4b7fef","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.10.tgz","fileCount":56,"integrity":"sha512-AsIP25k0qV/u7AegDrG38TbzOFIeccU1RIT9XDr4ae7c05RwD9+dniIgjNxO1AzvqZWl+hYQH7/ZGrMEcXQ0Mw==","signatures":[{"sig":"MEUCIHu7zX0Wwn2r4V9o+G2etw7CwnWufs9B9Fl6L4KKCdRGAiEAjVL1txJj79ycCMXWiFOmXZzyn5RYzMJfThpyfKzedO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29771218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaM5eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ1g//bdpA+h2aOVnybwExyeqCvIT4ugTbQ58sm8hLOCHrT9GYt8Ff\r\n6IuT64FTKAjLcMO+TjkdaGVLZP1j9iBR6Go+/I2u65pA+DfPD3aVVKeI0r+c\r\nbUY0IUX5eBVJLKV3CpIk1daPCHzm1+OHltZIw+8RbO4ytyPje7O+WzXMPPzd\r\nu4bSxflv4+O0/GrpTtWuYss87p9QzDd/8/Oy3gqDOGSqUAC6HQgn7BmTHBs8\r\nFwMPI7Yw+aQsZgRhpsiN05Rz5iWB2oGx9IlrlPf97uBWKJQzvKtuXqiiVlad\r\nsc77FTyh4zVQK/s42eGyuRcTVWL8W+RiINxRd9lD06t+saequCVOaUKpYtR+\r\nbzQwDcO8P7xDbEm9X3htjBcpvUfq3pd5XkqIFGa+WA4J9HEecBkqywxxl7yN\r\nGDBMdEP5v/u8NdCsJomSpzyoYbEJiYPvDjQpMCuujCsnYlS9NyGJRMB9BqsB\r\n+pvrwVslRAZyVUNFFI0MNQdYptuD7C+Nek7aXsjEqgO32w8JbvrKJ5QlnPnQ\r\n2wNpRJtWlIp0h/0jbyCnA6ANqiVmGyltImrZHcB2OKwGbmGdFuE9xeMgtBKV\r\n1835QQ3xzS9mIR1VLP3F1eWRHIzcNdUhNpcTfOENlvPedj2ssr564jsSU7+9\r\nOtMUKK2TZOgbGIvPz7+1k97wrP3TMd3EIdI=\r\n=Bbt0\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.10.tgz","engines":{"vscode":"^1.72.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b89f4e7e260e5f9262b8b9338bfd3478/zenstack-0.2.10.tgz","publisher":"zenstack","_integrity":"sha512-AsIP25k0qV/u7AegDrG38TbzOFIeccU1RIT9XDr4ae7c05RwD9+dniIgjNxO1AzvqZWl+hYQH7/ZGrMEcXQ0Mw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.10","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^7.32.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.72.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.10_1667812958315_0.5159223728785567","host":"s3://npm-registry-packages"}},"0.2.11":{"name":"zenstack","version":"0.2.11","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.11","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9fc78f769f63df98849a216ecf78431f60dbba46","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.11.tgz","fileCount":57,"integrity":"sha512-ddrTHkAGC1KbxVNTCx0X7zt8E75w83YgZpz/bxpmSVWaRWusrcA53mV0feR/vSJZTiezWKiJl7DQj2cMfdoTog==","signatures":[{"sig":"MEQCIAySUU8aX03HUg1CC8EznDwDhN3blkU6W2q2Flwkfil3AiB0B8OeaFC9ax+ytRCoC1k0HW2AoTBD9IBtKI7z2baHiw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29774912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaOKmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCIg/9G97byX0QJ6aZMkdCyfsARiyhZjX1Mc17kmczV18EEno06wNK\r\nUTfPqeRPjNmnizKTpH4nty+2hA7ysRP+h9IgSkvlPat8Mc13rwFbanWiIm0r\r\n75lABzo/a+iCPCIuB9VkJAcYsOn9Ey0hoBL+mgRktL5JbpbdAQARFmD5/IOj\r\nRao+UoT/ARn8L/hAWXAtjw8rku48xJIC0ZQAuvMcQxEz1QSyI1Ubui/3xNgW\r\nAZI8ef4Xjg2cB8QItZcDpoyJnitC1Bj24G2LGx0BknvXGkVK3Dy6gOzVDHVh\r\nZtBr+Hyg3a6ITtSbVqGErWjzNTm0q6ou8Cs1dXvHOygAYG36eZd9NybMaXf9\r\nGLdhh/8W5k0imxNdLvnfYlJuPsw72YpD+bhEmQf1JEkl0xr0gmm1MGfePCWr\r\noiFAqxZBqo8Zi8jBw/gZIQfMtvE+V11qyXcCYxO3KKzdDJ33DP3DySsrOi5K\r\nZVY5/uB2zs7DsXlDLQAatJOE7ABv3Nt4jjpttCyeDORmLO/8e4AWmBnfrhlW\r\n+YlhEUuOS/pGsAPSAXVMAeXY0CF1Nz++ZLXnlcVfdyGUHspych0aetXbjyTa\r\niyDEBxQCHAXv0L24b/7N55l6bT1R4dEsNCU8ajNHM3R5F3rzfeOHKjvo4sQb\r\nSYprSPbPklkwKzswlpWzCpRe5L3P4wVHfQg=\r\n=RrIJ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.11.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/98db9257579721ebecaca85da0b52500/zenstack-0.2.11.tgz","publisher":"zenstack","_integrity":"sha512-ddrTHkAGC1KbxVNTCx0X7zt8E75w83YgZpz/bxpmSVWaRWusrcA53mV0feR/vSJZTiezWKiJl7DQj2cMfdoTog==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.11","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.11_1667818150104_0.4051444399659423","host":"s3://npm-registry-packages"}},"0.2.12":{"name":"zenstack","version":"0.2.12","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.12","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"27e6d0451a6acb170c4574b91bf991e4e7520927","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.12.tgz","fileCount":57,"integrity":"sha512-R19mn1G/460ZkBWyTfUtatmDHy34q8D7y4FZLOEGEoUQp/Ij+wh7o0NGjZ27Z36QSy4kpUnWDOPu66bWUyRgQg==","signatures":[{"sig":"MEUCIF1ze0G4iry/figNsmOXTsOArXK5ZtT/UD+FQfhWBQ2+AiEA1CM60ke7coTPFBpF5kdLpa/ivucTRugJiuOvRAR6CjA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29774956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaSqkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQIg//U1udEjK7Y+m55HaCGtl81RwAoAba2Ij70Xa31EtkX5oF77We\r\nxtOksxU4S1Nup6lObaSAJRoG/tJSVf8xqjjwPRAPogcEHLhFzy9AI1RZoW15\r\nJrxVBs7sL/aVbTO0mYbiIYccEmwquWBIkmRo3EeVRV4pfGmUI88gdyKdFUy8\r\niI4jT6h8vqwzdllQgdm5PfMBT5h5Mdrp8je2eVYcx+X8ekck+FtVtE4199aA\r\njXjJrvFlCwr5P6zom8wQt66Io8Ja6y5P02gbTNJZru6H6bc78vx0U1MHk6WW\r\naUCD/mM33MQRCEiFCAq3axGDa5wGzmNeDRJJLGJEBU7MA8/QV/Ueh9xJYYmR\r\nuRxMyFYyXvlfhowPZd+To/dZxsxchN5Ls8FObSabiP5Efes7zxywi7VSE0EY\r\nsnXZKeZY5byt7pWjPQEg4nGmouTpb/eBYHnp0LVeDXEuN8t82cNhDt+FsulF\r\nwH1zESBEpGhat03jOuZtUfF+ptUFiSXyUrVmvwTH7ifHwOP6aweWrqLCrWod\r\n8BkjParoH32oBOgf3mYbETFoAdBrPa/gCEc4vdpmhSyziZUi4+Qe3l2Z093W\r\nHVctbIM3ilL1VWjZtLpt6LeGFdlb4w0ou314YJjkgs+bjVeYTklNKHMTyoir\r\nCD2LCfpzqtQiokTIhTBBNW7YeJzNfy3Oqtw=\r\n=Z+wN\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.12.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/705a973facbea92978a1d522e932621c/zenstack-0.2.12.tgz","publisher":"zenstack","_integrity":"sha512-R19mn1G/460ZkBWyTfUtatmDHy34q8D7y4FZLOEGEoUQp/Ij+wh7o0NGjZ27Z36QSy4kpUnWDOPu66bWUyRgQg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.12","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.12_1667836579970_0.6105524925645327","host":"s3://npm-registry-packages"}},"0.2.15":{"name":"zenstack","version":"0.2.15","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.2.15","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1a170a3737ec17bd0baba132be4bebb57d3013a3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.2.15.tgz","fileCount":54,"integrity":"sha512-XpwWHK6QQxugYkdtq0p3JVEbYbXd8YMVwqYPtH67tt80ktW26E5K14hiG7aXHsIh3nyuKITqU7ZqCkwJwGv8Fg==","signatures":[{"sig":"MEQCIASArW2p189KGtRR9LQ40I4U0/3ZkkNkqEorBaZFdLrMAiAPqZMo/KMfezd5RpH+Cl2KRGhWsr5YCnyr7hfne/IfrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7108855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjab1UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCrA/8Dm7MZi2qvajyijUwvp/9kvBhT8zWjr3HQN6V1lHrZ/fI6ZPk\r\n8ZiMcblLi9z+hg6s5yptvkq6Cgj93GS9wyaYAZ9PoLCkHoa0rJoRrsBsRYCh\r\ngajj8DN+LlOd6M1G2tPZbFUK4XSaxK+UdAhu4kh2HuajKD6+pStDBZDMjuDC\r\nnaF/u30HFlkkxXmEvwUPoEYSdDt2aeWiH4bI7StXSoURfIHxXFhLnRYtAQmd\r\nQRnrxWtnsKgbVhuYW4FFSIDjRQopBQ1BLsU9ant+H2qi6bty7bwF8L0ASVgQ\r\nPT+Eq1mZIGzmyiomwbISR5VcsYY8TbRsB29G9Bc0c7yIVmQPIMJtWXXm5cIa\r\n2MM0IDPV3NaKoexRAAMt9AP2KqDFO5rtwuq9AfvX52speVG07hx+1oJh6ad9\r\nxZr87+8mIWj7DSC77SmGFKi9mBR1AXBYd0MKNSsQzJUTJ8eRRwFi/PPkWkRv\r\n96yk01NcFQNgaNPtsH2o47kdhrU0MWSaH3ZHOei+0vreTuCZ2aFGl7Ct72/i\r\nWx/anbRskKGP0SakxYqgRnVPf5yV5x7nWGqRgih+oA2TRFWrgttXXI+V2bfx\r\nhhwh2mcbJ2najD29FckMLNlRoaifQd3tznmxjH6vfotT3t+B27z2xTi+MH1E\r\ncQckpMozjGxCIAVaP15zyKMiRQmJqyE1egw=\r\n=1/p+\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.2.15.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cc33bb09e22af6afd60b60e867160731/zenstack-0.2.15.tgz","publisher":"zenstack","_integrity":"sha512-XpwWHK6QQxugYkdtq0p3JVEbYbXd8YMVwqYPtH67tt80ktW26E5K14hiG7aXHsIh3nyuKITqU7ZqCkwJwGv8Fg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.2.15","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.2.15_1667874132352_0.6835312506707989","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"zenstack","version":"0.3.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"_id":"zenstack@0.3.0","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f108435cd3a324a9171ffabfff9bf10955eaa1f7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.0.tgz","fileCount":54,"integrity":"sha512-B0LYvU+dNQUOBguwRxBeQUnotdxt1AvxXmzRTQgwHZMgvxr59zbveAXnkt2sHMC44YiHe5YAxb3LEejFp5IxHQ==","signatures":[{"sig":"MEUCIHbtt+FShhbV73Gf4zqCrRDq7MQPSDjL7wSmTB6Na5B4AiEAm07ykk7sENVn5tdEF969WFGMd+5nUS+fJpcr1POXdpg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7109130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjacjlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXYhAAjGjuq+ISjI45gWM1M2tcdP0yc+Dg82SGZB9HgCNve7h27hsD\r\nHsgTLstHBsreO8lwni6Y6o0/2QPUWt02lJr/M8MRkbru+VZyrpZ4e2JkumLG\r\n/sRqDXAGYP/7re1Y30GIeYAL0ifvneKsRwwVr9DvZll30WcyDw1KMT29+nto\r\nyhEXkysVQgfa6wo1AtB2AzTdyQxbtioFN0flX1xzTrWsrX3JF9MZpNZQ3kIe\r\nx7ulWCeiQ3SOBeA991SjHSM8FfU3MWr57lyw3fZnWq5UIFLzXZxdc2MHhmd9\r\nxMAekOhV5l3GIW3KCHt4RAvRnt6hNFUJb2zP5Ffxn5KJwKtHqVoMNzVPmqjV\r\nbJ1KfitsxDMQ5Z+IRXcWt8vDVh02TaupbGbWqO7xsTbVVR3QcTXb6NKUiZY1\r\ngp8efz4ky1/HzqW1LP+Dc0+sNsu0RjNg7QuDAjcUNFkgqSQYzau6kQ7C4MSJ\r\n5PPxn9QkNJAsKdBNLXHWHIMWD/Ofa5RfI/d2JGXPENEodoQjW0gGHdW2qp/O\r\nQ6BkB6My0mFbcvoipdE1B4LaxKNfPpBWwyI4rnx8CWCSdJhMPRE/B9qm+gkk\r\nH5p7mNpsnJ3Hm4L0KHYS74LJy5f4NbCMWIQNpAze9xoCk7r0E7m2yRA4oisr\r\n4jbZV1cZ2GeawCN79TF5FS9MhRElqwmuxlk=\r\n=1Urx\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.0.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/586d89a8e92f122040222c7f6e69c657/zenstack-0.3.0.tgz","publisher":"zenstack","_integrity":"sha512-B0LYvU+dNQUOBguwRxBeQUnotdxt1AvxXmzRTQgwHZMgvxr59zbveAXnkt2sHMC44YiHe5YAxb3LEejFp5IxHQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"ZenStack is a toolkit that simplifies full-stack development","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"^1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.3.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.0_1667877093331_0.19245679961714024","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"zenstack","version":"0.3.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.1","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f0160ac95ea7b3bb2e340035028682c7c710b18f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.1.tgz","fileCount":54,"integrity":"sha512-eQOO7Je4cMUTFblXn/Sbi1+kV+KOW7kMpOi6UhVtqKKxy9R5J2mdCaT0Npkb1YI9ppCnfeF1VDYRJutZsFc4Vg==","signatures":[{"sig":"MEUCIQCdw9V9Jofu0BF/0nGfEVfk6MJjmEVprrEi8jvQo+OyzwIgQgl5plUvmTODaTNYPlk00zdjvQV97ZonWh+Twuvsf2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7108660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjb7UFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpENw//Sa15KMgmXfoslhPelQTmNzEMXa08CDWP0k0nzXWm/CSSxiBA\r\n+PYu0J+PeTRyZXLFYF6Zi2fziiUd2C+gsTdM11u+LP6pM9nByUHCINI2VgUc\r\nn2lfcQ6KXJFcgByMKYjC4VG9AQW9SV5mPtoOvTlCLnhxSsikIQCvT1TyZVpv\r\n9GgmwkJb8nsiH8ZjE8ENLvHDWFH2njYa30A1hBzotvPzW8Mip7tXKxN2TMtX\r\nV7P6O0a2NSbxipXw0sO2TjdjS1NjEyvk/YmOYjeYFDNepEgpqRTYOBg49dZJ\r\nU6nb4gB6jeBIJzpnmrkALXxr2SXl00OlkW6PlFJEIMYNCFNKXNANe7pFdnHQ\r\ntGR73JhKEFOTKiQYbtn1ABlg8RWA9QRewWQNBGZ2cIFF37v41HhodIFY6TnT\r\n9ynCoKF7aEqQz8hrm8e8zmbXqS41Ie/WFg0JNwJWHiOzYytbH3UwIn0vyjAK\r\nZuS8YoMywvg/7rf/DtuHvDRyyRMjVC2Iq3fwz2fGkDFt+ZiXps6Q/RER2aC0\r\nWugmWfrz+Lp7Ovo5lSNxQqSq2neGdQSqiRyoB4usLI2yK+Gs2epwpY+etJWC\r\nROu0AMZg85XQPiSds0SKn/bnQ2/O+86n2lgZx8xc2AGnXMpC43nHvtDKimZ+\r\n47/WtUQ/MvtmEySqUnxt7jH1Wp1UiJfGGHo=\r\n=xdlo\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.1.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2bcc11ffbe2a18d32ffd845aa3b93c16/zenstack-0.3.1.tgz","publisher":"zenstack","_integrity":"sha512-eQOO7Je4cMUTFblXn/Sbi1+kV+KOW7kMpOi6UhVtqKKxy9R5J2mdCaT0Npkb1YI9ppCnfeF1VDYRJutZsFc4Vg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.3.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.1_1668265221122_0.32492897023620504","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"zenstack","version":"0.3.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.2","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"36de2424039db0d9eb6f13ba7ebf226e66575c81","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.2.tgz","fileCount":54,"integrity":"sha512-3NAz62h0Td485L/gU4zgQhsrxnEuQ2dURKeWtMD9omr6wYkRUAPlyXOg7Sbis4ds7qEW28d1qICWH7u1yhcUQA==","signatures":[{"sig":"MEUCIQDni3tm/7eJT2CbiNRUrgcBnSyNWzZrG4YoHizx/2PvpwIgUcHzZr1w5Tj9Yl3sgaU5mIal50CwbHcA3yB07EFTPOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7108699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjb7XfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEehAAjogzmPsZRW5tkNkdOAmHXC3XIkjyd0Ni7veJVQGIYS9SGq/q\r\n9Gnwen/8ExdrXT2FYy9Y/8Cea/lTudOQqAXt3pcJ6q3Otgv/oDxH6cbH+/z/\r\nFWIDkncAwdbjZwfofyGcX4Alxg7QCMmT8VU0GrCtCsQaHQ+yggHXEX4RgulQ\r\nOx8qFuSl3h7L9yfXGGQ68ilImAuN1r7d/vkY1/+BST4wrFmPOUzHyhFYh7GK\r\nvD/8ZwWAnebfEF43wVATSSwoOGpZM8uePkwn2a1B6H9GW8eBjMmm0mw1EZI2\r\nYjvoajJPHwBXUGgARhX5FJCguBV0zeRDgWE0FhEwRU3PnJrFGedGNpcgjE9X\r\nfs1PJq1+T6W/H1Ewr3CfLTEfpw6RqGroZAJnMv5LtIM6Df1D/MpFaHBvUR9l\r\nWspRyphSjjCsrEsxInZPK4byqN79SN71U+enDKnRSnTp3OSkJa2Q+DgxPZ1F\r\n2rBZ9V9zUplirxKCHnzUQ+AYjtxahuMYQkK7jAJ/VSLOsrNQ7oGBtoA7kn+Z\r\nrstw9Xo7shYzjXbU4n2sG9KJoAHyiIMKEoHOksYyMEOsrcvzcLHG9yrfBSIW\r\nQm6KSq3cP7Z+51YyLVyAQmb8qr/mU9tMAyI03ZkXm7s51bAHpgpb7A9sv1OP\r\nhbECPWvOcWRo1w+4WGV+GSi6pm7vE+S3jDc=\r\n=0HDK\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-light-256.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.2.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/638a8136923ffa0fa9cb310c644ba582/zenstack-0.3.2.tgz","publisher":"zenstack","_integrity":"sha512-3NAz62h0Td485L/gU4zgQhsrxnEuQ2dURKeWtMD9omr6wYkRUAPlyXOg7Sbis4ds7qEW28d1qICWH7u1yhcUQA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.3.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.2_1668265439108_0.9969585540667709","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"zenstack","version":"0.3.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.4","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bddec9f91ef5be95883710803aac1bb0637a24f7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.4.tgz","fileCount":59,"integrity":"sha512-kUqBrO6/j0PRBMbKiUvM/J6F7IWsYEkmozc3TgppJGC88LuvLDmjEZnIq7TRCCQebTPxgFu/mhYjiMUVC8fdAA==","signatures":[{"sig":"MEUCIBiSMFIajuhGKWgaev1LPP5b2NB/UfjqD3/uKuaFmYQRAiEA/nO3PYM8wLJQyeeJuEntwziQOeaVfCuscno781YexCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36930095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdjn1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6IBAAgmaOHom+Y7YXVfimbSnHIeZE9xy8r9Xd7YKpDd6NlfxjMasO\r\nLbRdC3vXzKMKTLZNjZlEJxIwZ8btq7O5w8t47CNU3F4kN9lIkzii3iN3Ugpf\r\nK9VR0vZosk/Ze5bQncKlYz9lS74OIAOAwCFtrKsFfejO3HOVWkTz+d90PbIb\r\nrckJIy8yNLwT9dRvbI3JGfN/Waiffx/jqk5+bdEcJ5/stiEX+Ms+1+/PqyVZ\r\nEGXV9xEb43giua72M2aTRmLWcH+ck8ds7TqN5yUfYPmFg+tW+ZyEQFwAH1T8\r\n/utFsHFTaj+Yh4JIlU8bnhAIvjVuaqBDK5gB3wxd3v/w3mMvT9tLsEhNpDPS\r\nbx+UywDaRTiUUaJg21x1eMMp7FpElg4Ao3b7R/pPa4DmuDiMEQvx+0bbhyNg\r\nlbaw7OM4dQYN/KkKkEYcVS2P2/LnxV/gfv+i+GNnTrk6kxOJPODQoV7cxs8I\r\nJHT06Z9nDG5VE2Zf1uILKJvnr6Ifr6vaOW58PwGxfHw8Pv6nNjQuB2e6SRJS\r\nqYbpfG92ICTOvn1WIb3fIVNPsurlhs9XwVCa9dQpgqoe6JpyyHvxXXBvxx2+\r\nruEqGd/R52vFms2nYkyoGLbKsBDUCUyR3VJk7UryrC8Gw1P+Hpfmn3fAHDkh\r\nOleq2lBEiiGwDudwfKGJ5erYmOX5Ydqk2PE=\r\n=DltL\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.4.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ab0e67bd9be1b0b57fd18abfc557f348/zenstack-0.3.4.tgz","publisher":"zenstack","_integrity":"sha512-kUqBrO6/j0PRBMbKiUvM/J6F7IWsYEkmozc3TgppJGC88LuvLDmjEZnIq7TRCCQebTPxgFu/mhYjiMUVC8fdAA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","vscode-jsonrpc":"^8.0.2","@zenstackhq/internal":"0.3.4","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.4_1668692468892_0.008947073132294925","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"zenstack","version":"0.3.5","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.5","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d9ee3d34ad50363be5829a548b601b56bb200308","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.5.tgz","fileCount":62,"integrity":"sha512-p1fkbojz0/Eoh7pVSRc+/rYo+vbT/4C8WYStdL1jzpFxb0wjrjdb5Gp13224ZuwYzRwXb5w59yJbMDUQMvebPQ==","signatures":[{"sig":"MEYCIQDv/pc9YAPiScDVSnHVKip7DV+ZeXuJgY6mZZe8WgjeVQIhAOk+iXeJB8ooNER5GFWU9GdF6OSrDOF2hwukVqWXvKgv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37226433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd1XUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLGQ//XZFHmpSY+i4G2ehKZ00SIea+UQl/kLyN52j2xLOI9w6CJU4t\r\nmzEPImNA/p3rj5iezkPSWNE+05VwH2mHf8d7wwO2GhB4fjX/IxctacSJODRI\r\nYArfsMCYdS9j/0pQkR17HGZNDGp6QST6QJeTQfe0yJ27It8xUfck6/0Xtshg\r\nkjqRfUSmMwHZIoViskSEP0gAEEw0pezR8ioTU+xQ3lmxaouH2CUhV9V2TgLj\r\nBzyNzs8tM954cZBSOhkbOaEVdzwnMzz+rsVuUQvuwwdlljmqQxDCAQ1+3vyC\r\ncGV1lAQ1r0kF58vq820n9g9U9xA6I+oNNOvU/BwLNGNss6sV5f3AYQs2DisZ\r\ndNV0Pmoa54GWz2bpBPSHOPQ30beaw1MpGOOYM/pvkJi68+o94xYsngPXsF2o\r\ni/7vAfSImKz74DaCCDmY6AxrSeVMlqzjKFsZS80aYDsvFOZrful9YKOnDoOG\r\nwu4/EgrXgFE7Hl2BL+LuciosLOm20WvFN/bb7Myu4gNtNPZiOw35xdmKr1oP\r\nwqx03VDadbQX51z72GH7qIJ/9X/SdF95UumNCJvSjvo1MceJXm5agF6Qwuha\r\nhP6+PcRfkImX1RrETX26VrWoLyQPwYR2Sooq40/Ok0o2PRTec2+zMmYFdNyG\r\nQMUShKt0ax0by4OmKFasowcLZAMs3IYYEMw=\r\n=L3gH\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.5.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c9e1143684301213feee2dae29bbdcd6/zenstack-0.3.5.tgz","publisher":"zenstack","_integrity":"sha512-p1fkbojz0/Eoh7pVSRc+/rYo+vbT/4C8WYStdL1jzpFxb0wjrjdb5Gp13224ZuwYzRwXb5w59yJbMDUQMvebPQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/internal":"0.3.5","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.5_1668765139726_0.8516972508093514","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"zenstack","version":"0.3.6","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.6","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0188049ad4208eef99c2aa31b359d3a87f23a774","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.6.tgz","fileCount":59,"integrity":"sha512-3dbr+KTFplvVMYFrDFrYWfp0gpfYXidlxk7soQB9Y8ceEjsyUrmq2OXThFCVSC2G1UxZb53D0/BKX0om9z/K3A==","signatures":[{"sig":"MEUCIQCXMSXePmr6a3eyRHEp5Ah7PBfofMXe/Cv0ODfxS50b9AIgKMh6xAmUz74od6K4xmpTrFrCw2E42fc5i2ibC2jb4ME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7221817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd1ZlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3oA//UuC3BilyG+32sUhjkxN3toHDeM7qBk6/i9vGeAn029DjzhGC\r\n0aKV6H4imDslhqjrnEd5KSQCVV67XEtOfbb/Ml11QjKHzfKo+1orpLndYn9G\r\nwdOq2/y/+UShiTnrDmlj7xWJw3vIQgd+FTElxXPnXykEkCZ9TZ8jg5UT5Qg2\r\nuh0CPid636xVlqlLFSzUory0w6g6FjBzCZ/RmztOi3HQ1VrlPQ7sHb6T4FPv\r\nNt46XdQTswMMlIL/D6UeTVpmufEe6SOLtwf21MTlZim5eX4hUzQDGcO8409D\r\nD6bX6uk9entb+lZHecwqZVV7dsROGnTXsm6omq/o9ooqW5PxwrtgQ7dZeYG1\r\nRsOMQdk5VJR4/Yxu8SrQn5SpHLJWtP8NoJBkZIwufZV1LMjsAOI3HtsatYx0\r\n26uU8Immki6OfoDyxzKwX6hfO7QXMQsn7Cd1Dt64lWIONLkNZ+pm1p+ysDFq\r\nmLvob6WIHvWA+3y3SZGLwyaWN9LIco/GiEiR9Ed+xtHTJF0GfyYX9GWU5Ug5\r\nIzrv5jetHc/ebCaqXmhmFU8OjF/JTEoz/U0S68PC9tXEH1Ia5OKDy50Dq+Og\r\nM018u3FaKpA6q7qIZ6WyEpbiKVgGBBj03mGN15ULbq/v5uXMTckB4z7LwXXn\r\ngDlclLOjao3cQ38NVcEaflkuAF65EVwnpoo=\r\n=XYMt\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.6.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1de27b6001c3d24b2bb7c3ccdb3490fa/zenstack-0.3.6.tgz","publisher":"zenstack","_integrity":"sha512-3dbr+KTFplvVMYFrDFrYWfp0gpfYXidlxk7soQB9Y8ceEjsyUrmq2OXThFCVSC2G1UxZb53D0/BKX0om9z/K3A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/internal":"0.3.6","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.6_1668765284751_0.8973710250104492","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"zenstack","version":"0.3.7","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.7","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c731ebf536db683e1dabf222d8fb7bcb04ba6c96","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.7.tgz","fileCount":59,"integrity":"sha512-HPyLvq5iRrS3bEY81Iqw6+98TaHiZV57Bt6PoLQ8kkOVPOLL/rlx//eYvW7rlO+hO+7q473ndAyeiW8be+JAJg==","signatures":[{"sig":"MEQCIDQre8tc9jfPZjz6N8GOfhSAkHZ64DCPrurmdKDePik6AiAlbyu1ZpbVcCGOcTjTzWSPQ6I6CRl521Vm8tzgO5rHQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7221811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd2WOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8bw//errhX5tIgCZosbKOKW/7eRZtcMHXezQ2tkFloVPDiHPGU6BG\r\n8msShvL++7CYe0cwF1plcLUid/pH9UzC0rvjkzYBI306jpkR3yoqrB02pXaK\r\nE3pos+nRu1q0ZnBUx4+exrESmOLGgwfh1H8WCBOeNE2txs/YWONZeqjuDdzu\r\np8kcEJ/2fVkJBk8CzIrtvOm61OOlbnOV8/djJDjK3vLNcbDLwcV5N2/4dvnQ\r\nsRsUkC51N39Ak51Y29xty+fkkItbqk3x2bAirNgZ9kX+124X+nhCPOY+gdZc\r\nlVu/KyxzU7ekRJEbvipVJSOHDSRDEVe1gi9Lv2b+SEknvgNYaMhtfvUn1BHU\r\nsztRN1ffP0+zPgRBX2uARTS3AD5r7Y87zHEbER5xG8eOaGf2s1fVMbX1h+K5\r\nJK94ZEz2BRS6OK7Jav53iRJj70WqNZB4szzQ1bUamZD286ssB2scxaP1XtL/\r\n+9e13zRFc893sZo8irNQlDEAcuhzJOdI+8F+UQW5qoTTvvJvFTBk6thctuCY\r\njwE4aSpr78izfjyW7pMm+651cCHfVIBUNgNiHuYFwOEe8VR3cX74eNV76WSp\r\nWxySCDjmLPfIuczmGo2kGDFpNoCsxmAMcojoJAHsJKjPn0xVW5SdohFYQ5Sp\r\nYZ+HSz+D4RVVzrXr5nTnYDDasiXjMevPs8Q=\r\n=FSFv\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.7.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/94aaa2b134d43af6bb964628932ea645/zenstack-0.3.7.tgz","publisher":"zenstack","_integrity":"sha512-HPyLvq5iRrS3bEY81Iqw6+98TaHiZV57Bt6PoLQ8kkOVPOLL/rlx//eYvW7rlO+hO+7q473ndAyeiW8be+JAJg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/internal":"0.3.7","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.7_1668769166509_0.5538728775670367","host":"s3://npm-registry-packages"}},"0.3.8":{"name":"zenstack","version":"0.3.8","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.8","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4d5488e686876bb8172fc029792928ae32266841","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.8.tgz","fileCount":59,"integrity":"sha512-ratdTBrswZgUem+vuQbclBf7OV1Ww0CRFvrlZmnTfeI4ObRgIfi+DanYl8zBjys9qKyZ7SoLXmcbu9lBGTcxdw==","signatures":[{"sig":"MEQCIGu+iQjrziRHjei+DhiKPZ0o3uNwrGH+w4bTW8PjpozSAiBNkHPGCulXLSHLjlCXyT5Aeqkt8NwmnPnbzBzCP6BJtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7222110,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjekZ4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDMA//S81Di51vgkTXjhoX4ivkEVx+8xNBtco6RgOrfuceqsRyAS6+\r\ntWD899iO3Cm0MKC/50+p07DKMNC3+RxkBrpF1MV7rZlh4dWQFG9Kuc9DzcQV\r\nz0meYxqmRt3uUXarxyqOhM8vvl6oRjPHMZ+jJzSYsqrLc91gDjjfYKPwZTHM\r\ngxWpmYeHvbT/qmmyiK/hCHdX1OKI79yEDnBkre3Fh+gLvbJLrvLjWCWXw6F5\r\nRlIH+WjZtU9gY3BTaO5J0yPFYNkKdNgXzXKGdCS1vU2S7ZZY0Cc0n3XWcBci\r\nQIx4ixg5vchl4vl1YZ2iifv7B9PGPzmsubh7Ecja7FcFaXLBtRPRWZ1DTgWz\r\nLZI7ztvE9AjAFscxpo6QyKWKfVHqRA7SRl3kBkmLVvRPLOz0+kQ2abol9IpG\r\nssUvVLgOM8hW/uVF/YMKW8/bYWl6p0S26yCHi1ohquRviqHFw9rcReM1XYt6\r\n+gtB1lA0993hwtQIbqVyF0xVj5WMCTUyRPczBN59x5n3FhVNiOZ8kq/xDTqv\r\nA/NFsh8J35zbMZAroOc4kcJxLXpY1r4/B4NU/EA3BANFyiASQ1iVGpboSoCL\r\nMP4ZJnlhSh4Kg24SLWUhYIW4vKpH0sEACWWpwwgy5JJViUXwVluYzyS8RRbl\r\nTA5fsoeWJjJSFz8rytcEsCCrr00oPUodBxU=\r\n=DOvH\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.8.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d10c9eaf1660b1541d8c472ed3c7c7c8/zenstack-0.3.8.tgz","publisher":"zenstack","_integrity":"sha512-ratdTBrswZgUem+vuQbclBf7OV1Ww0CRFvrlZmnTfeI4ObRgIfi+DanYl8zBjys9qKyZ7SoLXmcbu9lBGTcxdw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/internal":"0.3.8","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.8_1668957815949_0.6388949097451884","host":"s3://npm-registry-packages"}},"0.3.9":{"name":"zenstack","version":"0.3.9","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.9","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ac9dfa4fd02eb3a22f18f107fb28ef94ada905e9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.9.tgz","fileCount":59,"integrity":"sha512-2RAVQE1jPMwO+Y+yHSjAkZ4q/B881ZoUMy6F2PrDBWS0TS7l+FDmsn1DEkhmkKxL3D1P6KetfFz8IYiS0NVaBA==","signatures":[{"sig":"MEYCIQCFucbpShjZsnfYFbvz270A1Zsz3s+X9Byu7hjXuiXn7wIhAMb+2uLX8mLY0opt3A0nxv7LpbmYo/eC76VGcxlKHyEs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7222134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeuIeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8Jw/6Aly49eQi8J8g0NrktYrWyeQqQY20/QuV1w1j4/PMwpk9w7hK\r\ndrwKH4eRf/AIqWzBdFmCADCkSM9rDjf6Iz50s7lAjz9zkhWzu9CrrJIl058T\r\nFHCVYt9JWncHRUzzWaV3qmsTnFzwkwLE0DhyIFZECPXxR7sGDxdqvQpnKNUX\r\nCDTa1uL7htD9nzp2FyTOcnuLrIs2g0UAfbrFHRnJwlsRhQdBx5A+MA0A3vF0\r\n7dzoLKXOqpaODXS/5l1DpvX85hxnnQs+bKTjebPFwg3IM1uT3xsFU4NQeYqi\r\nf7c1sIpfp1KXDIajfs5y4QCPlDLeB5a/F3EyrAz7eJQ2HWAIlquxT/Dd4AD9\r\nkL6PYgXrKfKi9myjcyqcwoHGyg7j6UImjcA2yWYm3kXdHYdxbGZc1+VU93NC\r\naxtwq9BnjY+nXBrdEOhwsj0CT41yEx4JCyLdPY/a3DD4n0JVwA5HdZt2CCHf\r\ngWQTul+lkq8g53/oaien3c4Ud6R/X7dD7Y4qYhgF7wawjg88R+ZHuglD2fdl\r\nl/hWIi5uavWIIkpCwJnOBgF6KmoaPxFbQR+WWTNNuzvRP3PZKeOgpN8Vh8mb\r\nN2qAaZpQL2tork8m07M27ifY5zTeatIpHJxsLUlu2kG9rnCMxx7xobZ7rr0Q\r\nF9xHUMyJ8yDv2fSAZXrhxpSsNgp7pT4MVQE=\r\n=/l9M\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.9.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d71944db0940af16b09564b64827e101/zenstack-0.3.9.tgz","publisher":"zenstack","_integrity":"sha512-2RAVQE1jPMwO+Y+yHSjAkZ4q/B881ZoUMy6F2PrDBWS0TS7l+FDmsn1DEkhmkKxL3D1P6KetfFz8IYiS0NVaBA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/internal":"0.3.9","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.9_1668997661846_0.20531939303347735","host":"s3://npm-registry-packages"}},"0.3.10":{"name":"zenstack","version":"0.3.10","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.10","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"97ae7bc8f2eb4442f608c5037efe83bf43f614e6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.10.tgz","fileCount":59,"integrity":"sha512-0aHRxDPNVGVGsqbe8KK1hDV9MXCUZG2Kovk/R160ae67lmfnH0/V7rWta+x83qEzahXS34KMsaZwGfMSOzAISQ==","signatures":[{"sig":"MEUCIDvxHenHzoZjBdv6cQ+9lbMrZKLTD6fKYxhlnyNRnySoAiEA2tV4m7OHKg8n63EAgB9praM3v/MYjjHleSu/roZId7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7229699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfyXzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2+Q/+J9V2806qSsA1RwSJh1N3g+wpVHhpVemzvJn8CA8h8eFW25kF\r\nveW+kaIkTzhlWSICAQstHzAQjQ7MgNiJ9GIRvwjvt8ZUuhLqdc8nHUaS30Hr\r\nJ1xNaEAUG4PpyXBxYKJbd9wNjmXvzZ2NTiasPmso27Z/JhGdfcDRKOFgyxhy\r\n3tDPe0rH/hbzKM99VWsteKV21SphCxCSUg90u1tCW3V+L5tbGVRi77NIDDe3\r\nUkzYA5Rdi1gMfNh+hrv15ybh5ujDE27ROcHdf27nLCEth2L9x4jYtl/690Sl\r\nGi2X1kl2i5Nacqt+FhwwUJCJsRsVZE2qrTYmRwDxU87OZRZGXyfaY+tNcVaf\r\nDCV3Y8NzEHEMiOND2qcFcB5VXezV3UIzbmUyFnzjKGsu5nFMM6cdoWaj9wQX\r\nbXg6fJp1KJY5eX1NvLS1qvIf39kuCAwtKATGZEA3rs4qmASIw71ZdUv5h6eV\r\n0/1YYxRXDUWVBzIfGtiadQ9qT+qRUKdUMNKoBbeijwZNeYYHTUoEXGsYRFfd\r\nfRs2mfkqZNwU4t0orgLVYP3IaM/LAi0zpTjfpWDd+mGj41zBI/0ibBmqj42b\r\noMuvcmhoTMfmtQ+awGnxKX1o5cjSBKIyvmrJDV68E5dxg113hhV168L9d3PY\r\nlH8BtCZI0BvOEv5UR01DScPi0PEqJeF0Sps=\r\n=4Lwx\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.10.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2006ecd71d5fd2189f05a97ad24a76be/zenstack-0.3.10.tgz","publisher":"zenstack","_integrity":"sha512-0aHRxDPNVGVGsqbe8KK1hDV9MXCUZG2Kovk/R160ae67lmfnH0/V7rWta+x83qEzahXS34KMsaZwGfMSOzAISQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/internal":"0.3.10","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.10_1669277171123_0.26975036514909734","host":"s3://npm-registry-packages"}},"0.3.11":{"name":"zenstack","version":"0.3.11","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.11","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ff0a279bd60fa6e12bb67990314431205194d71c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.11.tgz","fileCount":60,"integrity":"sha512-ypohX9ijyZfzqMR3ZpCyDvuLnfIYo2CdgMZ7NjvZofkiNvlMYBEvP1mvDwM4mVGt9PZFxwkm+XaQvSCMzGnvHg==","signatures":[{"sig":"MEUCIAu7MPGetWfh9KOUeZkf5y3Lnt1g2a5gkpOl+x8QPTqhAiEA6o6/y0JC2L7QOWpJzKkgQ6w9D64/hsfLRLh50wsHqho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7232995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgCLGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMZxAAj6i80R+sa+tCZgDreZ/JCwpp78t2PKJBLmRfh4KdFJ/PpG+9\r\npmsvy5Cvf4evXYiIwF7ISqYOkIdocBGgL1OsQCef5/CC9syyjEkr7rg4B38l\r\nwOMf0sibMsC1w69sLxudda1D8fRP3o2XLTe9SprDBXNIelosmW5361AOmf3z\r\nnt1qtAcqAd2qp1dH0rH2A/kgn3AsD8CX8ZIZ9lorOMfQTUAF1rvpz7Vac393\r\nMWR0K6htQizxQlpiBqbNqaLiw8t40X7FWDwoGtPOdslXW7z0pN8Wtd4A9wur\r\niKJKWVJQS5IXa2ndFaIrr9DsyHttXr+e2v5Y5huiwFp6DVhS03Vtl4PbaEJ8\r\nKl6EDH5/1TnVCPqovHbRPjF6yV+bvflklrQj0sgeuWNXnFQLkZ77EDuBDaIg\r\n3fvG5+aojtNHoJDuwoHEmkdTw3mPhuf13XJ8aEQPYQ/F7/VFT2EMMufRSsea\r\numRUuJj8jUhrvC0Lz1q2iMJQOyc3dGpdF5R19ba1wTs1ve7WF0VAJW8O/OIo\r\nI1IRoubrdORSrC3EdkAebikcK+/cOZauy2AUDkTotojRDmh55Cq8X+q010PP\r\nZYoLVpw/dRK8JMRlewmGAA1KDzp6FiEy1zQDJ8FuwhZCCDfpq47VilyBH4BA\r\nnJQ1HY0SxWlydakHNhzS5Dy/eqCg5SCqVMs=\r\n=k+EV\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.11.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b0e0c2d950eb679a9c82c3b32f35f573/zenstack-0.3.11.tgz","publisher":"zenstack","_integrity":"sha512-ypohX9ijyZfzqMR3ZpCyDvuLnfIYo2CdgMZ7NjvZofkiNvlMYBEvP1mvDwM4mVGt9PZFxwkm+XaQvSCMzGnvHg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.11","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.11_1669341894203_0.3182497429465745","host":"s3://npm-registry-packages"}},"0.3.12":{"name":"zenstack","version":"0.3.12","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.12","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"57bae1772bd630de87c11e241d6dc66c26df3918","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.12.tgz","fileCount":60,"integrity":"sha512-oy1LiE18x7E2gGw+N+1eDOS5LXRTTUoYOvnBcBwflSSvHKdGddsIocrlSav/3y8uIwO2JdMjvh6NB88zpc11KA==","signatures":[{"sig":"MEYCIQDIFxINU3uykT/cJsd7I6eejSgkA2+I3Xe9IzRSslj46gIhAOei6upOXMZxHZhJK2pOIoOmCV4j3PUoLxBuPniQF3Dw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7233569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgFOWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIrA//Zqvpsa75DeYGVstI6/UBQPY6T1YGYvZEQRf58yJE580Colit\r\nX7rN+uKQVea5dHtSCsvbfT3zkF82C/thB9XdBnAbwg5DTK59lRTpu0f53eYE\r\no6VRhD1DqlhEEKZnSrAvBiNZWmsYljkKT3I3FmCM8LTPn0CWFg8LIgl4DroZ\r\nb0yZBRh94QBGLiEq2jmGvx1LbxHs5h9a1MQsTICdrs9OALlYhj3Hr0NaK8+Z\r\nP6ffBh/TPoSUwQlxxFZwnRf4PzJtXyaQ3ZRqXOVYljdfn8qy0ZzXzdcOfVO6\r\njELsj0dhF4r3I4+MSkiDMhSVpXzEQPTOb766CZUhlRzT5iNrq1UMryY4igv1\r\nLb22FoBvlrqc73e5LOgRTBQ7eXObGTUcAVeP9MW2hvJfl1Pak55BMTjbrM7c\r\nYLHv7ggFCPMt86h6odtzSkzx6gYeaicuk9+hKMkk4l1M7SmmSF9Zdz8PaX5e\r\njLELsicllpKySYCet0tNXU2CDD0BHLpKStnr1bGHCtsZeUv7pnQuxmM1C5TQ\r\nzXFiQ8OZ0O26zSDoeCEUl++Rd94vt1dxmprwXmp8WE/2Kfe+pUSOVs3GaeAP\r\nagzAe9AJL+dLKmRvbbpGGstDN+Oxj+ho7Opy2GWkki5XjfrTsnpIFdHb9mR/\r\ngDeLX32MunhXHNLHnZ7cTwGJoxm/Bo/GYtA=\r\n=+tYq\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.12.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4f5d088254b67730a3158924fcff791f/zenstack-0.3.12.tgz","publisher":"zenstack","_integrity":"sha512-oy1LiE18x7E2gGw+N+1eDOS5LXRTTUoYOvnBcBwflSSvHKdGddsIocrlSav/3y8uIwO2JdMjvh6NB88zpc11KA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.12","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.12_1669354389758_0.910662321802648","host":"s3://npm-registry-packages"}},"0.3.13":{"name":"zenstack","version":"0.3.13","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.13","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fef1d9d256959bf65c5e13e342f3adf0b21abf5d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.13.tgz","fileCount":61,"integrity":"sha512-HtoFvU1xzj1oig5eIg3rQnt1X/r3dTadvCEJrUboqRFq6p8YFW4ZXWC+GRZK+jhyD/f35xMgXugCntr9tYC/Wg==","signatures":[{"sig":"MEYCIQCrgDr4GFSDzaNqmX9h1xVCesv65xUIyS+hrXzwOsM1pQIhANOqHg1Ca5HJC+Um5CJX4F2ka8e9ACx+mj8ZoFA7sIg2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7234402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgYMgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmre2Q/9GqFZi5BB5tn4AvsFrOrJSWgjSWSXs0iNndPJP/ZhrnoxFfzH\r\nVMPnNgPnNI9l1HGqoDKmjgOrDYYtVKFB9ynchBnezMqwnXzkGDABbvuEOIQW\r\nynXug9nmY/RNGHqIDH2OtIHoXmKQkPfHDsZkcXqLVqi8TCTgDFTyxiUDIKP+\r\n1lLhFDAfsEjqcYUWYIDgH9hjSv6y0Ir8JyIMiwfwQ0yMeX1YrkNt8OfG7VOd\r\nxjHI1o/sp7TzWFY8m4Jfw/Gtfdqtxb5KSAg+WpJ4ZMJcwj+Uv1v7lvKK37YP\r\n7XR7pdOMeA7ldM8dXaUeVViS4Ss9leo3EtjrwNZoCs6Rn54Vsb93nkiUjSDY\r\nwBJnO0Or6Wu4kPZ8e6h/2ahHtuI+9yxO2gSsMOGtFIKfNJsVkV8TbaFZynwT\r\n+X7paflF0GBWFFsilHTl07DTZU2Jkb0ixzUYJfY8cZawALak9pQ0wbZ/Lk9V\r\nao62p5a2ir0vFJPWEjQ18jWesVsA4npJPJiBqECDpPikvH9VH1VN9Rhxmuko\r\n+Dc69zfXN3XrgQ1WFU/ieTf6aToeeXIpa63yhGJBJDcWFmZxh1YvkMzUPvqd\r\n8sSUnoVMuclxi//OW531/v/kuslVtyzHCF6XsLHB8a7O2xafCeFYyemEVZ3r\r\nT9UC7BrZ64mITDm/8ldofVCCd4X+rC3EfUs=\r\n=CHvm\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.13.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/bd3ff7b866b0dbcdc89a45851e1aa8ee/zenstack-0.3.13.tgz","publisher":"zenstack","_integrity":"sha512-HtoFvU1xzj1oig5eIg3rQnt1X/r3dTadvCEJrUboqRFq6p8YFW4ZXWC+GRZK+jhyD/f35xMgXugCntr9tYC/Wg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.13","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.13_1669432096682_0.9582214755403171","host":"s3://npm-registry-packages"}},"0.3.15":{"name":"zenstack","version":"0.3.15","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.15","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d151d98c5eabe1aa9882e3797ef5affbc7be6fe0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.15.tgz","fileCount":61,"integrity":"sha512-o3xj8LJRdGNmcVyIVHT9Y6PcD1SjQDhEBhPFmb34G2CBHrdgcU8Kmijfep8PgrvqKSRf3bFTGj0gYArQG45SlQ==","signatures":[{"sig":"MEYCIQCaJ0irka0e8k5OLBkgcOOg+PqiijJqBTeKpmwO/5YqHAIhAPATCj9YSmgCSiEdNUlrEc7UtyxLLK0OW3RqkWwO7uaU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7234478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgYQ4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1iA/+K4sI7Vsq4Dv7iWXN/DzNR8x21zfrQ+ag0tpumKsugdwmfp02\r\n+wfbGxvgk0KNxCJFV48/ulfgG8qDerJjM6t6ZVL3VWEhpPXWFgmEbL+dsyDC\r\n9l6aWr9rDqqrE33lDbRrl0FRDDsRQ5HohZBCWoAZEpWLw/1MmukCzggJ7I4S\r\nJJvuRu54NCY5uHpAtrU+qNxdSTs7/ifnecCimXhUCz+eIjKZ3y5FZDv3ACNx\r\n5375559+G+XdzGkwO83n3bhxpvJH1crAE5XDmnsAVSD2nUQefiAK+Hi0dsmi\r\nFA3D4I3PCFPbLsMHSy8SBO/38pWzkRvk7a3KywwODGFKZwfMpZhZnMfwFwTa\r\nXu/wiy6FlGUWOGUIW84woPOsOWnzCclxil0VbYfSmqPLIl+J19sL6stpBwe1\r\nL6+hQCcyxGMKO8T351IbXS5YNJ7gqkCg4U7hMV7J5DLpLOp3ig0x0esnImDJ\r\nRPcyqtQutHYx7SrgOMG8vc5ERu49sE1doMuud7e2MCLf/qTbmS+Ncm7hxBZS\r\nzh8QXXaG58Ywt7wPnDPYIgT8ffCzlXg2ZPCKP1XAGJ634hHzQyLBlnzKzhM3\r\ny3rfvNdn5Grwret73DYu9niAJN4SEiyJs4Kyfy/+4dvLsy+etdtdPCsk78OB\r\ncLF9MSqXmEecupY7xEsqcxGuzhD1bavYTYU=\r\n=pPzJ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.15.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ccb8cc06a92478a3b90ddb8dbb2797f7/zenstack-0.3.15.tgz","publisher":"zenstack","_integrity":"sha512-o3xj8LJRdGNmcVyIVHT9Y6PcD1SjQDhEBhPFmb34G2CBHrdgcU8Kmijfep8PgrvqKSRf3bFTGj0gYArQG45SlQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.15","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.15_1669432375753_0.4669452597525503","host":"s3://npm-registry-packages"}},"0.3.16":{"name":"zenstack","version":"0.3.16","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.16","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"340f5bef98d239edf7b7c4ee9f4e431302b28a9d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.16.tgz","fileCount":61,"integrity":"sha512-U3+XwctQ8I4So2QCjyxbBPxs9DfHJsDTWaze2k+MtQyb85ut/3rr3P3etYTYEoUdaZvdkEsx0GBNCe0XRuRSMg==","signatures":[{"sig":"MEYCIQCKrIhkNxR/gegbHG5pvxwpWdzzAqC7DLU7DyT7KvsqFgIhAPnLUfdGnCYahVa8f6RnGrZ+zS06dNJbsT/1XlM48NX7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7234477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgYRnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqAMxAAn/j5KMRSI2okBg8Ls7I+qYS8TLhLkqid4eiAlJEunqxVO78/\r\nOEp2pnJUS0yBRuOkXHd56jeUcXPrM79krua0CWWV47yNFqtOjnVhvrq6rGqF\r\n977l9J7+xBMIJO50/r106CpK4rRUnhViqQ0qL27qIxYYvD7W/5I9mfensV1c\r\nnXjJZ+f0W95zJnaO7vVCrsiLFS8BSGExBDms9VdK5WpVXlvG7ve7YPR0oLp6\r\n06zzbYF62sf/H+zzZeZAfdpMSDoLThBRooAhqcJQLXhPbg7zO/94iU6vxEbC\r\nc1/8suM8J/2RK5lrPYkDpWjCfSGChleqt8kWus1saIzL5nzgrUYoAB0iP7s8\r\n8om4s8bi+p9m4nB1e87tD8siu7ZE3jWJXPViOLo7aCZF/U2v4KoUGghU0aSV\r\nZn6gB2PWTXJlMSGh6aS76vFCK6IKhKTdJldTQuY3EozLtWopf95/8pmUwsZm\r\nGFQj7IAMsNJUVDK7JWnLlLrwmfK8XcJDagSUmD3yy47dhKsc/IWdpf38ha6X\r\nIBBwL+kJQ6C4dgvosvv1GZtNEY2VnQquhlfsdb8nlPcFwOstTPhMCzMs0357\r\nGoDvsxM8x94Bl5Ej7wrhyUj0uTnvDa5htD45/Y8J5QZsII/nAAtkWo6evb7W\r\nX2MLcccIEd44zjgOnt3798k0U/RDO49qUp8=\r\n=6El1\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.16.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/55a51819513c6296844af44979864e62/zenstack-0.3.16.tgz","publisher":"zenstack","_integrity":"sha512-U3+XwctQ8I4So2QCjyxbBPxs9DfHJsDTWaze2k+MtQyb85ut/3rr3P3etYTYEoUdaZvdkEsx0GBNCe0XRuRSMg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.16","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.16_1669432423290_0.4897165607275382","host":"s3://npm-registry-packages"}},"0.3.17":{"name":"zenstack","version":"0.3.17","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.17","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"af83d9d021a8c8c11807b29928ea6f3be59b612c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.17.tgz","fileCount":61,"integrity":"sha512-fRmDHcN8jotp4Jo4h7xNndJvgXtoF1wgyoYXpjafZEQQCbpVUb3Q6ML4GZmHBSMBp+e/7C0Mkpv42AFa5GNQdQ==","signatures":[{"sig":"MEQCIGeWdduWJdyi1kuHs526XO9ZzElbIAaKwSUKd9pJJE7RAiAowRpIAcJYQkepgTBxNnuW3FIMTVPqjwnNxIq24H+tOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7234508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgYU+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/Og//cYwNceUnyVGZxb5YlOpceLBJBU8UgYlZXqexP/EotCu6qYzN\r\nDk236cWcuf5uf1OW0E5GEr+q/c05Y5zRdqGRhNNXBVtD3YfwDMCfRyv1bMVg\r\nvPUyqmGKuQAFqA9a/1MWHTnWXUad+VGUOyHnjZLlOrrkKqoi+uX9OD2/7TO3\r\nwTV0TuGHFQXjNyLJauQfX/83BeQdzy57maqPb6Jy1SYc0YezHgiAKvz5lmu2\r\nREWvIDyL3xxXtLZxmU5GXccB+hKcn0A3DlrqTXM6HZ88mmaf7WzpFHAtOz+E\r\nwHBNEgJgree0HLSUJmt+8bdrRc92zO6g3NNuLlOAIlbbkZVuyq6ijwubyjrz\r\noboRtpIoY8AjX0M5sh8S1cpBH3GN+DvOT19u2Wnrpq7y4N0LHSxUwCsXcB/l\r\n4rVZL537SS8Eg9mS5M7GE2E9OJv4qWS6GuVLRyfgCMn41a4UXX0xeNw+MyQd\r\nzF4oJt8nhpPgiVN0yz4rnUWzpR6BLudRnAs4Tl5wE56QIiE6Yeppf3JctBLZ\r\n+bc5Rt6r4QGwO/IdeHnfphJjzfGuwjwp/UOUUSlr43D3kyQk4Xq2ENT6oy48\r\nNkDZ5PfGjJIVjxAClNqK1iQzHOjb3xbOwEWMHLcrbesNei8LqGgJNB7KiQWT\r\ntywgeHy/SLnIcocCviBKlKVxzzkKE8Y+p0Y=\r\n=fRK1\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.17.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/991a4c569e05f024cb2074650f415c75/zenstack-0.3.17.tgz","publisher":"zenstack","_integrity":"sha512-fRmDHcN8jotp4Jo4h7xNndJvgXtoF1wgyoYXpjafZEQQCbpVUb3Q6ML4GZmHBSMBp+e/7C0Mkpv42AFa5GNQdQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.17","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.17_1669432638695_0.4002065629853697","host":"s3://npm-registry-packages"}},"0.3.18":{"name":"zenstack","version":"0.3.18","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.18","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4ddb325bbf418b24a0d4b15f672eac63a74e8555","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.18.tgz","fileCount":63,"integrity":"sha512-8wljZVTEd/DujKN1UDbww6tTVDKkp8bj3IbA/8T/BhAGI6vh6AkSPa5iTchr3jGtlAK9yJE+FoV4QLwJ33cc+Q==","signatures":[{"sig":"MEYCIQCuxShC8Ijpr8iXd66/ue/hh4MjdmQGkOf6szdIJsD4ewIhAJexpRJ4JZwcNpp5h1sVrYgQ3pK9XAz1w/CooRlRDKWa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7236007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgZtvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxlQ/9Gv43tgOzZfCEkiE2zLPy1kVt/9mzpCInYcgCZJGnXcVTvhtU\r\nVryCzCfSA7VlQl5LVSrKNeTMwPb/TnpY04lyalYwmq5tpaeSFBAYzDz/bI+2\r\nYJi5iL9Dow/V/yRKuUpQQx0Iu3M9olfq91dNojt7HvuddJ5GkhvYqL11dIwk\r\nGUf3oWn0lJuFb6uSzkAW4JeDDbaZqRVpF8p7MyEPP0eWflIh2n4GB0MPGFOb\r\nMl1A5bZWYWivjxMvudyqoXeNo51V7MIEcl9JFYt1wFfKcr6RmsbXKB8kojfr\r\n8/Yemqj1ZXhkOquH4Lj4HS3xhMIZ0otxn8Eh3sFklYz/04sgcpqfi4A59xTp\r\nc0WTiG4fdCqUKnIaIQO9N6bWm+PRyLn2hq26h6QfMsTjLok9iccIdDfej2Pw\r\n76NydzkGogR2wmuYa0B55yhCVSLYnesLv+Op+oRK4r2cPBNTclaK4JyTgHl4\r\ncyX0uzzrOCsCP2Snoth/qmncd8Eiz5Yc4WhJh1pENBical73RjcUfxIMPjlk\r\nUSItRsmB8zrrwrA3UPL7m4IL5lq8aLaRWDqkmyGg9AcWuz4xcKdsLzzu6xiE\r\nhBuL5qK8i+YdL7o2340N1U6HS0R6Ip2GsHsmhZY3g7XSbSz+mU4+m0wzWNj3\r\ngBetizHq03PSwUrSN8NO1PJ44bhO/xcNNC0=\r\n=iTjl\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.18.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/078b1fede5972a2e1017d1e4814513c7/zenstack-0.3.18.tgz","publisher":"zenstack","_integrity":"sha512-8wljZVTEd/DujKN1UDbww6tTVDKkp8bj3IbA/8T/BhAGI6vh6AkSPa5iTchr3jGtlAK9yJE+FoV4QLwJ33cc+Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.18","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.18_1669438319496_0.7812867404462991","host":"s3://npm-registry-packages"}},"0.3.19":{"name":"zenstack","version":"0.3.19","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.19","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3d729078d7979773ed067ed69ca8732e72a5a29f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.19.tgz","fileCount":63,"integrity":"sha512-pX41tVIt3IK6PqBdQe6p5rGzdpzR3vfMQvV/7TWiTsnmZbIAwhHwZdI4tPFG+Au9GIVV8zgu6eWHHPFwCHHOgQ==","signatures":[{"sig":"MEQCICjw90MJ8bSu5ViSiatRDYwpX048act9/XpjC3hpG7BDAiAzaAUbKYXij0D8pGEXYjiEFbwQE4/2JJdHB3lNvhp2Tg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7235732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhHhTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEMA/+PFiH+/FAM2vpfaUiSQEXTAkEYa7+KLcaXbWg8lJ35JX1PPzc\r\ntZ4N8ki7UEWqLN9uVD4QqEdrjFTSdEPt/l7kHtVGp3f8a/sBcs8OAprUwRNV\r\nlTJr6DFj5G4V2GrG8SzxuoZH2qAJLdENepO0ad1ROActQdDMU+h9nLgQM52r\r\n91pEaO3uyyZLMXI6vIaHWY/1gSLnh3tDSNyzhvZwOF1bQTefCdm3NNBnTGeD\r\n4z+dNj5g+a+W2fpUTwjL/reJpblA3iutL9KERE93vZ0XxHrirhhkSbWabypt\r\nb4E9uvK7939hyDH5tYPv1ecoP44/2efXtEyslv+tWOVgEn4b+qoYbD4qDYWT\r\nymzSlkERbt2y9o6n/UAkcMhNAZJmMM5DBvFyu3me4zQr7hKFIeyf8JpbfvUB\r\nFXgktb6l0VrALMeF0GRvtVfWw64wMLPbOjMxBF6PA9loc+tJbtJPHBLx29QZ\r\nBKObCMmJ04/eTnwskOBUKsCLCRBUISirv8A0v2T932qNRtkOy+cMd5wRDm3I\r\nb+1diBZTnNPrRd9kUtoaD3/XuVXLRas98qMcLTR7UFtJr/g0JrDcaB7hR1+7\r\n9npElEKS8B29u9otpZKkVB0B91pST2LEjerQ8x10kIq2dgBo5DSQbDa99IPC\r\nzDl6BHSG408s/YEVkWeviEpkcDfjTZ61Y88=\r\n=oNar\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.19.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/27260f54721df5d3e46b25cb2e034abc/zenstack-0.3.19.tgz","publisher":"zenstack","_integrity":"sha512-pX41tVIt3IK6PqBdQe6p5rGzdpzR3vfMQvV/7TWiTsnmZbIAwhHwZdI4tPFG+Au9GIVV8zgu6eWHHPFwCHHOgQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"^4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.19","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"^4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.19_1669625939113_0.42267627524406537","host":"s3://npm-registry-packages"}},"0.3.20":{"name":"zenstack","version":"0.3.20","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.20","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"959065739a15a2870d9d7d679cfb0854e510ab47","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.20.tgz","fileCount":65,"integrity":"sha512-3tD9WojTnyt2BQqfFfDKwVZnh1snm5fiNX7RhbqlELXzM43/MwPAeL04Z0AfV5nmwYkgevGxcbaaHboOb0XkUQ==","signatures":[{"sig":"MEUCIQCJFeP2tH8D+EUawsJrfK5MAre8AIdD5eHfwyT6ZgFtlAIgfHNMC45QsmOt7bkI5BiRs1r7hFX/J0HhVUeVxiCA58A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7237901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh1SxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfPRAAkJWxQzOBBiZecef0Hwlj7mbJorTDy5bKqkyfmhaBbDFCWqy7\r\nQ/a0QworAPmU1EMUNziyhnuHKu4vYcK2kQH6Uk1gnu02Hj5p+AcKvaeUaEiQ\r\njLwdBIWIS2iBI0TGQWA5/u4BC093hlGZDQbxu7zXREqpCZcObsy+l7Sbc9z5\r\nRiZXtNfSEapeYNsHLG64m0HWu4SORQa4ePyXhBGl9IESnZpfADCji9vymC74\r\nOG5AVpS4MEJIHP+SC0yuelAeoD0OLs3uJOLnKRbCoJfyTz5P9q3g9bKq8Wgt\r\nBtjA/+Zl8M/ciJ8Rob08g2N6NmM3feLP3aSNIWZJ30202cOFCyg3oeDV7zmS\r\nICpP2IAnxGaqqOiKPsPrlFECUVTwiwahnVMwQKpw5uvtZAM7I3P2YoE7L1uu\r\ndeu3DMC7sbvxGkaqKPnXYXQSoW8ZVz2Ml8GFdzWduOhTqwveaHmz7m9WDiuL\r\n5OL7jY7nG6tRufuNkIVKKFcVMZV3TSHLPWntuaS56/vjZsrBozSfiKqMSE0Q\r\nDKxgLZOUNGsCzz5/GH2wV5U76UEddbVclXEvh3G4URCjSjo8MlubQFxr2mtm\r\n/vlfyZ3lCpBR+FWDwztPLh74ynKWphaymnFO1K+nbDoe1iNEFmNdjFYYMKe3\r\nRbC7St3dap2VeJksW9p8258iWI1skIN2Xf0=\r\n=spEf\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.20.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a808ceec075750708d80e16bded4a4dc/zenstack-0.3.20.tgz","publisher":"zenstack","_integrity":"sha512-3tD9WojTnyt2BQqfFfDKwVZnh1snm5fiNX7RhbqlELXzM43/MwPAeL04Z0AfV5nmwYkgevGxcbaaHboOb0XkUQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.20","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.20_1669813424836_0.7386597035326343","host":"s3://npm-registry-packages"}},"0.3.21":{"name":"zenstack","version":"0.3.21","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.21","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c3d9da5b3988c1db899bb407d9ee988ba6600c63","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.21.tgz","fileCount":65,"integrity":"sha512-ILWecID1SnsIMuoz5TQvZeZNjolNZ0Lmu8kqAgONoiDH9ad55ZbRTGh07V3cfBRDQ4BcEvG/rU3apwqBynPXCw==","signatures":[{"sig":"MEUCIQCWXNSPQ2y7490N/Pan0bLEKRhxBecAfEDFbKpTpbj3mgIgYfTwTrJBlkmhDpypHjw++tyXkH9nlGLfSJ03f/f5org=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7238206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh26ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1wg/+MCfF9hDGQv/IUvArSglNDDwmfm30KeHswTT5//k8P7AKZL3E\r\n36UK0efNViDtwtfis9OnJzrMEA0nHgXMZnOLBuJL1lNfPJDK4YXIyN3E2BME\r\nIjtQDrplyP2lrefvyeFUZkiWjEgi8S3jmwDY9QcdgwL+DmSV7GGyEfY52QwL\r\n3Sl0+vRiBr1UOYvLnF/tEqzMXOhc9QeRrD87o3yPCk8CKZwfFQRDi7QXTjge\r\n1x7oWNbl/ywMysnZHj/3bGjOwwm/IiXGPPTIX1qJFKrRM3sdpD7/iAacool0\r\nmYeTIL/O7OaGwcJ38Xm+K3z6R2peds9OR3Faeoxjj3QR2e7KuCDM3hDFtx4c\r\nfbJJa93Y6CXcfcE1mjO2rwQZKb5h+H/T5jnXESCFEPXGqF3gMY25bgFR622Y\r\nZHPfXD3Lp/RntzQFHj37cmjW8NAPU3ZDbh1/iFq1z+WuGA/SdpuG4A/qtQia\r\n9YFfZY6i6al8x50TptzWWdy5qHjtTHyWCah9neX5d7wNBHNvEuEZf71pYzVd\r\n/9I/K9+p5u88ztxGIsF3t5yaC4mAbU4lrmatucl6Qmyt5p/67b8yfwTURMUs\r\nYPU5gr3ZlTx60W/gmc/7IMOjpYOtBFyPHxwa7JFvob8+BKt9jlS+YlHiDIlh\r\nRyz9ScWK6J1KLW6dkPWc+WJPpux+Ur4fNUE=\r\n=gxCO\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.21.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ace371b9cb5dd39873ac6828a9b58af6/zenstack-0.3.21.tgz","publisher":"zenstack","_integrity":"sha512-ILWecID1SnsIMuoz5TQvZeZNjolNZ0Lmu8kqAgONoiDH9ad55ZbRTGh07V3cfBRDQ4BcEvG/rU3apwqBynPXCw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.21","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.21_1669820057242_0.12169251989345886","host":"s3://npm-registry-packages"}},"0.3.22":{"name":"zenstack","version":"0.3.22","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.22","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e6462f5cebd1ce7ab147d5bee5f87f5efb3ba473","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.22.tgz","fileCount":65,"integrity":"sha512-fJWM7GhK+9OsJTRkaHj2zzcJk6fIRUwZysnJWbPqsfkcGiJYreEqvkz7YVWgb9qoUWQzLBqzoKLrsjWiR8zBTg==","signatures":[{"sig":"MEYCIQD5SU4NgMjUVuYVL3FtPtIeQsLPRG/XlCIlmmCaC8p+JQIhAJ75aga8EAygRV78APRz6HF4Sp5hL/G6Ps5AA+f7i2Eh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7238230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh4LTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohlhAApNDQFeuxvUG6RshI1g7AaHCdJELt1KsQ0id0uBNWxPdFOsy8\r\nwamZhcj8EbsIBSxzlM80hftdJxzdAPXzj/nDeBzXySrlVk1D9eMM+cw0EbvE\r\n6kylRdTMlPDNE/cnqcaTh0sN7xTiHfkok6BSU1DmU5Ol2XXSZrK6jL/7Eoqg\r\nHmqMKidUEMkDlmrAlEgZTpbQxKBslq3aU+k8hH6SXcdsDIz/1obPzqVjB1+z\r\n1CaO2Yt3WLS9i3c1MzY/YVn42y7Uie5ATIonAv2+eDZt1dLvwfW6eDhuxZnc\r\n1mUSrF7BG6XgS0n2PlO1XV1zTaLP0DPJA6+lbdgyOSRBq0abHVBzJwrfgSEZ\r\ng1ydR6tRcGSt3V1CCK+wMJD2fqWP8QdkFi1yi3E8R0TR9sSleOrmPMkM9WUe\r\nCVjYGI7hws+imenGIIJHo+wrhm7YrR2WxF/tyFX01sscSAowi+zh5p7Rmx3v\r\nVn1Rn58QWhgyffu7vTZUlGLpIsfJNqnWoY8C6khbT5TKwEU0l/J7FRC+Sjhp\r\ncOV68TIG4W0C/rvdHL2uf4uzud0tauhdrJ933Q2kM8/lQd2Ut7Da0EMYc2+R\r\n3HJFAgxKEFPU9eBfdB02dFJCtZOzlX3s4Ir+PkVXIQMlklVMPGizDCJvyVLC\r\nK8iDCZPN7nPtE8uCiZ5dD6/uMhribkjfYoU=\r\n=Q0Dt\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.22.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6e12bebd24d6331ea18ee14e59e4ad61/zenstack-0.3.22.tgz","publisher":"zenstack","_integrity":"sha512-fJWM7GhK+9OsJTRkaHj2zzcJk6fIRUwZysnJWbPqsfkcGiJYreEqvkz7YVWgb9qoUWQzLBqzoKLrsjWiR8zBTg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.5.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.22","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.5.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.22_1669825235470_0.8916065843090075","host":"s3://npm-registry-packages"}},"0.3.23":{"name":"zenstack","version":"0.3.23","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.3.23","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8eb728b89bc4b629c6e714eac88b7c475a71cb54","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.3.23.tgz","fileCount":65,"integrity":"sha512-sJMIVxNpxWGozFbs2kndyLM9NPLucdHvjYASfGRi8tp9FrRg2d4Ji2qDC2W5C7sqIvWrUltxpuoynbdjNljhHA==","signatures":[{"sig":"MEUCIQC5f/a6Jfr6MpVoeCTDLG990lOcnjIWHDvTzdjww6ajyAIgbMZXHSx+CcKOX42S5502+PGlKqyGs45XbTmAo28mmno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7238031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiA7FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSDg/8CZq2soo48OryHscIHhgbjj/xCuljMdl/NFRa2kUkPiIePEkH\r\nVfX+UkKd+AAK/fSofgvvUX7zqean5eYdDbdy4H9zV3y82mKauQLKTZewlIB2\r\n2w4DeO6eGY5/7Gu4iYO9d7TA7Wz1iIXd/BRawzM1B16X18V+cK8Y0t19AYm1\r\n9DTmatd0qLsR0yH2kGuXDvC490FQgJjQOxEh1opkfJcWDUMxL9kVDpzoGZji\r\n9mLBYhs0gqLfA7ff97l7s8VRwUt3bQQct6wJ9jF8uN7ye0t19OyVR1T9SiDh\r\n/j5o0oK5p/jlJxnIYXxxFL7RPIcpHtkvIw0MCPEyxwUyNSEDjMqplFWn2nG5\r\nwSGKu4LgBNXEk+wJGL6r6Zo3oKJdw/SXQc+aZNuBBFD7AW/qvinZT8uwOsh3\r\n18Ky6a60bA7HYUlm8UsDJccj603zKnrLCSP2eo8Y2jUX8EE1HS1azOfujnZb\r\n+k9unM/zPAiMeOmiRLnOqtAM+U8TMd180l06I4JCAKjNmYww15+UwkOpWHAp\r\nEvXcpjIbZkqQjwOd0CZZp/7+gMgmS77Cc772FdouMDsc4RBO7222PMg8+Y+U\r\n4z0GSzFukVOcxgFgeARhcC2ilt6QSFNsNjd3LKoAHVZnSwnIozkIzFE+Gzzn\r\nMWXID5B3Ab0ZKlbGvnv3lkNv9xGBOPgAhUY=\r\n=EQ1g\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.3.23.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/925ea8474c13a0be86ab2ef4f6aab257/zenstack-0.3.23.tgz","publisher":"zenstack","_integrity":"sha512-sJMIVxNpxWGozFbs2kndyLM9NPLucdHvjYASfGRi8tp9FrRg2d4Ji2qDC2W5C7sqIvWrUltxpuoynbdjNljhHA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.3.23","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.3.23_1669861060968_0.4955135791877465","host":"s3://npm-registry-packages"}},"0.4.0-pre.1":{"name":"zenstack","version":"0.4.0-pre.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.4.0-pre.1","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"197c56598c7959afe8b887917571990ff8e2bca4","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.4.0-pre.1.tgz","fileCount":65,"integrity":"sha512-Q5s1zlVuxuur7M8QKKXsfrK2LGLO7rjZGearce9O+ugmjsKNaVlDWSQ7n5YB4HZnBlWCzVcz5zuNMGqxz+S8+Q==","signatures":[{"sig":"MEYCIQCuHxwSVtypBNDn2/Vl8wWO6VZBcueFmdGVlyxLx//n6gIhAP4KuU58Ofioeyk2ZXspEJsOz8MM/++mxkgzPEKTPQoz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7238046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiBfJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiRA//Yf7SCN1efOaxvfjkM+uj4JviR4WI/vgVr3h6jou+R1z0aDyU\r\nVTA7foF///DRswaW6//vL30phiTmmQEQ0E79/uUKukLTJMAlyv/unnmqgI70\r\n6KbabO68scZdulk6ie+cJb0SvoBtMxtjrDbH+GcLFBPvnWRgdp4QBAuoz6ZG\r\nBYcR8aubeT7lATN51UczNZ0F1Qkmlc9aHeZ6nfA2waShoOAUX9KDarxWNByZ\r\nEnHSEtJtCPrcWtxH+zRNQKLmjwQi7kSvOQNn5Rnk65A5yKvzr/5gsf10NZYk\r\nBDw/o8p4NuKVi7i4lm1+1EHVm6gAGno4FR/6u3ZQtUyWOcbGt77BUbgm6NPF\r\nPQLmSE4yz9mso9UX3HmfF7HH1pPuu4F8QgrINfhtt5wu+/MSGNw7pgHuPirR\r\nEe1A8GGSriqShNuraH53gvNoICwKLb4zrrxCsPpAcXb1GO3cB26ptiYr8iS9\r\n+OG74tTvu7lkrgDhNapNuRgZZinGGC36Q9oS18mJryJJR5oMqbn1hgNx7sCY\r\n3px025D1wE2o6woiPhUDXTRiBYjsNz/sBeBPaKV1+t8bguS4G1uML/OObNkc\r\nnTLehI4E1L4HUsbUBh5keOZoRjnZiceMNYA0Po0y1os11YuOylJFJE8PaBuN\r\nzOufS/q7ke4zHxSVx3nQTHSN/YjAhzP/ceA=\r\n=r/OV\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.4.0-pre.1.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5099d16a38664b7e5dc900c6d8f0275b/zenstack-0.4.0-pre.1.tgz","publisher":"zenstack","_integrity":"sha512-Q5s1zlVuxuur7M8QKKXsfrK2LGLO7rjZGearce9O+ugmjsKNaVlDWSQ7n5YB4HZnBlWCzVcz5zuNMGqxz+S8+Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.4.0-pre.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.4.0-pre.1_1669863368819_0.35244341679842006","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"zenstack","version":"0.4.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.4.0","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://github.com/zenstackhq/zenstack#readme","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fb590a636b9e368213270f1c9793242581fa80a2","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.4.0.tgz","fileCount":65,"integrity":"sha512-gZfWYVG+Rw4WA97ywY0vLEQDsQMtTrcmSFdx+gZfQBM5AynHyDF9qJOvUOERSMub1qvQucBU9BrxFiXLUrgMlw==","signatures":[{"sig":"MEUCIQCMDnRqxE9HGHs/RH+gOKoTahGq5ZA/lW+4kGpG74T7DwIgFwBATS2u7h2iR5jQCpuh4UdCtM31RP946HiZd3zqUOs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7238028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiDSsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmruog//XWfV3MZX4hm/n7DNvjCu3132RvC2yyHUPn36PhvUmkxfUdbf\r\nuVfj7APz9znf80eGk0eYv8a6SHPVmDGU2jnDw8Z3lsbMfV9aV/nciV9+r4xg\r\nq3jQtgKtLh3+sQ2ivg8GUswMr/fVlg4z3Y3HgXX6bUl4dzKJHxw6mQJXFFHL\r\nMBSJ5A6WZy6JVsDbu11m+t3JOHSCon4fBFndaBPwfbn76lPHEtxFTeEL37N8\r\nI99Eqc8hd3ApM4YZHXUrmGDGyAWwDxni894uJDID9yTEbgXmznaKPiY5yCKi\r\nQpuHBRPx4Ui1qUpuwx7zYx2TljLIt9bJl/O10/pqVbMkPqAcAoosUf0MuOtY\r\nZA0dV7XEDTsFmpnG8XQNR08aYidSq1ot6yWp1Bx9FVzF/S4cxt92N+Ilz62F\r\nPH85lRDs9b++/b7ce/85P9eJg2SrlH8RzV0AkqbtTdhnTCSWzYIMdWqx9QXG\r\nCt25y1NocTGIInA8TrhRjgyampAWBqn0ukWbBDr4ImlGtiHvaNVA68A8utEU\r\nwhlrekJWUXlSM67Nu8Opixqt2N26HMImHyHCA/xuFa3G3r3kX8UA2F21cIE+\r\nsEPzS90IvjPprxeGwPrk1EgnAeKPJyJ4csryVF9wb/XiPEocXunIMC2XhTCZ\r\nj854TjWpzM5rGLx53YnsLb4kZK3avC16To8=\r\n=vM8W\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.4.0.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3de20a1b77e177a8323508e5e4a9ca04/zenstack-0.4.0.tgz","publisher":"zenstack","_integrity":"sha512-gZfWYVG+Rw4WA97ywY0vLEQDsQMtTrcmSFdx+gZfQBM5AynHyDF9qJOvUOERSMub1qvQucBU9BrxFiXLUrgMlw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.4.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.4.0_1669870764700_0.5373537865881397","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"zenstack","version":"0.4.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.4.1","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0c71b20f62e7c3c6f093cf6f768412a146d0cc29","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.4.1.tgz","fileCount":64,"integrity":"sha512-Z55ViVb8JWCpo0fVEN/PnEuTFX/mgnw6WMPq/ddWU30lMfcnZhS37msTC/ZzQxLssKvwB2cMA86cmbK8to+JrA==","signatures":[{"sig":"MEUCIQD8nPtjMp4IUgy+d0diZVxc5Ezhb9IvxU5uDl92oRqrGgIgaWwARNdIN6ebkbK7M/jcZIwzTZSuaewEVu8tbaNSbxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7213938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjif7rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpK9RAApQ7Mu5Ba6TO9cMwV4rnAB4qwVzgtqvfRzKS1rJhyxNMLBUvN\r\nPsRXY7QwhnhySbrl97tkMr4S7FQFG5AicIo9fpDfwIk85lwAq0TLIzTd5PXv\r\naJON8KmoCjqhegKkIPH2kcala7SdOCXKNe65sXkl6keK8sECL99WzDG92FET\r\nZBJ3X2h2RNzH8I7Y6FdlkcsntIFRZ+7KLq9FK+r+82jmnzfl17YMem/K5UW6\r\nisATyIoh4mB1GeXR+AsmQXFhOlW7PZeDry1ygpLNUJR+3/N5tSI9PiBxEH+V\r\nsI6efdwI2nx1rei/ICnLQcjJcZpCemeyFTKY9xheU3+MxEfzIQG5sNxC9Dmm\r\nFBC+exAsEEDjnHt+YdEjwskE1ekoUsEtAboR6VcqYa+cjAjUf0qrWYgHsj8u\r\nQjwizB14xQt2uoLn0VNdFg3zjPOxjnEzsz806k8Zdb24KR8SJ/WKdlaOC4MR\r\npLsW/Cf0MDIXNHqZXjHN7wZAQwYT151F1sAf9V4QHF9FkwWIoGtGABRUy9IG\r\nU/LpqDfr3O7yIW4L9krSmrd60pKE8MIH3a0UYF9Mspu+25DtUxTI7Aww1qiT\r\neKzOWZerOUBTOOG+4lIBWJyi4d0fPjMGobAbG6JlKA8Ac/X+fmMtSneMwkCC\r\n5n1wA1NE3Xsgf1x4LEgMZ6raADnAXeXa5pU=\r\n=GYnu\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.4.1.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/93be82624e13569077f1c4b1e6a0dcf8/zenstack-0.4.1.tgz","publisher":"zenstack","_integrity":"sha512-Z55ViVb8JWCpo0fVEN/PnEuTFX/mgnw6WMPq/ddWU30lMfcnZhS37msTC/ZzQxLssKvwB2cMA86cmbK8to+JrA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.4.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.4.1_1669988075308_0.8830777952989628","host":"s3://npm-registry-packages"}},"0.4.2":{"name":"zenstack","version":"0.4.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.4.2","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7fce4254c109716b589ace613678842c4b888216","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.4.2.tgz","fileCount":64,"integrity":"sha512-Mv7z76hUGZuVFWhUsQv22Mvsj7TjK0TzvrqZmFIhG6SyhHDrOqOW9Xh5yf0SlWXPniVem/eCaRnYNsZVKoYP0g==","signatures":[{"sig":"MEYCIQCUuhpIJgpPhRzWKnB1YE/bzs4aSQuFUPTd6MP6dyPDLwIhAMvc59LB7mtMSvAFtN2P+WVNECMVmVJLWJJnHNp2E+tw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7310167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjcmkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYhQ//aVnPjWiB0E9VbOuoqG1IH5x1B4ClS3kZs2CEcmPOdMmztRpM\r\nrRkQKyIqHbhvFD/r9DB1q2qm9cRPtmCb9MC23R+hH73R8pHIOlTRUEH2jS6F\r\nA4tcNZGJrpW1a29IMSgz6xGU+UjcjZk9kPilpFCWXEo7eeIkbti1Yl4aA+xp\r\nwtI5ph5N2MRTe5ajo41DllpskKpMWNaYXWZ2jfVUl2titXZ7CUNMVqHUUYpG\r\nHG5ABRx8zRKyJ4hZfBvQZlvmW8406jrZcUlFlyqJmn8G1vh1Obl6Ue6vKpw0\r\nyKWQwIvvUReqaSEYBOedCB0iLu28ksY6Nh8P5lGHLp7SxiMR9cB1+wJin3E7\r\n51dBLMCFh2bZTnlAiq4I0e7uitJzORrvpQz76okz49wiw0G8FKxddQtgaPjj\r\nA/GttHVhT+Sx5dT1FInaBZeO0+RI9Fkgc9K7M08MaH12B0O2AXNYk9x5FV3K\r\ng8WkJDUTcaKcZkyAeZecLma9qbdZpCXSHgKZMZ5cjsiTxyC72v1vYUw2/xJF\r\nvBd40SLQkJaFCjmaDz73MY613/9euQDWGRA0g93LseFTCXCMp5ygkeTONh+j\r\nHz8wsgcs4vAgPsgV6kKsN7jmDXUj2Pb1u5t8hhId8LelSpV5j7b2MU0oRb0B\r\nJ6x9dIGETD9LyTl/hFCxCJVZBf0DapQcU4Q=\r\n=xhID\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.4.2.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/939617a3bc17c015a6d2b147c3f01207/zenstack-0.4.2.tgz","publisher":"zenstack","_integrity":"sha512-Mv7z76hUGZuVFWhUsQv22Mvsj7TjK0TzvrqZmFIhG6SyhHDrOqOW9Xh5yf0SlWXPniVem/eCaRnYNsZVKoYP0g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.4.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.4.2_1670236580637_0.22466354296775481","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"zenstack","version":"0.5.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.5.0","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5fa4e6bed669f4437841c22244c1aeba7557dfe7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.5.0.tgz","fileCount":63,"integrity":"sha512-nMYl5b9/9FuKBQP++xnJoeM/9bySavgfeRtT552BP7S8I9f8iRK/SxMJqaD8IS5mdFhXj3sdQULjd43euLs8wA==","signatures":[{"sig":"MEUCIDRmgtDrdGXp0RPAHSU1IcDrKMD+JFfLv1FERU0VerYyAiEAkANuwKp5rB63GCOQWcj5hXhROX7al3/1MJKCiX2LeBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7304592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnCbgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowMg/+O76KbE6hArLnAsY+Avo5SudbFF4mmKMyANBmu2slAnGGfHhr\r\nKpmqlXO3am6GuKOcoUeJk/9nCHykG55kskQKMTBRkStNcR6gOWYDFJg0P6ws\r\nFSPkx+Vw54i/eqjN45QSoLfjFD+k1hL49m/yYsl5qnBx1CTqbJblqJduE52n\r\nzNo1q6AytKc3uK7O6eLIbBabHUvErrBuS9nAqD2hu67dVpHkQbNLn/qsH6Fz\r\nH6vVEwgCimp1pkD+XRlwE46Nd6h120NwIhdbK62elPyVaJCxxKFoV5y5d6RC\r\nIEBLZTjGdSji1ZC15WLjIycrU1vtJKVog4ioOQPz8SphxEWjkgjN2Nydccxv\r\nMuM53ImxNUiLczkTmJUJ76K557iKZRZgg8UIKl7dYpRX6BvarSienjewgjkj\r\nyuongdZ+5wAVhKQvxASICcgLT6gRBLB6qInQQlIOv9Q8MfDMgm8XmrvusSgB\r\nXGvjxVOa6EKuI4wnGyLUqnhfXWrm0em4xUGXkhX/PyWSvYYRfqfgS+NClgXE\r\n61eyQcmlbr1W8j72EESKWkZ3R7MKKxe2MS50S2VGrKGYLar+l7RrJsqYd44A\r\nDPmbvs3sbTKPUIBNLXURDGWNedzFKgaQs19+Iqon6zPh2m2FwJMMd1hzLUsj\r\nhPazeOBkgODTtGcSQrksBVGs9JFZymHO/lk=\r\n=dRNt\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.5.0.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm -C ../runtime build && pnpm langium:generate && tsc --noEmit && pnpm bundle && cp -r src/res/* bundle/res/","clean":"rimraf bundle","watch":"concurrently --kill-others \"npm:langium:watch\" \"npm:bundle-watch\"","bundle":"npm run clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","bundle-watch":"node build/bundle.js --watch","langium:watch":"langium generate --watch","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","langium:generate":"langium generate","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c53a53f483fbc3ed3e5aef9c78022c56/zenstack-0.5.0.tgz","publisher":"zenstack","_integrity":"sha512-nMYl5b9/9FuKBQP++xnJoeM/9bySavgfeRtT552BP7S8I9f8iRK/SxMJqaD8IS5mdFhXj3sdQULjd43euLs8wA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.5.0_1671177952526_0.5586913009122072","host":"s3://npm-registry-packages"}},"0.6.0-pre.1":{"name":"zenstack","version":"0.6.0-pre.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.1","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a06625547e747d1dc5ca5f89892355f94541a6e5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.1.tgz","fileCount":4,"integrity":"sha512-XFFe9GYK1GkSLrV8Dc3v6FGD22iuo3VpmyloU8SUXR6KvN2YzGcSZCyxLJbifxpqapH5G14e7NUWScFAYV0ltQ==","signatures":[{"sig":"MEYCIQCDhIkNF8McXCDlvd0qlnvkDHV6hOQsC4ynLbrdyFmCKQIhAJGsFuQ8vAN7ejwtecEPESW6gpdh5PE1/DIkNL+bbjfN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnnJxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzLQ//Qs5URal+M73AmMDtD6F4UKmQzT3jkFufCyUJUr0GENaW+NrX\r\nYXLFUwRvTaQ1PacNGpKA3fWF8O9mkldgXnNvOOYvIjNfJ7U5ui0ToSm3Rz2J\r\nX9PwfU8udPDMbaiQbYL95IPdXiEFGUeJQrlwdrpT02r1NO/k8xkKm17/06pY\r\nhsE2/bb/Yi1RVMiyge6DxnUpG17Vtexw/Um1ZmH1/mSUQawAJRxdHHy4LLTk\r\nz7HevE597RtdASNRy8pUdpWuRTIVfxXiw+DG4Q4FnsMMTkQFzds6YQ1JfNiU\r\nGLO8i2x1/HRRrxoC9Oc7mCvfWe1iYEdR7Mt0tkuV/eBk2s8Cks+1m5TgCyo+\r\n3NI4DN3IjuDaX/V1r/O3j4YJrqw32AORyr/Q3c3czGzaj596wpGOqStdRUB6\r\n8/NpPCsmdOj1iC/uwrGg9MpEnksgpR6uwXtu9qJJFJABEzky4kNj7Yibyk35\r\nMjEQ4kZUlG+HvZwAAvLfIugYQsOMCJch5tZjuZiTpHWLxeiBlZCHdWilXpXG\r\nmu9KmWubZzGxFWfyiK++RPhScrFzpPzRIiDLOoQ4NIO/jnOrjIjsJXh6G4tI\r\nOZuYQl4uRJVnu5cVft51INBZNmyBeP/uS1J1JNYtjVcIKRghtT/TKuSlrBQ9\r\nctR4JOT1rmPJ/jC8tbnYC9k3SUEaFfPy2Xk=\r\n=cUIu\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.1.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm build-deps && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js","ts:watch":"tsc --watch --noEmit","build-deps":"pnpm -C ../language build && pnpm -C ../sdk build && pnpm -C ../runtime build","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/7e48ee05d07b3e18b966144c61133b18/zenstack-0.6.0-pre.1.tgz","publisher":"zenstack","_integrity":"sha512-XFFe9GYK1GkSLrV8Dc3v6FGD22iuo3VpmyloU8SUXR6KvN2YzGcSZCyxLJbifxpqapH5G14e7NUWScFAYV0ltQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"link:../sdk/dist","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"link:../runtime/dist","@zenstackhq/language":"link:../language/dist","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@prisma/generator-helper":"^4.7.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.1_1671328369552_0.6124249576580347","host":"s3://npm-registry-packages"}},"0.6.0-pre.2":{"name":"zenstack","version":"0.6.0-pre.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.2","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"43ebe395b77156f53de658ac422877cb7c1a46f7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.2.tgz","fileCount":4,"integrity":"sha512-oOhvdCKHvQttb9gvUvu+dGy+fDGbboSqUN/43mVgn038vj5kL8R/LaI9/ZqHQhhrxr53/3h+hUb7+Wy3ToxHiQ==","signatures":[{"sig":"MEYCIQDYfUwd4aBjlatNaLf4sOGrm4qt9Nezb90UBqVFURTCSwIhAOfRgp4OKNEo3jIxzixHFSFEkHkf71xo3ql4gHoLlx3T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnna5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmptfw/7BEn7fFHsf9u3vR/oSJ7mmSOQHXwb5H3+7M1cmC/YKdPQkeBG\r\nHuykNk4AREnJcRarFvTL5GbSFqvtfLHwAwgGH42QNnWoZN4brKiTMsnP1QkM\r\nybLVxghK7ZQYWDYn2nhhXXzc3I9PaKov8cm5XUT5fDS69CBi16U0h1y9ZP5D\r\nu7md1VAdJc28utDUmwNxio2oyjPZpWN4EWvLPUPEd/EIVD8w+j5ep3HuAiHE\r\nPdekhK/I6IEgUrRkt4w+1G59FhmJvYFfQkLCsY4t/GwRr2Ywt8xido7duvfm\r\nJFn5yOdubI73G0tuUuhLIPI+oCirzRYA1XQisoFlEqvPkkNn4lz1p21GINKX\r\nlrxUTXQCdYUt0DF3EisEHc9ErFd8jsIfOKXL0iq7W8ZSlrzAxIJ81sOFxxeQ\r\nZrqx3BAjy3dp3L3/xRHXU40QyvI+DI18hwy7IxJKQAl+7D2aRKG2jv6BjySL\r\nTuN0Nvp4XNPjdeXVoPa3sM3eqqsBD9MSSeAsIhWMmHW1IHWZrK5vK7BaRVax\r\n5U1tO2pDRTFBD2vo9jIuoSZ0HhWbhFVvP2RON9zSIXu+jijVfl5U2aFNImwh\r\n2aH33Q4YJoq6RLsqrANv2HYYM7c9wKcsFU7uBTBPDoeyLgWmKWqRpb022Ehy\r\n6OXTI9XUz7Vhzp074+yboWoZu4p2S5QyWCY=\r\n=bX6S\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.2.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/7510418113be59b66b571b08c9a23f52/zenstack-0.6.0-pre.2.tgz","publisher":"zenstack","_integrity":"sha512-oOhvdCKHvQttb9gvUvu+dGy+fDGbboSqUN/43mVgn038vj5kL8R/LaI9/ZqHQhhrxr53/3h+hUb7+Wy3ToxHiQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@prisma/generator-helper":"^4.7.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.2_1671329465484_0.5038980068045071","host":"s3://npm-registry-packages"}},"0.6.0-pre.3":{"name":"zenstack","version":"0.6.0-pre.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.3","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"51e4d726291b192e096c3a9b002655ca14f93bd4","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.3.tgz","fileCount":4,"integrity":"sha512-1E/QWKTYiMI3LZAjF/uXOlhckwmyFiRYvm86BlyJRUdeSuQGlRmDJCyt2XY5XLZxMZSskpMGmxna9gvMKjogaA==","signatures":[{"sig":"MEUCIQDNcHUZYioZOEwD7t8LqU+eYOQFXv7mE8OsMJ5VfOEDLAIgIGwQsp0wpnXaOu2BNaddIAOAWvZ56EV3ANlL0K+R028=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnnkeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmra/w//WWnkzmUcPrItaq9mbL1K8tvVwmVqjMuA+PAHY7ZQ9cMS/WCf\r\nJ/F47eydFlip28y21+UKW5o7GXC4FYmzTVKi/ZZ56QP1+s+HssoODMxASd62\r\nwIZT8s5IXS/faSN7hjxcPAhKVAnhS3ur8oGP3d+EGEgumknyKwIRdFAxe+jZ\r\nak6esvMia6ao75KFT5+reIjuZmHv7qFhWXtH5+rJGLzaR8jmm7lKZLuULuZp\r\nifPoTiSPx6cTRuEIm+pq8gdLhitVCjGwI0dFKUYbGlgFI1jkbyUryyTf0lqw\r\nDTxXOC5HrYr8H3IRvy4T+nNOs1oqIXvfU5BxXxY1y1fo2cVBoNaj6WCS17nT\r\nmXRON84307ImJmCYydEI20noOmpcwCRcajyh1BrMoYDGTZv7pPwJ76RyrW5A\r\nwiXFfHjezHT7OvUPWrldoWLDBZIbhbiSdfYZtWzYp+JZ19d4HD7x4463XzDD\r\nMzv8w03S+RhT1Izhjm+w6CCxQLvqBe2yZlkSqP/s8i3KnLDKSsNKXimEZo8N\r\ndynnQ8/yw1Wf9eZZuc7gdCsW4GMiuzJqrhKHOwHHu/7jmEj4pNFi/kHgWv6i\r\nhxamyfavwb4c41QbJ6HlRqQutyIOD+6Evr4KLpd2DeoRlbj5xYtUqJu3IeN8\r\n1nibY2D6C98gJdqzvCQAhLNt488c5lRZ9F8=\r\n=4S9k\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.3.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a2934c9fda5ec2016d282dfebe95e840/zenstack-0.6.0-pre.3.tgz","publisher":"zenstack","_integrity":"sha512-1E/QWKTYiMI3LZAjF/uXOlhckwmyFiRYvm86BlyJRUdeSuQGlRmDJCyt2XY5XLZxMZSskpMGmxna9gvMKjogaA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@prisma/generator-helper":"^4.7.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.3_1671330077833_0.6962545556844417","host":"s3://npm-registry-packages"}},"0.6.0-pre.4":{"name":"zenstack","version":"0.6.0-pre.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.4","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"eb38d6be92b9aeb99c99b9d3bb0c959a646b73d6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.4.tgz","fileCount":4,"integrity":"sha512-6Gmn5/ERPuHMa7wMkFp3JNey84rXfurWvh82r7uxycMPvO/9Gz2jZ/SwUk8YCh7VMYXt7DY1oXHohcqBiUVOTQ==","signatures":[{"sig":"MEYCIQDSLqgwXmc4fe9LBKQB3bOKgMrnY3yZssRwoQqdAHg7eQIhAP2jwAlTFWrhT6Y/iiFBgHTS/ruX9ATp32EI1Ebnc+kX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnnolACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZMw/9FFakSHC+oJ6NfLvQQ9Q0PN73uNPWbYOHOtyQ6dVuLj2kWGEk\r\nvB7Ad7RBLkPC75OHaE3IsZ1U2n65v4zYsPArfdGk9uVMz9r4HVpukigKFYRn\r\nXvC3p44M6RFc7qGjYNnBfs7cNUGEvIa+0+ifXgbb0XkVEzyq53h7xxgO2b9+\r\nWPEyy1a/DURqeoO70J2e7YHeM5jmn46IVoq73KajtHYVGtqn9UHKeGYfXwTu\r\nDwe2DD1jcNyySmPRMHtcla+nKrQ7DGKTzi6OkUxwYiw/EsFSnzOIvzT0KtvK\r\n0EuZjAleVNsdEdTPvDW8T+GOp2dCdRjg7PG8E14pZMPediEcjrAUcn+ecOWG\r\nPD1r5eJNNfAbwXXz740nH2/tR+33jAicKW2vQOQjC7R93sc7YbFY3VdfPdnf\r\n4OS9oUlsx8we+GLXqMv0aeA/XiDzMu8HQ3tTC0seRmc0eGlz0655XtmCuuM/\r\n9vFUSbj/QuzyMo7Y7s64ycqPjG02bHEblSpm1PCtQTCc3T8a+6u1Tg2KkbJq\r\nxZ1WgQBijqDdM9qq5PrRGlWbl4Q0oEzp14btczd5sacySkl0yM9Nah+grtJh\r\nkVbqY/W2O0aABBUuWiOe48MbyVWMTZlC/ZUFRQxc3D0Qfl0putMGWoJblT49\r\nVBjjWAy81d2QbJEzRb5c3RCD+61S5V3ncZc=\r\n=xGCl\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.4.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js","ts:watch":"tsc --watch --noEmit","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/04e820e34bca2799aacbaf2d9e546436/zenstack-0.6.0-pre.4.tgz","publisher":"zenstack","_integrity":"sha512-6Gmn5/ERPuHMa7wMkFp3JNey84rXfurWvh82r7uxycMPvO/9Gz2jZ/SwUk8YCh7VMYXt7DY1oXHohcqBiUVOTQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@prisma/generator-helper":"^4.7.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.4_1671330341431_0.09196953945153807","host":"s3://npm-registry-packages"}},"0.6.0-pre.5":{"name":"zenstack","version":"0.6.0-pre.5","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.5","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"10084edce5147744ad672239cc8c5081c7241ce9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.5.tgz","fileCount":20,"integrity":"sha512-hQJcncZ2sSqhlY01xGq9WQxlpViS3VFepFVm4/6iJLjNcikF9OL6Ti7M2bMcgwn4o1g+aePoy4guufUB7s88jQ==","signatures":[{"sig":"MEQCID2xWQtfU9tyYsY2uvzsc9/6zEz/j0o+LemVhP7uvqZHAiBc69y7cETzCMY3xJgzYv8wJeeMfVgqCY/bmpwdnZ+xzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnsmqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqftg/+LaeF7/X2Vc8x6q+S0mnFkZLuacgmYqdvCTjbBzHC+zIyqX9S\r\nAXfLgI8e2Jb+RAk262KQUB4RuBjjg9dHlt4aTHoxkPKw7a8xclgVadys4fYr\r\nhq/WST+a+QxBstemyHDK3xj4lUibZyekrIw4CJ5NEMQkwV2RWoZxJlth4cTM\r\nz3z0eO1Ate7CzgZcF/ckHNg7SV2ayEqfMj4iTzuywEOvyfUZtqhH9b+fTiAB\r\n0Gs1SS6K/aDxHCWUebA+CD1z6mesRbKjiexZkHu2yDcgUG/MvUiVEzeru/tg\r\nH1O6XoOuoDPZ6hFp1cZMcYRejAjsIsFnQ3TpA1yKxfQUjqSa432nMRaETrEH\r\n5Dz8gVlYMCy83SuNlRZYDtwDwmVZNfhpJX3xanv7Pv57BtN/6OQW/PSpYcWX\r\n2wcVDxcd+F9bS2l5og5pn/l/jZ6aG7eF2dUK6vLq9GYYay7kHsJSFWrpxacv\r\niulscBWA6EjAqPaDzAcWXx2T0yg+3klJBlsX8AjOcHa+RldihgB2Ol+cmbpJ\r\n0o4ec/IEfLzQku06eglfTjari6R2yuchAZwZttpIgkq0Kk0iZmiKhQm5lW34\r\np7pyad7TIktXnubzkvHoMV7knsB9p9jMk45uIkUpqbOzLxyjTh8Kndo7zG21\r\nD+l9GO1XdkqwAym61/E1gLtFHMLJdr0QIF4=\r\n=QLYJ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.5.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b3d427055db815b31bf303094698a219/zenstack-0.6.0-pre.5.tgz","publisher":"zenstack","_integrity":"sha512-hQJcncZ2sSqhlY01xGq9WQxlpViS3VFepFVm4/6iJLjNcikF9OL6Ti7M2bMcgwn4o1g+aePoy4guufUB7s88jQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@prisma/generator-helper":"^4.7.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.5_1671350697943_0.9559486542879763","host":"s3://npm-registry-packages"}},"0.6.0-pre.6":{"name":"zenstack","version":"0.6.0-pre.6","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.6","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6fe5e158c8ef97d0623a97c4def1dd6900d53d9a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.6.tgz","fileCount":20,"integrity":"sha512-syNqg69BnePC0LXUdzEhGaEe5UpDgfWTEXYdyzuBpJqK++Jhmujo5eFhLPXMocrFlCuPANhxUXBZ+9ry0sE7+g==","signatures":[{"sig":"MEUCIDFx8DsZxrjkXViZSEVKxpCdn+XYaM/GUun9BejnEJX8AiEA4DHAB+G3kFU9dr/O2/6vlPmYdTeRLr3UG1W8cFRBtzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnsqbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmourw//Vl04G3MBuBsHy3skV6jH//iZGg1bWqVkmZCNc7j2urztXwQV\r\nBdCXRzB/HgXc6ue31zt+D6l8RW9Sv1tSV4SyJQic7WYkxZSJ6EArW7qdeJ0Y\r\nLWyz4N2cU+PO+v+FUeYrVgCXfHXy4Ek5hX99XWeXCgR5zgXHpAnu2E/4sDu0\r\nq9pkHlpdlPxBvkgZPe0YieG7hLWpaAGZoX9KTJir3NVC0v9UngepQzp23efW\r\nIcUE0ev7fv8j+IuOdiwoL1Xt559VS0KmEdphm2GVQJP1xc3gM419GRXdc4zk\r\ntBQ6zeC9FLs9dv/lm9zixzpVlezDx4vZNOjljd8UE+peYT8JkYsULYENHD25\r\n168OCIH0iDxMpPz245szPHhVn9qogme8rPbyHh8HisCjIWF7YmT/F09begDZ\r\ndxngBGAH+g+Syw8JCUdNFrQQTiWhes4G2J2CxNexjvi4+4f0EaX6uhMCE93f\r\nBnSDHdr/CVXtyBcH+eHQRlpTHcd5GeaDceT86LWSna3r+Xq7dHZREUY2zsNt\r\nsiIfclPKQfV2naLlWQR7gma+idB+TqOY7VjEnEFAdY5SghZqEtHKrVccOAEW\r\nNyOfS+ppxfiJfGp7ouQku7IK2ZncHMeu7z5JeWVaTiMa/PUrst2Jm+quE6m3\r\ncD7+NkbT+3CCvepOYXfQZFdr7YGz6ZbxyXQ=\r\n=4Yy/\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.6.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/22ed41439b30e1d87c3fbe5a8550bcc9/zenstack-0.6.0-pre.6.tgz","publisher":"zenstack","_integrity":"sha512-syNqg69BnePC0LXUdzEhGaEe5UpDgfWTEXYdyzuBpJqK++Jhmujo5eFhLPXMocrFlCuPANhxUXBZ+9ry0sE7+g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@prisma/internals":"~4.7.0","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@prisma/generator-helper":"^4.7.1","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.6_1671350939479_0.29904215611210483","host":"s3://npm-registry-packages"}},"0.6.0-pre.7":{"name":"zenstack","version":"0.6.0-pre.7","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.7","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"cd797629243b24f9527e95eb1f3894069a60729f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.7.tgz","fileCount":20,"integrity":"sha512-D1vOLI3bqEvo6yEwl3MpsVH4hk5BPkV8iBcGaFKwC5kZ4nmdUsr6SoKoh/Og672QrYFCFuYcw4KNkXcgIHCFQQ==","signatures":[{"sig":"MEYCIQCyJwPGGLfT2nCYZlZH/EAWUPTlqau9XctdJwQXsUGziwIhAKbHyv1t69OdJWOUh3kOLj/KumHE7PtZX/7nfjKoG+5c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnsz0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNlA//ZvcE5j8i0DTit2cOPY8UBjkzwo+Fn1M/CbTvS1kAEs0DZ/f5\r\ntkCGSXRRBNIe6HHBg1XOXeXFO1ca7SpNtwYyG6u5tMZHE89VkkF6/Xe7KQme\r\nx73QZfptOc1MH/cgCjGYlKhTtlBzCTSE2f3b30ruyHWme0CaaH41YbWlFfF5\r\nh2LrcYGjg8Rxiw25uVibd0xMZKTQDE9huRwgtr8nh/TJi8FDL3Iuxs6Q2da7\r\nxFtk2Nw4HZ3kkHCpSwoqemIUI/nw1bcY6MrEMZQKGaZcqfvSVao1eoMXaJpp\r\ndRlK4gAOlXspBCG/3Ih2sjYWI3Fgzqgq/KItF138p/JGpGTvjLySTINJJHRI\r\np6CrSBA22vcvs1uGqnKtgdcZqbLVNtKIDao7lpKwTwbJ925iwFRSCap0yOFn\r\nm71y/ZEWKGcDEHNkb8+b/58RaahvwlGsVA14RI45N+L7Z8dPGMrxwgpfljp2\r\nH+Cv9D+u05G+6B6gHDaAmu29z+l3NNRJockjDDqvO0J7dUF99AzmUHDO5j8r\r\njYaSq2BuCYVCLJmlbGOkRTghbU/eN+5lRISe7Dz0bQtb7iL+QXlBWwMQwG++\r\n6O9+yMCa8QkcyENpgwIJGZNY10aFdu32d3EQEieENrScZIQhTz29uP7kBrWN\r\nqZ/uS1GLPf+eWScB20e5/OjyaX03d0T/Ics=\r\n=qbds\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.7.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/22e8a0f17bf08e01209dc0c64b838670/zenstack-0.6.0-pre.7.tgz","publisher":"zenstack","_integrity":"sha512-D1vOLI3bqEvo6yEwl3MpsVH4hk5BPkV8iBcGaFKwC5kZ4nmdUsr6SoKoh/Og672QrYFCFuYcw4KNkXcgIHCFQQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.7_1671351540116_0.81977352279471","host":"s3://npm-registry-packages"}},"0.6.0-pre.8":{"name":"zenstack","version":"0.6.0-pre.8","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.8","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ea9d2f5384b6c4fbf879fe9308b8df884c30a18b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.8.tgz","fileCount":20,"integrity":"sha512-SD2NUXouHOFnG4RJg6RW0iPsg++wU9IUfvgBhDcuJO6gKeTnkOSkuw/ZdGsbMT3HuiqNIN1AbHIz4OeGc3+fIw==","signatures":[{"sig":"MEQCIHeti9wxA5MG1FQr+eoxFwOcaAefi1NevZx/+MlqGk1nAiBiLrx20v5f8O91H3SWE4QWeeRaCqr1VlFTq5gfCyuAzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjntL4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXpA/9EIpC0slN60vazbDrApj7jjCZN+Vl4EBd4ZSSoG06nvE/Vv2g\r\n9ohRDUjCm+1ONbEv/oaWU/WKg/C5KYdwqNqikzZEcHOJlKMw3xSSJ0z3DBUq\r\nk4Jhj+XQRjEAq1LvrfLAJrngUuC7kXKkJDZ4xkqgDnkeM23WyBj5i+htshGt\r\n3DF1hgCTFaMQ6Sdq+u2duNJfxZMruB69uBLcTKg7Frwm7/eEO+symQUQUZlW\r\ndgmmVnBxvFiOnxFcyrbaGmrmFjVKTwQfjCXeqLFIPD6jir6koalIKClLWPgN\r\nyHb2F1Pyei5KlnQRht9DimD8tgPM/WSOc/kJLfbdYZkSAurStr892PmyZIyi\r\n4WyRWnsWCTMsTqJgR+7YgGKz/wdSPwfR1dM3KekJJOFWUjDDwlanIFKKyUTH\r\n21U215TXnUWk8Hy+An4EuN0YmQ9/oxOjzW9J7Oz6z3oIKGPILErJci68brQL\r\n6i3Ho6i8bXa+X3XYtWkaur9IOjij6lqQ/Su1SXRe2ZSVM0wyrQyPs53qjd54\r\nX0oF55vmb1Bv9san0AhT4fW2M/z8WOo+zl51P6rEFPa+CVLe0il2i9ASUpOZ\r\n7hl9443xSqcqCNw7OvhSIlKdC4tjyInbc+7yozKgiSLtCuFIzJWCNDOlZ3Pn\r\nWTiR2JOu/ug67hpdXq6UQBmA4dbbJszv2JQ=\r\n=LJyz\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.8.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3eef16184660d2017cea566ecb176dd4/zenstack-0.6.0-pre.8.tgz","publisher":"zenstack","_integrity":"sha512-SD2NUXouHOFnG4RJg6RW0iPsg++wU9IUfvgBhDcuJO6gKeTnkOSkuw/ZdGsbMT3HuiqNIN1AbHIz4OeGc3+fIw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.8_1671353079775_0.464719614586629","host":"s3://npm-registry-packages"}},"0.6.0-pre.9":{"name":"zenstack","version":"0.6.0-pre.9","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.9","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"032056756f6812659833a9a21f2293df29121ab1","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.9.tgz","fileCount":20,"integrity":"sha512-LujtYwpnOhoBojGGvqavQcq8I9IXZsEc6PiTaBWtq6Bm0vTCPZYHouElXzGpPfE7DF1Klydxpx27+wliUyYRFQ==","signatures":[{"sig":"MEUCIQCBBiOlP4pxunWG+SMAta+Lq3f6XLXdCVD4ncD3c9Sc/gIgO4zIpSg3Xo+oVTIWqPdxX5lN6r/x/AtgeVO6KHucvDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjntN/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1Nw//UN+CU8dewDUWJwg2U/fYk5sYpiO2oNforlzzvb5t5AVHOdMZ\r\nymb5VMLAD+E40pgpRRjcpY9BHVrUl5nrjcf9PXCcBXBS2KqjTzssLy2bJyeS\r\nty7X9ribZp1SlRK1r3nD2Hp9ckdldDDUcZ7WzJnftx0lNHhJkM3J0JlbEbjG\r\nsdL8ButAFEYDVLVzS+lnoy9tHTmYg/VtZhLfw+uM1k+cT/292h/2V608/iED\r\ndo+pcfD1XRlOWPC/U3RsMG/vSj9qRXLmKVgikDdYQpO3NZidXto9sY6ZzdXY\r\n30PGawdJShSV1ypv9mxcyEPEkX9tlu4FJsV0CFIxd7QbwmLL4IWzAGMqe6HL\r\nEI2amO5rtTV/XTiD6ImYHGRVtDt14VXDhU17Dc7Ev353GU7AJrurYLI+9P30\r\n5+uJO4jF2FIUMxDLEuhdtarE+2uQROCHdBlt1uUsWvYzbR/mjDdOS8k4JccD\r\nZbfQyegGytzp/w3pjwxaAvtIbQg6mxSMzOaY4heDMWXPXcHTDO0261iGg7Vb\r\nV+Kp/Hop/bbYZfFOV/gvXDJjtLVFE0Avu2+Fg0CTzrGoJ5CvltQdqbWUNCuT\r\nFULxMCa4u38ttM3WIeuxjPG66MoVjXBHhASEnfK4tUAt6vyVEXWxubsZhj7Z\r\nP3+VJeIJimxUvTHMVqss9HCIP9BsHu0NhR0=\r\n=7REn\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./extension.js","_from":"file:zenstack-0.6.0-pre.9.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3e4e629a02e66bbae033d9e8dfa6ceba/zenstack-0.6.0-pre.9.tgz","publisher":"zenstack","_integrity":"sha512-LujtYwpnOhoBojGGvqavQcq8I9IXZsEc6PiTaBWtq6Bm0vTCPZYHouElXzGpPfE7DF1Klydxpx27+wliUyYRFQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.9_1671353214728_0.2256547685152328","host":"s3://npm-registry-packages"}},"0.6.0-pre.10":{"name":"zenstack","version":"0.6.0-pre.10","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.10","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d208390abf218c37cc533f107e4b6103163a26dc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.10.tgz","fileCount":20,"integrity":"sha512-bP+TDbOPwvH9W5BOP4sO5Ql+SSRF/5wD30z9eNgZtl5HWFC0ARPJ8Ge4bpzs1pbCbGe1cb1RY+Y8qMhLVuX5dw==","signatures":[{"sig":"MEYCIQC7zcAp6i2QYBsl7qRFZWHIrX2RBW+RK4O1AIj35VrGXwIhANEWP/BFfEUlV+1a7KTWiauQpmRuHzP4oM+Kbg13yWOd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjntkiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoALg//S2LO4a/35FRU+JCnnLb6kaMmY7dSMATx85l+BDsnJkWEx+ej\r\n8rb/TR1tu3e7EKLJ4GyjDw/M6ejYCnhkF+EPWMo1s398waBVmpnEsOE3TTfZ\r\nE4L6ik247IJNmnDN3PpYnt9PgMssd/OkCXuQ1qqAQvFWuxIS4oHUtAyW7wke\r\noTF9NP4+AK7ye4zQ4a+ROTTkZnHcIQpVrfxvQcQNJ/6m9r1DbT/K/5kgguPT\r\nQ8ZGrcnB1d221L/01pzf1fwjMp5+0y/1MoDtUXc854quurlEuwVp00ZYTRTx\r\nCpL5iuCBak2PHHHaIdKLS9h1KFts2wdMnrMrhUT7upcR77PrGoa3+qQ0YSGu\r\n0acY0BrDISPrJsCSW+Sb9D4GniGRQ3t9wdcdrPmHtDqq7Ks+DZYRRrK/vgva\r\nruy5xNM+yYI5iZDUlS2UonDnHWK9WH9DdymMXE+X/ncuCV+ELPpyy/k9zH+X\r\nlY0davWpXFlV4WEtIJkEZcZkoF6BcfomyMKTNSIJshq7rpjBrDIArvKalCLM\r\n6/MJqV5nsKhRSGmSWfAsnd+70v/ElZmhZQXmt+y97JU8uYemR2DS1Mr/5fwD\r\nSbPFKg9VtUzU0vMOuVyjIFX3NAWoDaKUr73CPnVyeAPUWIQ4NazPgYCouZo0\r\nABotuvcNk2+zWJ79IjhoCrmxP1rBYdeRtd0=\r\n=+e8/\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.10.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b549fa80ccb133638012152fe6db5a35/zenstack-0.6.0-pre.10.tgz","publisher":"zenstack","_integrity":"sha512-bP+TDbOPwvH9W5BOP4sO5Ql+SSRF/5wD30z9eNgZtl5HWFC0ARPJ8Ge4bpzs1pbCbGe1cb1RY+Y8qMhLVuX5dw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.2","@zenstackhq/language":"0.6.0-pre.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.10_1671354657799_0.23593359661658142","host":"s3://npm-registry-packages"}},"0.6.0-pre.11":{"name":"zenstack","version":"0.6.0-pre.11","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.11","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c04b5242ae74a32e326ee4b2e17d6f4eeaedd6f9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.11.tgz","fileCount":20,"integrity":"sha512-TSaqOeUg0ZloqWY30a0gADc1LGykWvzbzBcLVXz8hgkpWWaGJd2ZaGv/YwS3rKlIlbm2U758NWdX/uSxse8UAw==","signatures":[{"sig":"MEUCIF8M29l+9wZjdJXk7m1MkPPff7M7M3h6vICdIQ3rdr5RAiEA/+KPyRV9jKvbQ8AEr0Q4AxDlXZej7L2zvwffjDPhaps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30434753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoCwMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS+g/+L5p49qFLxTI+Cy8z05bXygt73QZluAAlhTOK1tERkfcnuMPl\r\nYL+O3eLRxUYmupoCiaFhEbWnUHgO4gS1GVpwK175H4kxMsVhVm3EQFQ8z7gU\r\nN8HYOgMWFudmtOzFvl2rIMaxinLIISwp5EypyX2kE9sd8/Y1BhPhtkAYGHFT\r\nrVU6SEi2k64kdgZX8bTN9e07qAF5/xPCrxhY+4Ryv1Dp/InG2xuykuLsrCiw\r\nA2tpfV8ON/hWCdm6pd0k1iizsrZ61o/u3qHkF/1YO+pSXb1LuA1A9XYW86Ag\r\nnxIr0JtIk6yXy/cyFFmcxd7+C54GF+FOAva3sTEzEQ2s07AxD/YaZUYwY+Up\r\nAvmjAeEeL8TDzRLCDcAT6BoFE6130yIk4vK1nmdIIzjiV2iBNq1BIby9dwW/\r\napEzl1TPlBlkb88Q8L02KH/iD8ebY8mjnBHaQMqllvZOd7aeXQoQQm4Bah/x\r\nbK8icxQvUGm+znJYZvSUp/mLjZdIQ+sQ2CyIQyI4Q6McCfDK+p5sfOvoco4O\r\nUZuuu4bGvqwBjj2Yi8sBNkpHH+h0ilnz1T0pSAsDcrvRh0pVbxSLKFDLIchU\r\nBATbUZV1KGAU9El/l5Y6Xr0q5lTbLynNVNx5hC6j9Jsv5v87wG3qleogcPk+\r\nB7SqdioZo0l2x9kersPEsLS3Zm4E9MFLTV4=\r\n=+Cfs\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.11.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src --ext ts","test":"jest","build":"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ","clean":"rimraf bundle","watch":"node build/bundle.js --watch","bundle":"pnpm clean && node build/bundle.js --minify","ts:watch":"tsc --watch --noEmit","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","tsc-alias:watch":"tsc-alias --watch","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/862068b2831f24ec59a15c9e6eeee848/zenstack-0.6.0-pre.11.tgz","publisher":"zenstack","_integrity":"sha512-TSaqOeUg0ZloqWY30a0gADc1LGykWvzbzBcLVXz8hgkpWWaGJd2ZaGv/YwS3rKlIlbm2U758NWdX/uSxse8UAw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^6.1.2","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.11","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.11","@zenstackhq/language":"0.6.0-pre.11","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"bundle","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","tsconfig-paths-jest":"^0.0.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.11_1671441420259_0.8582548793148832","host":"s3://npm-registry-packages"}},"0.6.0-pre.12":{"name":"zenstack","version":"0.6.0-pre.12","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.12","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d0357329323c3b6386ac13b2c81dc2ff68cde298","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.12.tgz","fileCount":201,"integrity":"sha512-R2Uaze/9YwHXoRQ8vcbScayqbGaik/2FBhmovSMoMEdWidSccE4Hy1jXwWtwxotmM+A4DxV6K/TFn2BRoM9qqQ==","signatures":[{"sig":"MEYCIQCJNNuD+NoATzGP9cUU9wLFtvgUqdYaMWGnPp3Wk34auwIhAJaI5xQv7GGwcQ2aO829GlSREFZAepNVKUtTpoht3jmg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":685151,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvoMyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9lw//YNvstNofasAwVx+BfS+wYM3GWm8gJUIWSstA6rY/BbLj6W83\r\n2nmM7B5SK85hW1KSrFqObhcw5BOOuLXJQSdxuwz3SueItit0syhBwN6cQGgU\r\n6xHJkVDPJ0yI39vr+rQZB/b3UiivlATyf4lOBxtBTAq96tXTlQE+33ZG8lk6\r\nyocDvx8Xl5BcR3SPAPeLb4x5fGWohXRlnT3B1JFl0xUO8YkTPOHSZ6zEtMr/\r\nyzVDJzEvAEtocxAx8J+EaUC0CcmQauuyX85RrOk44DuLTFLcii0isSfDBp7R\r\nlYwogV55bDyyVYcngG5Vrao9akaKX5k/rBiDQ13GSsBKZPGKrG2FQ6WVom5U\r\nBKuJ3hcUa+O0vJpjbhmV4J/ldyre9e8Volki7l1WBPAVaQnSx2hx1v5ctKtm\r\nsWzlYgK54dqq3o/C5L88GqGnzZtuK3L3cUaVQf2CB8v6z/0Yv7PBfTaDzMlB\r\n1Eno1SgCu3pUkyL2xcRrXr/GwImY3Njp18O8gbeQ4EseooxzT1KMSC4bqKBh\r\nje78JJWxsB1pPhGowoEUEifUF51/H5oaKjXu3YJ66R4dpD1c8T4xcT1KBXKy\r\nISRJNZNJ6HY5/97lXt6q/JvolE2hxgGDHn6nxAwU6+kzQ7gB2Mfj0E4CdIvN\r\nidZrzEYV5YCxuhQSu7xroMugErMrJ3mlFoc=\r\n=NriI\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.12.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5cd712624b7f6c423fbf0147917090db/zenstack-0.6.0-pre.12.tgz","publisher":"zenstack","_integrity":"sha512-R2Uaze/9YwHXoRQ8vcbScayqbGaik/2FBhmovSMoMEdWidSccE4Hy1jXwWtwxotmM+A4DxV6K/TFn2BRoM9qqQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.12","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.12","@zenstackhq/language":"0.6.0-pre.12","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.12_1673429810645_0.051147074080666766","host":"s3://npm-registry-packages"}},"0.6.0-pre.13":{"name":"zenstack","version":"0.6.0-pre.13","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.13","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"526f93c7757023c4025882617cfb4cee84722944","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.13.tgz","fileCount":201,"integrity":"sha512-Nsfdqy4mo+cJFT0GKs+6xnC/NBI8Zz+4SjrS6Txlja9w3QlFwgf2JGzeKYlnhHgFitOPwWzwXGj/sKZFOPPtAQ==","signatures":[{"sig":"MEYCIQCWZP5vkdeXsm3TmVIIQ1z+Z7bIunu8cJ1J4WyIK8Cz+AIhAOyI1yihu4n1o+giEKWNdRc620gicP4/BufGuM8Edx9f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":685137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvoVbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQyw/+NH9pPi+pBvTQxMifY55DqaZ0dxhKFeDZA9dA2OW1p3hvWkRs\r\nxeG3BtwWIRRhoH16dJBAVfiiHZVH9X8NiEva/ozVOeQGcwPkKIQcJH/es0k3\r\nFoV8miOm5vrTI9SrZToudgx1SuQfeiouUJY2UhsShuItkkAzpeZYbkx7EQY5\r\nVJf5aUMZTJg6c5Yi2qfW9oWXHqBiSFDI684k2OecLesswuw5KC09d66/m9NJ\r\nNZIg9x5yQahoESHxcKj1zH3a6BGKLPcmlbCk3yojMgjC2doNbh97hiRuh91r\r\nuDI4ZnRN4AIwgAf0nxGC4Oafm9vJFozuziaKjIrfkZtTZNFr7kjtRgTl/bYF\r\nntFU72wwUcC904rKpct63hHq4YMYqRn0T7od5swb7+fmvDasQDLESbdiRp9u\r\ni+92zizmPcTbZEYZqhMGKJp6N7CYbpmpjhlLtrzNGS39EwBG49KWrrMFTKd3\r\nFxoUo/zlSX0U3IZJDtAmRaNBjn1TvGlw/FRsIXQysB+yXGSRrEqkdQYy7H4F\r\ntABgmr63YYr8sWZbHJpOr812talSCY7Wp24xI9oHWE4dNIivdbk8EvngDCqw\r\nvnkfmotrFVI6d6BVoc9RVimiMiYU8Sa4PcSA/P2qg6JdOOt82sR2oSr/KEaN\r\n7MXsaP86jaZMlidcgGZMp3WJO2w8oOhIQ50=\r\n=TaJl\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.13.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/650d9ef9e9b9dc2a5f8bf87dd63c79ff/zenstack-0.6.0-pre.13.tgz","publisher":"zenstack","_integrity":"sha512-Nsfdqy4mo+cJFT0GKs+6xnC/NBI8Zz+4SjrS6Txlja9w3QlFwgf2JGzeKYlnhHgFitOPwWzwXGj/sKZFOPPtAQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.12","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.13","@zenstackhq/language":"0.6.0-pre.12","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.13_1673430363417_0.7231959620906216","host":"s3://npm-registry-packages"}},"0.6.0-pre.14":{"name":"zenstack","version":"0.6.0-pre.14","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.14","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3db19552204d3b129f22f14e9371913afa4c3c42","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.14.tgz","fileCount":201,"integrity":"sha512-ExcZh8oOhEDyi+v6WxxkGlm7OXm+OPjhEhk7iDjApTH0Sho2waY9ySCRM/rmVRuZgJNprH6QdMmLNTB6bolUPg==","signatures":[{"sig":"MEYCIQCWVaTQKMrIx923Ru+xDxjPb6q/JXOTnV4u+aGI2aDoAwIhAO3F8LIPWYW64xkggYN6d0Ii4NB3GS0b6/RrM1C3YU/1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":686814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvrjJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmphug/9FnKoWNtH9I9e0pHRY7WWulRNz6/0sU94qgO3pRWrtbkAs7xA\r\nwBGjLnLX2Pk3EEDbsoUJUfoNyQ6dzrAYd4M5nRlZmAOTuUTHO9q9Mt2lZcim\r\nkbM6Y17uRwICaqJARHbbN7Y5Qf1u/uP9kGoD4vf4Os/+qs+L54fJpNPCm9Ih\r\n3zIo63Drk1dFKO4vhLQDVMIzwJsrYas7GJphsJ3lvAIy4O0qVjaCJjBfo2vY\r\ncDyc7p2DjxLZD1yB4uhLg9zu/APVWolsswt3UCzAC15Ywo2Fn55dV8wHQdMJ\r\n4Hd+fIz3YxBB3Pdtjpe23++KCpqfxFq+ZPPIbTq8bXOMR0jfDTBXpUK32Rlh\r\nTZyUQdKzGR2k6weUmwEhxyHAlL8yL3MsHe7rNdj/zEKX/TyBooSyy2dI8Ir3\r\nO6Qhw/qyiLlrv557GNKW/43iYtGqoQ1WQV4xhrwkDwdkoNs1/8or0Gre6SRJ\r\n2Yu7MPL3IrhrTJU8yEc0oACpWHWxkrjEpuJyDhpntc5MvhSjPYs09yCSZEYL\r\nPNZvy6+cpOXq9JhDiHpkiucv0xaJ5xFkPSKv5mc++5Xrp0YOtGZ3x3GT3dyb\r\nUjNxzzsjCGmoOCsdnEiGkXiOrtRSFM9AZnwDPyKDXX6IC4GyZwDLPLEbcqzV\r\nw9Gk3Z8IsMJcUH1IpFrpo1Ibc9Umwt7tibQ=\r\n=DtI5\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.14.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5046b1559b5a3156ba0948a2e19374c8/zenstack-0.6.0-pre.14.tgz","publisher":"zenstack","_integrity":"sha512-ExcZh8oOhEDyi+v6WxxkGlm7OXm+OPjhEhk7iDjApTH0Sho2waY9ySCRM/rmVRuZgJNprH6QdMmLNTB6bolUPg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.12","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.14","@zenstackhq/language":"0.6.0-pre.12","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.14_1673443529238_0.46818313382207233","host":"s3://npm-registry-packages"}},"0.6.0-pre.15":{"name":"zenstack","version":"0.6.0-pre.15","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.15","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4686608082825683085cee0d0b4bd142e9c11928","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.15.tgz","fileCount":201,"integrity":"sha512-2+jJRnH+HNxWtzm7VMlRzyb+GVkpfatChUIs3bAaNh+jD/ejInJBn3oiaegfria8Cnu6kt29eH2H6WAAsAiEqA==","signatures":[{"sig":"MEQCIAv8/QnFSS9pjPrqEvR15eHCLbacOvlzY/4fn5NAAVZXAiBPBCNMkSNU8Dghxs4QPaHTXBWvIfPk4tyEuZZwkdosCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":686814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvr43ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIjRAAhwS8MEtBb+lg6kJpxTGbv5MU7SWvvvvfcHPBNUW8SD+6PYyi\r\ntisfyVkvI6ypzwyz2bXqB1l55lnr+zqyx9JVtlIpQFqK8otKNh7r/LcYoR8I\r\noFo0FE9HVS8Q/M7a5vWlOkOWITExNPNSIq/OBV72vWY4Y8w/zaBscXtBChbE\r\nUFTfERf3vmDBAmAhugNmZr5Sfpj+5NBRUxy9xPSKjCofAfNWor9i0jXUvjx6\r\ntLhUlQDH/cXelNRgUn/6XA7XNs24kwXZqld3x35oDtLjlW5JhkQdVGg3yH9K\r\nzxU4gHfWiSBhH1EW0qDeB7UNaa5mWvwFxt9NwXyWiq29xpyWPtzQeFpVcK0J\r\ncB+WL6018LDQm2aN26R02cDlUSo0EpHnvOfaN9SpDq4lyq3fvpaEx/Isn4oL\r\nme1Nykln74h13IeP/au3TbBUlE5mS8w/usCK1B9NykYXpv4ihy6hCEKa0y2p\r\nTt61QHu0+he4P6t+a9Ed2VhGql+y1IWFHErGOT00XJe9T9CnPYjnLN4n/q1e\r\n+vwtdjKgzlmPSTRxh6tvgUefLqqGkUc7yn610ph4y5+pYdbjRGuBmWSX2CsA\r\nD+R886w8BF0U2xXeeLLOM0j/Wbnb0iwdT/rQhUbulfJ+3MZiVP6XGiCMNQ4E\r\n+Htq91IBwE/QoSIgEurFj+xS1AK3B7EFUSE=\r\n=4x6B\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.15.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/13325e1b8e12d2f27f346b749bb61c98/zenstack-0.6.0-pre.15.tgz","publisher":"zenstack","_integrity":"sha512-2+jJRnH+HNxWtzm7VMlRzyb+GVkpfatChUIs3bAaNh+jD/ejInJBn3oiaegfria8Cnu6kt29eH2H6WAAsAiEqA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.15","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.15","@zenstackhq/language":"0.6.0-pre.14","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.15_1673444919036_0.036015509055862927","host":"s3://npm-registry-packages"}},"0.6.0-pre.16":{"name":"zenstack","version":"0.6.0-pre.16","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.16","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6d08e328e897e45a2d2cb443361e2fb424e35ee3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.16.tgz","fileCount":201,"integrity":"sha512-ajkXJnj5p7PMfTXVvdDy9arepbYYiiB3+MTCTrRUNz6Eftn5p+hSkIpceMwNsPuzE98Yrlk9zK6aEW6/b08k1Q==","signatures":[{"sig":"MEYCIQCgSLQZAISKxkJHPzvlS+G1XSj1C92mdt4nH+E+oVYPFwIhAPCQgEUG8K1rmyUz7URH3vGKkXi3kPNQ4od38Zlcu/8I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":686828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvso6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogzA//SJc5LUbNL0Bh2TvG3oqhJQSItTA1eSxMa8buz5e7D1+4CYUl\r\nQI3imPgEbo+T8CtngmrHAFy8ftoiLRItOsyfhGzUyEc6joIKa5YfY8AYOYnX\r\nTKyZyhNubfo5AmLR9UxpZr0kFDTXeLKQNSlC8n5x7SW0bw2cuV2wRrD9m0jo\r\nqosByW2Utq1kJuQ7+FKOhdfJ8gdFZKqfTnDuR7rHluMd3ywkaGkzcZBW6lqD\r\nCgO6CI3tcVjm+/8D/2407K3+lDXMU0azF/cdKxSaGbBombWWRGseZugnB0pk\r\n/0M5g21by/CIl3CUW/J9VmEzHf/JNAv7HxOFn6X/o1/Df7o1zpg7TLCJchsK\r\nDZinEA6HeYcjbNdO4tq6StY+HGdGvi4S36kWFo9/EWeBlfaAJj5sBOVgfbJL\r\ntV9gqU+RIWpe8nFvBbH6VBuFJDoLNnGLQyfFRouuLzsXy1w19fAptrBQ8ARm\r\niumn72b8Kuh0QhAiT8Z4uA1gUCDE/aR8/EByshK9M6cfolSA3vf5rf8w3nrF\r\nnd/qtzYBuCuU5dKHpcmbHiSuCSTLc0kgrfGGRJ9DusLu5e438rGU0p/8DVFV\r\n20d1ufolJMBfzXUdvRjbYRpAJ3XmGUcJAJ+p/ERMvVQ0G3L9Z+fB+wcnT5LI\r\nZWQo9eBItTakL/dvAXS3ifA/63GzWM4FxS4=\r\n=VLpJ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.16.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/974fc660b44fe3b0f249c9abe54fa475/zenstack-0.6.0-pre.16.tgz","publisher":"zenstack","_integrity":"sha512-ajkXJnj5p7PMfTXVvdDy9arepbYYiiB3+MTCTrRUNz6Eftn5p+hSkIpceMwNsPuzE98Yrlk9zK6aEW6/b08k1Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.16","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.16","@zenstackhq/language":"0.6.0-pre.16","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.16_1673447994296_0.27364156642857496","host":"s3://npm-registry-packages"}},"0.6.0-pre.17":{"name":"zenstack","version":"0.6.0-pre.17","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.17","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f7aa4e3518da045a8d903469932d95e9cc88fd67","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.17.tgz","fileCount":201,"integrity":"sha512-ViT5WenJ/7bJCSc1kGfC54vTVXpb/0+i6E1vo3yb7ISlXXTuzGsFJnKE/6L+7lIE0LxKuSma9gldthFscnV70Q==","signatures":[{"sig":"MEUCIBeK9407Tae4WhuuvzVbhYGfYqVH6oM/XsJWjYit2eJkAiEAxQIlx+Aquac1ItgR6YzFYMdOW5VheabCaE3CBHxItP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":686604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvs8NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAkg/8DOiU2yS0Ug+KaWQObu4wVBeu3Gxd+vwW4rZq3dds4/nqlrK2\r\nv8oRW5Ezgi5mBVcPKlSwlceMvKg9kML+BG5AKe+7KAW61d3uHCHHRFPb/VXo\r\nMLOSgQmfTUEfTVjMp2EypbZ+NZ6FeNMFD46lPA/ZrT3Q1sKjuSzHUWEf2Lk7\r\nA3mIkn6ULgui1Vv/u8N/1bqKRZ+tX0uT91AHycXZEDaZfIqZFy+ps8lOCTdD\r\n+41e4NTRHyHRlK6PtDvE2RLsNF/euJxnJmzJtJ4s/VGsbO/p933Tb4BfC5Iw\r\nalT+ohhlgz+10WhVpqjZXQCwt+v0Nkg/YUQhttv7fcx2hxtLbgedyf97YMq0\r\ns1xhF+livUBJI0QWCVvS//lEb1wpn65ayLBpNLLXbGgjgiuKlCIHPSgbmBKd\r\nXNPWHe+tKwG9l2Tnb2ujUZjZW3tvmIK0jSKlbTH1jDTyTH0PJ/aSC5aou/zV\r\nUOnHX5LourC5BKoInT3Kx14eN9/3R4db2n7L9BMqyQFxHds1ULJ6vOmAW8w8\r\nGCJgnVkbsVkQ92jge58a8sSB4Y04Xisg0LDeYf3wsYmVRZxLPc/RRmmlD1QZ\r\n2cpAjyrJg8rDWk3aUcXzGq+8TpQFExNieNdrO9EiuZIDj56eC5G/Mwyuh0aw\r\ncMYaZ7rUAdko+TfyXjmlvVb686uB3tzgoxE=\r\n=8con\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.17.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/538c631fb52bbf6b80889464a6d0d104/zenstack-0.6.0-pre.17.tgz","publisher":"zenstack","_integrity":"sha512-ViT5WenJ/7bJCSc1kGfC54vTVXpb/0+i6E1vo3yb7ISlXXTuzGsFJnKE/6L+7lIE0LxKuSma9gldthFscnV70Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.17","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.17","@zenstackhq/language":"0.6.0-pre.17","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.17_1673449229049_0.017301546244895993","host":"s3://npm-registry-packages"}},"0.6.0-pre.18":{"name":"zenstack","version":"0.6.0-pre.18","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.18","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e004b9355d427d2a7b054772f2051bbbebe632a7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.18.tgz","fileCount":201,"integrity":"sha512-1o/1tsfgelzTuRAmV0L9upvoPYOqA4CK1MoV7gqkDR7SZMsu1p2U3RW0bpaUjKCKDvaX0Yio0rnLAoZtoBlTFA==","signatures":[{"sig":"MEUCIQCNhaaFcPrNZ2F2+fkcBFPuou+7uL/9K2/tGgKOxm1TXwIgUNJJTn2oVHrql/n7xC7ja56Gxx4Zk9cIlPxJVB3RWtQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":687327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwBZvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0vRAAgNtQg5mfwieZLrNubGa6jNsa1JGcrMmLf0YzFb9tDJ1r4Y2s\r\nA5MIMVNrvtHOw5ZPkvabasl5SB0lmiNnhKuE1JhV/lCQZ399Vl7xDeMWMjey\r\nSKS55oD8tMNmEcgmYo6yG4nNBgor5X3IlBcp9ZLI/eHgrXUJ3CkTL52Y5Q7G\r\nr8mENmXfX6UdrXGvOES1Oj6D4TD7Zrj388nBLoe9ixWo04gxpWXphDhgip97\r\nIdLdJtZ/t5xlEsMleTNOvSu6bO6XU/Lstc2wNyMKIUI5b+YDD5YuZwD7RQ9v\r\ns40au7dWEtUREgF7UUDHU0W9i/KwF1BH0geiE+AlS1ZJn6BvjAV57vJQhmB2\r\nyvsQLtw1cKXC9/lU08mxG+viC27n5MTEc1yKAehpylahATsCWflFp51ydldl\r\njp3BC8O+vMEV4YePLf8tbYC+YSlGmiOEq3jo8TuDK+zq/pcdWq4WN54D02jg\r\nUQsVa3p0+fiVgOAd0XzBpYipXmcdXldisU/mHKg5wQv6cD8qqOEk7bvoWcaT\r\n+PEv+0HiCy9nfVdH7osrxTREx56xeVJgk6NTPjxrWeY5eqDwo5He9N2FLZjg\r\ndce7EMoohw3eG/t4MbRHWmYpmTswpLx19SfLxv6aa95TERXt3klcvTtUFjgt\r\nKev9cf7VT3qyVffWseta2vsdVb9Oz7HUOxw=\r\n=2PNu\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.18.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0daf5a706b3c6e170aa1a850435621aa/zenstack-0.6.0-pre.18.tgz","publisher":"zenstack","_integrity":"sha512-1o/1tsfgelzTuRAmV0L9upvoPYOqA4CK1MoV7gqkDR7SZMsu1p2U3RW0bpaUjKCKDvaX0Yio0rnLAoZtoBlTFA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.18","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.18","@zenstackhq/language":"0.6.0-pre.18","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.18_1673533038952_0.06666020954908536","host":"s3://npm-registry-packages"}},"0.6.0-pre.19":{"name":"zenstack","version":"0.6.0-pre.19","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@0.6.0-pre.19","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fc8a5039ae5cfeffa0657d9fd1bb453178c02ca7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-0.6.0-pre.19.tgz","fileCount":208,"integrity":"sha512-s1jzTgBdflN+Qpsr/YlHTKxgAtcDk7JztRXgNZSlaZEVX42KrxL6/U3e84e6aXRwxiA0HEBNqCPNstWp4/QR2g==","signatures":[{"sig":"MEYCIQDJKEx6PWfUe7QnsdB+FokReSN1o7BRXiOyKb0mcd3UrAIhAPdS4Tsv2Li8S19+yW+9SE5Yla4CGgtwT/WJ92NvPi8w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":710350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwjyiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruFw/8CGK763CJna/codz2lQWjWXbi9SP9BnG4ukE1gh9Ij9o7WegG\r\ntPIG1p6T+EDfk4Oy6ALL7oBxgBJxFbveJwoojCpxUQ0+Lz8CTHrI2YeKiP04\r\nLFnT3zHTi8Bd7fGO1Cz4QqXMdRsVxH15zLAZRti1P6EeS24YVrzWwbZlPwFj\r\nhktQiHJbGUyYAq0Cq1FFbKT75ZSYGbg/sJNI8nSS2havdF7kmCvxfMtwLp5R\r\nqCOpjPdMCE+XNOIq8lReIBFeplrysB0QqxJkrHIGfV/Ins5/Gm671/91ihpn\r\nx33+0cREnTqSO2EV2drkhMqFIl7IogQVTpLC/fz6E4TQRKk+8KteZW/vUd6G\r\nDKpBEfRQhrOm/XNvjnC9+aTpHfYVGSKmxFONHkQcNzv8BkOUkWAZGUCCiJ/s\r\nP8Ag3OANed/vNGjKuLV9quFNgTchAXy3imxHDUSatcRYXMvkhoxx6LZGmr0U\r\nwsFi0J+SQch5kIKUlZdrvaCJ7PkylTR4hu9kgO2kGYcShA8ZILlhrMnOYeJg\r\nxjNxCjCIpq6nz7NIk8dO5HqtEZD0doHLe5G0w1CdPwM2ytlgGWEPZTJsd0s+\r\neoz/SaRW7Yr+I2XWRTNu9FuVowggMuqGV7O86gzJHbwbAmyU8rKP9+uGIg90\r\n4iTflbev9LfXT07Q15ufYohG2+C/76zqSR4=\r\n=IZ2D\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-0.6.0-pre.19.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/process-post-install.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/57cf8e2480daff3e97644ce6af4834e0/zenstack-0.6.0-pre.19.tgz","publisher":"zenstack","_integrity":"sha512-s1jzTgBdflN+Qpsr/YlHTKxgAtcDk7JztRXgNZSlaZEVX42KrxL6/U3e84e6aXRwxiA0HEBNqCPNstWp4/QR2g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^0.5.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"0.6.0-pre.19","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"0.6.0-pre.19","@zenstackhq/language":"0.6.0-pre.19","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^0.5.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_0.6.0-pre.19_1673673890020_0.5111405810861032","host":"s3://npm-registry-packages"}},"1.0.0-alpha.19":{"name":"zenstack","version":"1.0.0-alpha.19","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.19","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6fec788362d28a4497ca8f55321c772e09afe20d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.19.tgz","fileCount":127,"integrity":"sha512-g9Ux6Y3RLe/z2V+MlgE2bb035s1rYqmzgUZlOzZrkmkPbkryEdAX8/bEStvJ5FDRSQJ5Q45fb436WmtdTgAssQ==","signatures":[{"sig":"MEUCIGL9qDIX2PtBTqEsSOXCKToriF7H8oIC5D1m2kxNARivAiEA5C2QOuVroGu/kqsb38qZstnQhD9rcbHYT4WR7AcDXA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":454716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzM69ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6PA//YzBkTgpGuKpHP5aX2+7sPeaDTGMS8CNozCRiGdlQPjpdgVd/\r\njzA1ygL6neb/R7n4XbfP8lijV2kKiHzo3HtDRY397Kwp/eFgFvN4ewFZryyV\r\niOInhyuvtzvbDwyqLkdWzjO3L+K/jYNTSQhhzG9T7Pg8UKZvxpItOW2qnwkA\r\n8cbQXphpYLrZgB9yoHxvBW7uleZbXX1HMO9XC4zNoQRHcCe8ZYeQ/Vbk6kJO\r\nPu/xPG5A9kBEY4x3WEqK6mQ2Nr+Nw5H37ChEbEZqsCy1FyNPZ4GfUcC7RyQr\r\nkqDuGk3FcKAcVRbYsXM76ptJP5aodXOPsXzGRcMOT3YVPcBcQ8Ioobs297Gb\r\nnPIUXNh8jdesPSc/TFXj9ITCe/0y4GJkLJnB93rdmQl1Aw/k6wOAyUeOAMnV\r\nv/HqgSvRD7o+X+XZpt3Wa85RGVCfL1pwFrZNk/IYWtGixscyfrd//cjaPl6G\r\n8K++o0LcIIbXssFwoBkrXqjz7r8NJW5WhNfALAeOZltkom9sjI9LYMzbcKqk\r\ncoZMopmszOgxvoHNiivVtB4yhE4SAfp3QW2Wqr905gZ/+wPVf2RW0iTtzwSa\r\nc1LoWgunNAtZMF0QpZhoZxpyLule3XhkPq5zOaiPDKl5LBfRrTnGpDBLgCkE\r\nidOQrV5bY/9RSbe17JaeM1VxnyfSswmEIqY=\r\n=9c8G\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.19.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && cp -r bin src/res ./README.md ./LICENSE ./package.json dist/ && node build/post-build.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/87667aa3aea02b1e53b08c39e7d2db1e/zenstack-1.0.0-alpha.19.tgz","publisher":"zenstack","_integrity":"sha512-g9Ux6Y3RLe/z2V+MlgE2bb035s1rYqmzgUZlOzZrkmkPbkryEdAX8/bEStvJ5FDRSQJ5Q45fb436WmtdTgAssQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.19","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.19","@zenstackhq/language":"1.0.0-alpha.19","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.19_1674366653229_0.25250296342341927","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20":{"name":"zenstack","version":"1.0.0-alpha.20","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.20","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d296ef1cc856bebfe47f7ae2af27b2df7f164ec8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.20.tgz","fileCount":127,"integrity":"sha512-wBVu0ucuqetq4EDP83a6182FSnxQJAWVPwFsbeQwr3xOghy64mLyrvxNafsOeuKTwaRTz5f5vpZaG3XHUOw/zg==","signatures":[{"sig":"MEQCIGoK6Bwp0VPdwBMwdCTl4mP9ANuwMjHn1J8Jdqtx/dkQAiBm3H65yn7ZD5fMncpQeNTbVmA2BmbfomjVDepXMGMtEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzRRZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrI+w//ejT+7px+U6EdB8RIpph7VjotwBrSmYikDG+kqG5fVii6dPpq\r\n6HsqxDbP1EVg5NOM1AhZKRhLzx/MSc/UBrahbIv6xV/lk0oWbmaAOnym7W8o\r\nlplertF7SF2n5rKHQWpTrcM931ZbfTCII9chuftRATwpal1kcAtvKv6CZ1m0\r\nO8aCXGh3F9GYgtoVcm7SjhqdfUO2ob4rUt+1BEGw0+RxpjxlzrD2Unm7whTu\r\n3of6ksfjxfHYz+ndkUhliDRh4j8Kb0RHrAhro9/lRyjf/8EGGo4dM4R9wlby\r\nBoSPvuO//bnvcfVH0UFo0cbOWMuegvsbwtNQNjTdC+KWCWeO8SflZU0UR4zt\r\nyJg1jJ+PF1lyYeK5Q5vhhePe7wu69JhLEbVBtk1M4oa6ObF1vwWbLK+izHUb\r\nr1xg1jj/gkAzXnwK8i4teTYh8Y4Fah0Gqj1/YPbu7KEHVchG8MdN0Jqucw8S\r\njI99cdjoLnnzZP9I7WjF61WiXr+nFwbx5N9Kv4DimzbDRCxlTXLgd5C4oqvJ\r\n9gZTRYApzBwF380EYqYEh8StYLwNB74JJ83r2XhIa4Luhpsglz2T+8Y4SHYB\r\nV/9moSGMBZ46Q3E6GuTzL2uh7TN29M3/V4hekqHDJwFcQGQDGfnVh3Crzxo0\r\nxiq2llG8sNMkYoG1ei6NPkiamhIbo9upz78=\r\n=xmzQ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.20.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && copyfiles -F \"bin/*\" ./README.md ./LICENSE ./package.json dist && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/de606f34956a4c6ff94f92aa71e7fc62/zenstack-1.0.0-alpha.20.tgz","publisher":"zenstack","_integrity":"sha512-wBVu0ucuqetq4EDP83a6182FSnxQJAWVPwFsbeQwr3xOghy64mLyrvxNafsOeuKTwaRTz5f5vpZaG3XHUOw/zg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.20","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.20","@zenstackhq/language":"1.0.0-alpha.20","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.20_1674384472752_0.6705580449507371","host":"s3://npm-registry-packages"}},"1.0.0-alpha.21":{"name":"zenstack","version":"1.0.0-alpha.21","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.21","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"47efdf0b1badc73b24fec900ae036b6baf00cd51","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.21.tgz","fileCount":127,"integrity":"sha512-YTtjXZomEyzpvSMvFiXiL19JxUpXnihxpP7K2hBcTDUSqvm6z6pNjHOSUQfW9uRYWKjWp1xcQnMlDxMdXNptTg==","signatures":[{"sig":"MEUCICJbfIa4mVVSwFa8CW3k4Tsx/uFwPMl+EWW9YbdBh6PSAiEAgHm0EKUOyy3G/+zDUcIsS22cn4bdCh9uSBR6m86Oonk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzqsBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqW8Q//YR8eIGwWBrEOyvneRXY5tVRl/85b5LzS60CJHXN9nU7SOe/J\r\nztZ/ApyLPmBXrQqo7uJnA29WOtKcOVR4d+h4S8mQ2qDKbzIfCMvMTSVWArP4\r\nOIpM8CJf8wGUpuPu5F4CRefE4yQaLismGtMqX02UIcfe/UIMYLx37XlHf7ux\r\nLEq3bVn7w5I09EaX7fSqENraFzOKPc5Qs5YHDFLMyWfepzb59lEy3SnVcQ1e\r\nEV+PY63UH0osYlqnMRZntKZ2hycoVTHNkErQvTf9VSUb2o1zEBTXrwATA0ya\r\nzFS1sn4Qu8Re0IFXSqdj25l+KLwqYZ/QWHMvw3lVFgu54UgnEK/BK8zsv2R4\r\ntkvisD9YxX78EzaNOVbHbG2u+TRlqfSoHC3akas+32dIVPuYSjsw/EovABVf\r\n3AJblMqLRboZP5rianxAS9mYCNRwMITzwYiqSXlH9A7D41tn4RUpbbIVZLip\r\nX71kOvTpOHIoYNcIieGXW2hq54mAsKpLCQRChaRXnHya4x2q9CI9qKE6WNit\r\nDrzULwvLEJ4zXBy4S9dA4UfgcgF3GCwKpfE8/c4zpPfUrRyFjXp4dCiVSaSI\r\n2NY4Lz6jNyag+XKwgHgqdtnmyxVFLYFQZu7qj3Sa5dZoVh1BSL8gzBxRvSqV\r\nC92ncLp9SmLe3QDS+CxFgPHq0EsS6c+zlE4=\r\n=ZA5z\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.21.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && copyfiles -F \"bin/*\" ./README.md ./LICENSE ./package.json dist && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3781d923cbac57085c555c34035b372d/zenstack-1.0.0-alpha.21.tgz","publisher":"zenstack","_integrity":"sha512-YTtjXZomEyzpvSMvFiXiL19JxUpXnihxpP7K2hBcTDUSqvm6z6pNjHOSUQfW9uRYWKjWp1xcQnMlDxMdXNptTg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.21","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.21","@zenstackhq/language":"1.0.0-alpha.21","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.21_1674488576959_0.388206729285671","host":"s3://npm-registry-packages"}},"1.0.0-alpha.22":{"name":"zenstack","version":"1.0.0-alpha.22","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.22","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"53fa9d8bad2463e9e9f5476ff36bd48b7a18fbda","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.22.tgz","fileCount":130,"integrity":"sha512-ZNDD2rEG3TOap8m/prYKhYENDlXyuYqh7Znj+p9pFCxZEJj6F7VBf4yk3ojZwKvgNamLBzdT/Y7HNCufCYgqCA==","signatures":[{"sig":"MEUCICwEtLjn/wXubSCuLuCTep3/HVx4ODKaXiFPeqf3Q5MLAiEA/1HQXAz36ilHXKWP8Dts41i2+Nv7Zik6T+DzJLXKdXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz0RvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJ2w/+NEGMe/doEpa8cIodxcJROKleMc4/HnuI14x21YVPXMqyWTtG\r\nE4UkZlD6/gJHUhvJiYnS8BsDLT1Yjp6gKss2Bu/TE7mmIGIZSf5/bsCMlPRB\r\nSh7eIZxE3Uo084m5O35woyNuQq+bGCLTQQ8Klsec9qZjdLAhmY3jrsF2KG+G\r\nmrp/9NBGOot45lx2sbO3yZkRsjzquiLy+3YuUwSMY2m7lOXWV+mXcrfbL4Em\r\nvWSyTd6oU+bCUdE4xBvuLorC172yAqkDGhUqvQiX/T9kGaBOQY+gsQV3CdGo\r\nJnyoSGD6Dr8WkiNR2KBOEoBP8VB6K6ur+b7aiF9w8AvMJF4Fv/Bed8be3g/M\r\nY37yms9pk/8CLHkpxtWDLQbBUzxHCZVdlrmH+Uld49vZXnXirUgwY/nI54dQ\r\ngATN7Sckk71L5roCMiyQ+NPh/JcLcxh2/PYn9Zed8EaxcUqE0AjZmpOwLFRt\r\naB+2DSLH/DYq8gYxiLGZuztgdUOtqU5Q+uRft1Eb9vCRAAs/6+ntwI+27q6Z\r\nEqnI37ZMkRN2FxfHz/XDU9lrFDFbHPMJ0QPCv14CcVoEwmrRx5APe3sdhool\r\ntdFkbJnnuIgjSmDtpshMkMPRGIwxrBdTdfMQ0tyTlHyR4hm7cuQAUIkJ/Dlw\r\ncwhkWzH66gPi39uwK8zcwN2+3iltozEz4yM=\r\n=p5uZ\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.22.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && copyfiles -F \"bin/*\" ./README.md ./LICENSE ./package.json dist && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/030606ad5ea82f3d968e334b0313c550/zenstack-1.0.0-alpha.22.tgz","publisher":"zenstack","_integrity":"sha512-ZNDD2rEG3TOap8m/prYKhYENDlXyuYqh7Znj+p9pFCxZEJj6F7VBf4yk3ojZwKvgNamLBzdT/Y7HNCufCYgqCA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.22","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.22","@zenstackhq/language":"1.0.0-alpha.22","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.22_1674527855349_0.7134290848213187","host":"s3://npm-registry-packages"}},"1.0.0-alpha.23":{"name":"zenstack","version":"1.0.0-alpha.23","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.23","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7582bc17b5d6c706635e4c7a3b265ee81263aec8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.23.tgz","fileCount":130,"integrity":"sha512-O/nkNc5nOBdzB2JmAncMz5l8+EibHPabDyLh3n6d8/PODRd4rt/A9sWzDLM+WnepievhL57r+hxDKmsVrVNL1Q==","signatures":[{"sig":"MEQCIDdie4fH9FIqUx2NjFrlgS3YUaPL39Yl7ZA/KUi7KLw4AiAvO+GgRBd2zXMrtd/YSk545mC6j6Mm0AlXt2uCXCz7Jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":463336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0SWIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPHQ//SVdBIjLJ4r/kn1EOEfWCFj4OvPOHdpbsswLbr/WMQue25+Hp\r\n8DkYvcGTs+nPRLhaOV8d4AqBEWNxZbTwGff/exscxk1uuj4GwVKk2UfbrvD0\r\ntQuXCdWGyUsP4qps6lxHIneDHy9Up0uZv8Riqa020LurGl4UgOpzdS66WdNK\r\nhsKGbXJUjz4ottvm7l7j9eBwbi95qY4sEcCYZ9kz3GoOXkQQHPoSOTvykhiE\r\nXbULCsGi36SAelK9A53kKPjUmFZmlNc+24JvsAXPO1iw4XhB9USkh32MiksU\r\naScia+1Q4Lo6g1bRNmhJtI+trbTma8T1OdVtZzudN0mF1J5bFw3Lo2MGD1yD\r\ngwZr1iHnm67cjFKT9oqT2OLIyAy7s4b5MFkPh4Z7PRET6UuIS9ObOWY76fSI\r\nPmDiTAmb+/vYvet0jA9+ZB6UP7E5sm1h0KrTmgRZz1ZBC4OWrH4AyQ89t8l4\r\nMaG04Mi4FhzoHrX1Mzy1puwaHMMxSqPKXw0xdkosbovHg2g8uZMBYmOpRG0N\r\nAZDbIsaHb3lIV0ATFCskcNsEK4s1Y9wlAxvzkHaYQNHMszs0BTHgUuKKOEAx\r\n2isgPtgEmHr2/wNjFD7KZUlcx9ZWTco4yhk+Jsc1CVwKjogYWApiwboZx0aW\r\nNCDrUU6l7MXxnCWSt+bjSkwGB1kh53YxRDI=\r\n=Y9kW\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.23.tgz","engines":{"vscode":"^1.56.0"},"preview":true,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && babel src -d dist --extensions '.ts' && copyfiles -F \"bin/*\" ./README.md ./LICENSE ./package.json dist && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"babel src -d dist --extensions '.ts' -w","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d3f6fc6a22d3af640930bc4a72da9d50/zenstack-1.0.0-alpha.23.tgz","publisher":"zenstack","_integrity":"sha512-O/nkNc5nOBdzB2JmAncMz5l8+EibHPabDyLh3n6d8/PODRd4rt/A9sWzDLM+WnepievhL57r+hxDKmsVrVNL1Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.23","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.23","@zenstackhq/language":"1.0.0-alpha.23","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@babel/cli":"^7.19.3","@types/tmp":"^0.2.3","typescript":"^4.8.4","@babel/core":"^7.20.5","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@babel/preset-env":"^7.20.2","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@babel/preset-typescript":"^7.18.6","@typescript-eslint/parser":"^5.42.0","babel-plugin-inline-dotenv":"^1.7.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.23_1674651016244_0.4809068921098023","host":"s3://npm-registry-packages"}},"1.0.0-alpha.24":{"name":"zenstack","version":"1.0.0-alpha.24","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.24","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e3cac7b37e2df4d9cbc6510cefc362980906bd49","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.24.tgz","fileCount":128,"integrity":"sha512-wRLpn5bJGJJEhmXXy6PiUwMw/TUDhji5EXeVbNORBuDpWbVIm0SCWMPR8TYplAI0jdq9CzfkvdhOD1PU07a/4A==","signatures":[{"sig":"MEUCIQDhzQ7KcL8MEuKtXq3z2I2nGfqzk17HHiZhJUzs9FGtqgIgYFq96T/8k46WhOKT3aCF599Wm+jIGTRfg/iaFJXc3yk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0nZhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNSw/+IXyECh7B+jPRX0j1XXfG/eP56087ZrRolROxHFEdW84uk4ga\r\n3V9PpGS6EdCgTTi1OUwSUDr2fkbJ6vCi1i4B7z9kdpF9PcL2m3e6Q941Hjjr\r\nr7XCHUrhlYMv0LSEW4A4kvwoLeqnujRScAIbRtMpD4XFMMmstozZmBJPi2NZ\r\n2KN04aiqaIgBpqT59IxI310xGXFFlGc1ay/a17rek6Ffn5Nz5fp3SxnU5ZVW\r\n3U9QAu4XSLS26d7M2oM0oj+IqxTNEdgmI0RWwOOGn+LHjSBBQUQsMS11ZMnW\r\nePMq3BpirrhyYyjU8lyxfKk3QH/dPTkDLhZf34voijgS+3Xf67kXNtT+k2Ss\r\nPvqA0Aq2PAAIFmv0WKJWI0EZuteFNRJ/O73fbN0WbLQcBgzYSZ6YE1crXNFz\r\na04nqjpn8BpMTwZm9ElXoQzO9R7+4tLd1d5vNC/dPgBt0udBDhydhTDknhg9\r\nDFXZbNEeKDHg2Mkl5ubAbwFk676J92pxylbxK4//reR+OOlmZFEyC+x4yRO2\r\nF6B9Q2Wyfu3mAWJXTrPofKKnf5ttLUweAgyry+bi8/37U7cLJjsjoIhsJWaP\r\nntbZgNRST9XToIjXDWKHLbcYvlYqMp1aq0YeIAILrjjJuKfC8EJAxC5/63Yq\r\nASlUqhvP71o0E0qHvmjb5gL2j1fdgI7C96s=\r\n=+r/9\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.24.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b0eebd207ed68ea5617f726c4fbd4a5b/zenstack-1.0.0-alpha.24.tgz","publisher":"zenstack","_integrity":"sha512-wRLpn5bJGJJEhmXXy6PiUwMw/TUDhji5EXeVbNORBuDpWbVIm0SCWMPR8TYplAI0jdq9CzfkvdhOD1PU07a/4A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.24","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.24","@zenstackhq/language":"1.0.0-alpha.24","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.24_1674737248916_0.09817798382182974","host":"s3://npm-registry-packages"}},"1.0.0-alpha.25":{"name":"zenstack","version":"1.0.0-alpha.25","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.25","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ac853b9e7941e16001f00699ddb7c6127e32b66e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.25.tgz","fileCount":128,"integrity":"sha512-N5r5RuhRMv31ShfTu5g2p9wW8iVhKO6z78P8qorfP7rw+U5foy8ieMbDFetf4fMukRuog3vrwtbaqbM0z0n69A==","signatures":[{"sig":"MEYCIQD+9fII3cEBWpxd5Iot4Ie1pOE8+qzHkU4n1ILwbbaSlQIhAI9cRybadRBb6+RAuIZScCfSgTFxLQDzy0BE4QNv9aql","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0penACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoimg/+K/sKK1A//ufiXxyPtGdram9a03DwzrAGd6ZZ3R03uhL3Yt4A\r\npmJ6NL0hOBak7QUFqSl12nfO+fo88UoA1noSHXGhqLE9EH8500Lxoydvmtxy\r\n1V2ANkEFvnsJIXKqDk2ud4EzWSfsBZ4gabcSha3/rNmDhsB/CW2Vss3GvzDi\r\nNf6RkJB20y6XdH70QzBwAAOrayj9IckkKoxINoaTWMDunFiKHb45Hk2QUVI/\r\nXcQHjxlg9fCAwBXMxjUjN2di2wNC5W942yViQ2HbMNHFM6j3Wl3OPer3hGpw\r\nOUsgiGYaCgi9U2QajDRmOi+sYlqICN/hFYXmZVs254NEXqYksNgkBZQZPNgS\r\nmBW7Dq6NrmAOfPWrVc4lcvMV08qQEvUrBEo+REvQpzBpPTo8d3Ni/H/DuyfC\r\nZa4FftqHV7K33XR7WDcBAU6yQJMVW4Ku60BJQL8lKcX9aLoTbkoeRtvZgm5e\r\n+0EdAP0X7jyzS7ELnkQ3JgN3g6wy5hj1Qa50B79Diom+r1n/fmEZb3PBiESW\r\n+g4YFfsIaVmIjfQphC4PYwV5h96uqNualbMrtps3yyhxG/vqthWx7kBCinBX\r\na8U+P+aCDP9bIjkfhuml4Iwh+g+KJRVyZGsk96vGpiDbezPqwiJYOJcyaAlw\r\nr8IqlleYHFJN8io0IUteP2PNLgdnj9wRRVM=\r\n=Pn2G\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.25.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3e88a030d67e30b6134efbd099154c43/zenstack-1.0.0-alpha.25.tgz","publisher":"zenstack","_integrity":"sha512-N5r5RuhRMv31ShfTu5g2p9wW8iVhKO6z78P8qorfP7rw+U5foy8ieMbDFetf4fMukRuog3vrwtbaqbM0z0n69A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.25","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.25","@zenstackhq/language":"1.0.0-alpha.25","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.25_1674745767183_0.06833589041964694","host":"s3://npm-registry-packages"}},"1.0.0-alpha.26":{"name":"zenstack","version":"1.0.0-alpha.26","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.26","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"da87e0a62bb73e3574e35cd0313463330c731be8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.26.tgz","fileCount":131,"integrity":"sha512-ZOPXhJ/oAqcYHpr6k4M8UZCruD5cjMduF2AhP+sRoHg0HBxSvsUezVB2AHDJ1Cltn9qBZVuQvNUVJUGW+vnMnA==","signatures":[{"sig":"MEYCIQCU0dHpBLnodgFr+GNSC/Y94PybASAPRFT8g8kAzVszdwIhAOQPfCCDdzrXlF01tEyUIHqbyu/w+wbse7Padz7tfSXU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":323615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj09BDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolYg/9H7Ylix4kjp0uWWQ1qJ2KJ76WKYnKGXk3Z2iM1S2SSD5lyAUE\r\n7iWDY9BVK++u3PfY0924rYRAZaewWc/8YViJRHW7Bi7jhTnXukA5fkUf0Mmx\r\nANvwCb+gsHS73Y6TIhJfuIbwtuuK82FMUwRF92A9+IZRbJbOMDpyz3SQ1zy0\r\nfWzcpbM0b20ncH4O3cCsFjd3fhj2TumZ3k1HuhTLNBuWriQRhMQqIhaodseG\r\nA9u08LCwat332PBgWqewOnI0sw5GsMWcfh9Fcdd3lU23PGqshTDNH8jx1qyp\r\nZWY1rNNVh6vHyCnmu8y0Q0FkPxmKfkluHARf2UQeBlhA83QQvHik/D+szXz9\r\nAYqfgzF+8o+wTwNAvH3dBuOsRN/exHzjCcRVHAxnKd349b/hpX69oBIgOiNe\r\nNhgJ0FwC++0hR6daGApeR+j0qCYU153XMF847ueK5XQHj5/8u8Pcf0b1yMG4\r\nGa8QiEz6rQuc3O/+tk/WMHXbyVTJjaW6fFFLGyHR7GfHpVxWyDOtVUoFhUcc\r\n326GObmKu0g9dkOF+0rS7izNK3rHcxOvyWaGgDkRh8T8DR6sHml8Qs4sVI4O\r\n01Rgs6swYsnII+mFpd7KhTSM+kkG8WcH/5tLoTkWQsha97jCXHwE4041ltNE\r\nzt5gd6ISSz4Uar5qm+CBFlShYbGMAjldyYE=\r\n=gWwe\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.26.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/00d00be0ec57beeb56e11c8512bab5d9/zenstack-1.0.0-alpha.26.tgz","publisher":"zenstack","_integrity":"sha512-ZOPXhJ/oAqcYHpr6k4M8UZCruD5cjMduF2AhP+sRoHg0HBxSvsUezVB2AHDJ1Cltn9qBZVuQvNUVJUGW+vnMnA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.26","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.26","@zenstackhq/language":"1.0.0-alpha.26","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.26_1674825794935_0.0721070085201283","host":"s3://npm-registry-packages"}},"1.0.0-alpha.27":{"name":"zenstack","version":"1.0.0-alpha.27","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.27","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a6019c205fadcca479f8f4ead8637d2f6212d901","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.27.tgz","fileCount":131,"integrity":"sha512-zDIKJ3JAzrTEkUhyKf4QFp5yqR9tpkFpMw+hn+TD2Qy2oMQQ2u0SPMY5nmEHgxPHpsnT5hOJ+QSc8hmZsO50BA==","signatures":[{"sig":"MEUCIQDnyc+RXGmOTcpnON2ncLLuOsnbCju/0SrecNUSS2YUqgIgW9yXDx8kWul73VbZYGwaLnd4CaCNwComa3lyUyOfpss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":323422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1HqAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+fQ/9Elb//Iy73DWsuboc8QbwI+Wea/uiIE9L8t5lJ1c5ptl4meRw\r\nVCD+nwd+AutSSREb4svCdZUlfizOxLoetB8oWpwTJ7ugkK3FC6f9HXF+LV7Y\r\nBuAMsFo2g52s3Np1STfb12RImkr3R4ouRETQcvoi0n++UpBizZvt2bhS3Jm2\r\nea6cZcn+rEjaxIOFPj0Mr9lJAhpHSDEmJe0qOce6r08sv91uLrDGGa/glLdY\r\nX18nCSekGI42XlrtHnGB+2S+w6kmVMmK2QlWYJcQFO2HrQiTlllg1BNaNyg1\r\nTNTnn5sTJ1iH6dvGgqlnqhmHkITlQqgcvlzloCsXqxWUH8CTOqYw83Ecd32C\r\nl6sRHT22GjTrup1IIJeaCvPks5JJeUlxlz/xhLuxCNP9YbwISwuCUFk6OTMm\r\ngpbDbqO/EzDVkkb1dNgcNREkVN+yQhhsO6Lpn+1rwOu+K6WVKX3rtaLPbOJ+\r\ns2J/17UH+1hCSuDjfb/XryNaS+RwoKqaWYLbLUQScyCEBD0ckT3ZFm9meDRH\r\nAjYEFNv1JgJi/pj+ynbomesCrj858htgcLXCTPDpBz634GEg+EJYh0cpS53t\r\nw9tNLf2CTZlBg1UotjYCamSM1NE4157igI0DpL/MMRGHckjEtAzo3Oj+18zW\r\nlN3TFNthwE29QWeJrKaeN2Hs+HJAWavlpoE=\r\n=O62U\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.27.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a5dc2b94cc81ed9b744158c096b79224/zenstack-1.0.0-alpha.27.tgz","publisher":"zenstack","_integrity":"sha512-zDIKJ3JAzrTEkUhyKf4QFp5yqR9tpkFpMw+hn+TD2Qy2oMQQ2u0SPMY5nmEHgxPHpsnT5hOJ+QSc8hmZsO50BA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.27","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.27","@zenstackhq/language":"1.0.0-alpha.27","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.27_1674869376633_0.30841140784793253","host":"s3://npm-registry-packages"}},"1.0.0-alpha.28":{"name":"zenstack","version":"1.0.0-alpha.28","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.28","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1dce464b51019c9a1334dd5d1916cb2f58ba5bd7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.28.tgz","fileCount":131,"integrity":"sha512-ciTLRsd7khKVxFnc0GxJ+j2fr0CiJfb9BY6E9lrS8H03yUkLVXUJleLWU7LAdYlAUBBsVTsNhUJJ4wI8hWSc3Q==","signatures":[{"sig":"MEUCIB4sLP81bjG4lLnGP9gfGtiDpRWTkAPmVo2Qpvwpw9nWAiEA2ACaB8VkN343T5ynNMCQWFIHk37vDLeHVmsfNWML4hU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":323486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1IYlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoDxAAi0l17YSBOXqJrJlySfTFlO3th6SXObifj9/NC3JVxha2u3PM\r\n9bTqzaGtMuQ1P7FAc4AySz3cd9Jib+pxMF9GYdhz5yOf9bBCO5762GThuljm\r\ntRisR/Aa0UIkTK46VAqcjXoNAILd1sN2EPOu6hptxZMcW1Wli4ot8palR9xJ\r\n1ggC56gr/LIg0JqqA20cV+FVw4agpCaDcLW+MkV3WptFjEocNVvj0AZAanDG\r\nscWjxzUb4bYZZVbvNiepAm6tFlKc9sYKdYpwNHjqkbcO7Z2fZThQ1Gt8EHyQ\r\ncNXBpy8hyCkvJg3R9cr5tx5WWYCNF+RV62xczSzjyCurTdxjnmVKgVChVE5k\r\n/6wgSyWbasbj7cIrHPp+hnHyq3qm5y0zB0JsXyJ+/IHo6HOatdsLNr9l1D6N\r\nNARKTPYu9v/15WoC06/gpen9BxvDGZ3YoC6nIWMh11YQ0UMs9k8ZP6QTnhB3\r\ntnVqx938mQlCrj7c/umrp7SNNFTMh0gxbOOXRE8ECz3XmBYeacXjKryXrHDC\r\neLWmImYL7E4Btk9Jw4Wtuo4LROjNnoRZuCFKPda8ShAzFGKYLsLtkhlSp6fq\r\nrr2a4DYJN1lwzXQMhvsaE/JrxeO1ZoJtpfxGEhVEAndaAcvAi4uSHhJzoYGk\r\nXUckeDxnINrcWpxs9rMh/abD02RMKncQEP8=\r\n=BChA\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.28.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a6291f9f9c6f4a96466860b2438f2558/zenstack-1.0.0-alpha.28.tgz","publisher":"zenstack","_integrity":"sha512-ciTLRsd7khKVxFnc0GxJ+j2fr0CiJfb9BY6E9lrS8H03yUkLVXUJleLWU7LAdYlAUBBsVTsNhUJJ4wI8hWSc3Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.28","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.28","@zenstackhq/language":"1.0.0-alpha.28","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.28_1674872357806_0.06591845269603724","host":"s3://npm-registry-packages"}},"1.0.0-alpha.31":{"name":"zenstack","version":"1.0.0-alpha.31","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.31","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fd0da2e8f9e154a99806833faae095dc8457e79b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.31.tgz","fileCount":131,"integrity":"sha512-SrnapZ/NH/nnBezzT8L/73Z1eaeIS1FBLwidKkAHVPG9XJYQNtExP+l9fCoGFyvrZ8x1hZECBhj1AgrRV6BfLQ==","signatures":[{"sig":"MEUCIQCVuutLjx9JN+WNFn1S5g+W/BiPGLor8if1MtNyqGYqywIgFvMNBOGLSTRTqGD3KNTq4Fhx5MuuMPNliI2BqxaQyNw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":326372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3Pr8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoglg/+JbBbS8zweaw7WcGHia03XdLxa6/8gQiOZ+ZbDQZbF0mM6CAI\r\n8z5vZVy0YlGVhHNSjmLlgS6ZS+LNrhcS1v1d7AcHsjRi1xHkbPL09tdIW9oY\r\nWvDEQfrtqNRdclGYC55kb2T0vyRPvJXhD78l9b6eOsU2yzbeEswCx2H7MAt5\r\noI6RjZYRYLC1eADAEFymCl/LlXFC7xKkfN2PZxInCwuwlUp3xRGDIulmI4Cq\r\nsPqGp8tm3+lLreT4CWPHxU1Xd4/F3OOGT8EU6Cegnd1pFvxsh4ecQukvQ/n4\r\nH/AW0Zmc1UR+OUflxBK2vxHm2BK6KMUuf03lmvLX5YQBMbVTVKBKJsKV8NKH\r\n0q27x8K2WVJoq39t+5sz0J17QuIZqiECfQSRt+NEAkmSJ9kY7YhBmuQg24wF\r\nKRUFZX0icORoaYEUE3XwmWRwQvgUk7uaFvZIhNYq1Y+7OPQ4JkXMoW0UO2ua\r\nmwcytca6zKVF/jP/WgRVES7q+pUkfNHQ2WhhhOq45qLtyfTINZTvoNybVNFF\r\nbsqVKceCguFdohOi1zueAGSoAJLysiLaVp7luEgVGNmzbGyqGo4e1sFxuZ5a\r\nyXiK4XWwT/mFv6R65Uorq/Ob0cIU0QM07yv9l8dbsEl+lyPLVkYf+WPJqLhb\r\nmVgWKg3hu/yQeN+AvPCxwQwJh7p9EJgAm/A=\r\n=LaVl\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.31.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/914c45fa5015241606bad623dfde8a44/zenstack-1.0.0-alpha.31.tgz","publisher":"zenstack","_integrity":"sha512-SrnapZ/NH/nnBezzT8L/73Z1eaeIS1FBLwidKkAHVPG9XJYQNtExP+l9fCoGFyvrZ8x1hZECBhj1AgrRV6BfLQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.31","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.31","@zenstackhq/language":"1.0.0-alpha.31","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.31_1675426555930_0.559355872058289","host":"s3://npm-registry-packages"}},"1.0.0-alpha.32":{"name":"zenstack","version":"1.0.0-alpha.32","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.32","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ddf75328850ffbc632d288659997c70f78dc5dea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.32.tgz","fileCount":131,"integrity":"sha512-C+7lHuKkGGYQXuMV5WpKwSvJ5AYzLD5PKuk9VvFQgg2LhVzGWwv5f11JieAsfd2m9/gTOocpDBN6ZMjYPTphtQ==","signatures":[{"sig":"MEQCIEegNocVaN+CVhdBaVFmCx9iobXt/39RzybrxACwNBWXAiBFd7XTbMiPBEbIyZcG0Uj9oieIBcU0Wdcck8HqQOiOQQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":326243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3l1TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpqxAAjXvgkgadlzOCn1/uk3kDEBu3hxvGxgHDzZ5GwDe1bawsJ/gd\r\nls2PFjK/jYc3ZRSuYkPL+yfmjOs2/6WYqrlc1tv81QG8Ys+9+IzqbpPWUyPj\r\nKAqMKXQQgDpgSs0NHlJV5WKg2I2scBndKhSYyuhPnoRzPWMdwu/czMrbtPR6\r\nJXOUPheys42HhmhRyZV229FhC/zHrCT1L07R4yghNKJWLMZW+urf7YTofm+/\r\n5ZU2V8Fbtlo/n35qLqIupnI5fJDw0383JXDlD7EMUVUQt3eQM6lAF1HZkv4s\r\nWwtyBzTw5xPPrMKR0KGj+PvY+3S9FsMcTDDpWuwU6QrfDPzbgrSYqDjKXLPI\r\nEp+oJjUoOjowr+9Giu93fPMsruYyOvXT4pwELi4G9HI670scQQLcdwuklZUX\r\nh+ZcsuQUI/q6ejbqZRewk5B8tfz3+yoSLAMRUyXOR2BnYY3c/LnbQSJXZim6\r\nN41MhXKWxj2W4fqFs0j2KbeB5yLUIjQHqOQSFgmUxTG0dqipuHO0mGiXreIP\r\nmPNFYwsK4brj1EoZ+MusgOsy26/mXW5yg7+FW0/KfeUdFMW9H5HX4EgktZs/\r\nVD1qij9JHKBhDi+oy8N9DFdHokBKTEUMdkXMTQnCWJWYOO0C3wlxGn/ZMiaP\r\nMD72l+C1G7nGONIKPHzDdBloqpdLY2pL81M=\r\n=jXNf\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.32.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/99cf112b47cde77ed03c08661f5e3936/zenstack-1.0.0-alpha.32.tgz","publisher":"zenstack","_integrity":"sha512-C+7lHuKkGGYQXuMV5WpKwSvJ5AYzLD5PKuk9VvFQgg2LhVzGWwv5f11JieAsfd2m9/gTOocpDBN6ZMjYPTphtQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.32","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.32","@zenstackhq/language":"1.0.0-alpha.32","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.32_1675517266843_0.11571611606410137","host":"s3://npm-registry-packages"}},"1.0.0-alpha.33":{"name":"zenstack","version":"1.0.0-alpha.33","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.33","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6eec71671d426a16a1e3a5a05f80d09b43126635","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.33.tgz","fileCount":134,"integrity":"sha512-FcuMt6QCAJ+2G7L9EYVd2cYDqWa011f/TjoR4JcxeEPjMkp1wuWz8vEkDOs35yxIxGffek9Ote+ILXgQ/WkmHg==","signatures":[{"sig":"MEQCIFLYPpSULPQRDFTI6ze0bXeZmWfQeH4meIBUcpebYNDlAiBVNZC0RqtlN1etb/EX0rl8nbDfm3lhMR+X8l7O1RXSKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj51vVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmooABAAnZ4ZLnx5CIxEwoS1pESeExbUqz9D0R7uR0TL6tAc2IijECr0\r\nG6Apmi83PawMs9LGQoh7VOAWH7Jb9wHMLbSrbId3PD0B+yZMFHDy+o3hSbhv\r\n788sWfjBUIUsLe+P8NHf+Av+2BgzOxUFMvyFVmtvAijOBiDn9t3IKbZ+ayqd\r\n1kZswjRV90SCVDfIXlpxRgEkG57trc7QUVlz9VdH/TLgTakv7FhHK/IdAOzY\r\naDVQcYKimFI6iLdkcD81SVcpND6cMHYf0Z0Q9+YuQwLum93lIhxLY2CRos2q\r\n1LlMMtaKFUfZwedb/Gmu4MZbqJvAnHNZwmAYQ7rcpZP2yzKEdV+Ubu8Vt5om\r\n2rH1pGld/zq/MVx8RP8AILA4HEGUzPlRFFbV1lh9wZ4JGP0dTFUwkOAR9qdL\r\nw1eXSMVNCq5eo5Wh9z/CGAcud3W7viVnl+R0irojr5WpEb7dhfx4oCH2U700\r\neAznPYkBShuD3rhwZIJ1Y/fmpZGwAbIURD8xbszE8dGeRpCLFmrUA6oJJCXv\r\n8S9/yZ90hGu2DZOXufVB/Ca1DQp7SNxsgvb1BnObev8h4xB4qkDPa0Tn8Grr\r\ni5iUihZf26FUZU6TXbzE6oGcjBjcnKqj0XHaXwJM2tppbg8Pd8Io+N7zMtYw\r\n42Jy7LLR8Gook6+GXThC3OCSsHCpdLcx5qE=\r\n=vB0I\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.33.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/440ed61cc9ff28a640709940ca9e90a9/zenstack-1.0.0-alpha.33.tgz","publisher":"zenstack","_integrity":"sha512-FcuMt6QCAJ+2G7L9EYVd2cYDqWa011f/TjoR4JcxeEPjMkp1wuWz8vEkDOs35yxIxGffek9Ote+ILXgQ/WkmHg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.33","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.33","@zenstackhq/language":"1.0.0-alpha.33","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.33_1676106709584_0.4210242869457683","host":"s3://npm-registry-packages"}},"1.0.0-alpha.34":{"name":"zenstack","version":"1.0.0-alpha.34","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.34","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"abc1ee62581f1dd01eff3e0631fa2639b848ff9b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.34.tgz","fileCount":134,"integrity":"sha512-dlv/cmYgyfHfT80gCsleiIam5ElLBaH3rFm6rIAsc2+ghWaSdIGv7FtrY4ZEveKKeEmSJJ0OwxnIyYpr1NalLw==","signatures":[{"sig":"MEQCIE9rX/VgxD5WYbzwrDbGdZ5oSVhgN7xDSndglOvhIl9tAiAUvXMrHNuxb9hi1r1J469Vbqam6/u6ZKPfhBK2N5VRTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7Y5YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqk2w//QjYinb7XU0vxhtj26PVJaWr1Ix0KFbEL32lLJ4nbpHddyvLY\r\nkBLzPtpKNPKw8DQ0JKfKpeE345YdM8vstlcw3ufPEqt1C20peUpNOQ2wpa7h\r\nx6vosfvlBX2aNSxQ0LyMusU+dRlS8wxG3XmyvgoKtEmyBarXaE7ALRuwPklh\r\n6f0lfYQIx51qBqOUI5uFCyoOUIyebniMxP6qZJNObq94HgM4Xbqcx/Lu7lrG\r\nfUvnZ2fbBwqP3t3N4U5ScnszIpVZFCsYrcHLiIOjATn8XAKauGYv1p2FCnWn\r\nMZNGNes1zt1hh1xBbzxSfVgYUGIHDQEn6GVfE1Ox+ImQQMRx8+6AiItbH8di\r\n7bipSCdzf1qDbmKmgoafDK1WiScxZ2mTyj7r3NppFpCN8jHOoG2nh1y3P4Nc\r\nrezsHjEdOSTUCmSz8AC0gHKY7MTYjy84D8BlIQkKlpBx5I1ZCbmD9IuY7sc5\r\nhaDHUEW5yhBUMF8vnrkuNLKdnUvmdjjvC1Y5+4Hw1d0FF/V0mvr7PvWL1GXI\r\nEakp+WsL2tWVy3bdw0mGSge/+o6qnE1x5SvMR4u2ztRyiqavOuIJPN/Oc2vJ\r\njO6+PTd78MALc3Dppzeb7uEvbSp3hUR4z7MMi/867gZpi/72BcjvTEh43dx+\r\n8QhrQflPEOpgq/2ztCta/3DB0gv/A4hpnyw=\r\n=D+xF\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.34.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e395f898d31d2274be963a717f81a0ce/zenstack-1.0.0-alpha.34.tgz","publisher":"zenstack","_integrity":"sha512-dlv/cmYgyfHfT80gCsleiIam5ElLBaH3rFm6rIAsc2+ghWaSdIGv7FtrY4ZEveKKeEmSJJ0OwxnIyYpr1NalLw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.34","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.34","@zenstackhq/language":"1.0.0-alpha.34","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.34_1676512856480_0.36177461308305814","host":"s3://npm-registry-packages"}},"1.0.0-alpha.35":{"name":"zenstack","version":"1.0.0-alpha.35","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.35","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8cc3c7bdd49efee2d1c943be958a47da829a38c4","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.35.tgz","fileCount":134,"integrity":"sha512-+mTLmqzTc3lIKJl7LXQSBai31O5VL8W/PhR1e8ZMJv3s8D3+1ucoTLv11hDuTvujMYqFAY5mJ6Tc1NsVg2CQOQ==","signatures":[{"sig":"MEQCIF+/dyR3sYbTgVTa+x5G6o/+7hOopb6lqxOdtX1KZs2lAiBz8BQM2YxEIDGrRGqHZg6e25mm3m77rrZ+IbIP97Pvww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7ZKPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqj0w/+PEJtTBSMBXK6iV9xYWcqmPLKUKok0SlftQumtrqQ7DrWrbcv\r\nqV6RFJQGzdPt7+28lI07XiNHbGOg3+huXO+KL2XHP0uJeXK2BNX5XVhV1V8J\r\n3PIj11re64o15em6alSX0xo6D3ZkOZACiJFhlBGpQwfWcloHmBIiyJTTZWxf\r\nmruYpgHT3l7wAJADIU+yabSEG8viwHuGKjg84xp5s7hArvdvb70xEYlyI8wW\r\n8RyK0p/+Ade6pqjNhKPPjxvFYFcYv0trPVdgzSdQaDeb9Sh2twgsLGzwf/2J\r\nbGgxzxNijMMcz75hGMXKsWO5aMDMh1FFuxkTMSrtlEfuq00Ftr/hKp8GzQd1\r\nLiR11LUy1u+5kwySzOjjdjVXQw5DUQ3XnNNGWXxoF56wugN4tYHlFXeR74XW\r\nbWdj+1byHYyqmbtftEHbypMU/rARaiWWfkFGaIbrDXRyovmWp1GAlLp61/2/\r\nXFCkd/7RT2e26iIAR+NTf8+7R4vyIzEBlK7RPqycHf72GqQt4qkX4xwzlfMA\r\nMUGzgwMPJCiWNIvitPUFP1J0nbVoJkVEJvwEhCMq1fhApVCUqGx0WZ3JMs7q\r\n6VDRaQ9xg9EnKtFBGC3zXN4i2k6NYr6GqTDX1LOaK02jnXUgypgX7CQYDOdo\r\nNkQGkpXpd7yoNdl43wmJc8KyP9NzB+jW5oQ=\r\n=2Uwe\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.35.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/08b6163c8cc35fd7082b0bff8b7ad1b0/zenstack-1.0.0-alpha.35.tgz","publisher":"zenstack","_integrity":"sha512-+mTLmqzTc3lIKJl7LXQSBai31O5VL8W/PhR1e8ZMJv3s8D3+1ucoTLv11hDuTvujMYqFAY5mJ6Tc1NsVg2CQOQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.35","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.35","@zenstackhq/language":"1.0.0-alpha.35","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.35_1676513934878_0.31614677960660487","host":"s3://npm-registry-packages"}},"1.0.0-alpha.36":{"name":"zenstack","version":"1.0.0-alpha.36","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.36","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"88fa6035d2e485ab49733a3b9dbf53675ecdab22","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.36.tgz","fileCount":134,"integrity":"sha512-9t/YAGsF6H9FuNVpt5hGf2CepOJNTzql5tcvCAGqUfIfEZhHRaGLgIDP1u3mP1QLKFnKUIDDGbs7o6YLpKgwvA==","signatures":[{"sig":"MEUCIGkRomTzLFkrlFpF+pqkxFgsSA5JqfKzs3C1WhZ7t1eVAiEAydgbTH8Xz/8s3WtiWsl7BmOQjrEdr2ZT5ott8tObriQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7bjdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdKRAAl9elH2bVYtXWtlqNHOmKpanFpNuAxMRFUkTse2Gzn6VSk6Ar\r\nK2AGDUyP8ByRBIzjQYV02AJIovy/0cnYyEFiVAzqlyYlImDn0T09ivq1Lgt7\r\nxOUqg50PSoLVa6s6el+YuhSH81wwC7I4sdZbXilPT2ioIk5sz6bTgmrmWivn\r\nCmQs9+m8OEPddLYXx73INP1T8UbqyxTLNXMAb5RnEb2T2Wdv7PELR75/n5eS\r\nVyoXkfzRHdknYOPnXYEUTVKHAO58ycRX4+6q+YDg/U5JiCXmHEvvY0GCh+qK\r\nUS7I6JlOZhT7FH/m006IghESE0ezRg7YYUbv9jsFgr64muNiKq5nOBDvmPZD\r\n2aYnldxBzb/fYsUgwA83kEzybyTYLGKPnLkEYuAVZU9LzKSFCjYHFtoYXLAb\r\nXwFo5oBvE6NM/Ds/32dPUtoByHxu4QbkWc6A+rCzXIuqQiZ9MPEM3/lZzd+k\r\ntRBx/QARHF2Lxto5E8p2RI/k7n1ME0/PXJCEPueCVloeyKSLrgpxUd+ostGZ\r\nlcbooic9FOJoWGjnek6KT3L2bZdDVt/7CqxeZyJrCaFNE9WXZ+GG4kikZ/te\r\ndL/85uTUp2sip/tpUWTk6yaAmkkv8rnAooNyHc63eo1Owzwtob13l4QvCmU9\r\nQckcXYHPvMHbXK+7eqSVHggXf/dJvifnc3s=\r\n=5cHw\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.36.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/593f9b0dc291808d53a2c676203252e0/zenstack-1.0.0-alpha.36.tgz","publisher":"zenstack","_integrity":"sha512-9t/YAGsF6H9FuNVpt5hGf2CepOJNTzql5tcvCAGqUfIfEZhHRaGLgIDP1u3mP1QLKFnKUIDDGbs7o6YLpKgwvA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"^1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.36","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.36","@zenstackhq/language":"1.0.0-alpha.36","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.36_1676523741233_0.08701841050682568","host":"s3://npm-registry-packages"}},"1.0.0-alpha.40":{"name":"zenstack","version":"1.0.0-alpha.40","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.40","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"16e68d2415a37d448ac5dff3807ceb6e2d432ddd","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.40.tgz","fileCount":134,"integrity":"sha512-O7T6a5jQopblLLKUNxTcD9FY+4toWqneXx8YR/0300I0+ft4RFOlTO5+MaQy7nV6IJAj3A2kYb3BJLcnraf6yA==","signatures":[{"sig":"MEUCIQDYrou1JeZjHWcrxpwJUQsUpFSzTUIa+kmPhJ9EdwPHcgIgBHmXuTDR2Dn9meMF+aKDvtam84Tjst3mkUnfQFvqCks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7jaAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpyQ/9EzHEUMJTw4nu7k53wV2J4YDDlFBDM99z2RIa0Mxh+f8vlFxq\r\nqt+/xE3NaSsHCRrTEMIJkpc6PWkYNuQHeegmCN62gmlRoKTHpkQr+ZAhQSFV\r\nk6wCdEyazXM+f0yXw2yyz/zFBPKk47blBDtetuPj4M77miH9Wj9MsCq1AHUC\r\nAtqQeTl2AlH6N/aKMP2cH//vJvuaAKdoCKalTHHKKK9//R/SmcYAt5+7d3a5\r\n1PzOYxhE0J3XJ0vbAZamKO4gYuGWTqNn20qBXMHzBV7yqwhPqwBNP5Wr8dVY\r\nkM5Tn8LoVzXhfbuhJnRD5gM9qH/E/TxnIKk7GXIpJ7Csf6pq4ZrhG21ijN8s\r\nwIBI+seVsdYQFMsG5PhEDYLFpFi3WR6aS8YWkkKhISYPFGBjtAbGtLjmEq5h\r\nIqN4wLqlG26B8ILhz8s3UOD7Ws88eqqmdAfqRItWBtYrLmRRby/YpW2mswWl\r\nMeBSuRJCZAE/pSfA/T3Me7jY80mzeUWvu5klQ7DTy0/6ZFRWTmFPSFU0y4P4\r\n4L8ZIrKUApLk3oh5mXNIhZ3NB3N9KqZaTgZhXV/JmjFpX4dBuApY0laUeko+\r\nZOcLZyV0ZhGEsr1LVOgnGS4yI6JjFgozuvppD/d1mRcc5PWGrL1NecpvzGG8\r\nfKr2T6B6f0Lvw844J7ibclhBdEfyrPHtzGo=\r\n=2KW6\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.40.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3e2c2eda5f8a313435eca809083bb965/zenstack-1.0.0-alpha.40.tgz","publisher":"zenstack","_integrity":"sha512-O7T6a5jQopblLLKUNxTcD9FY+4toWqneXx8YR/0300I0+ft4RFOlTO5+MaQy7nV6IJAj3A2kYb3BJLcnraf6yA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.40","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.40","@zenstackhq/language":"1.0.0-alpha.40","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.40_1676555904305_0.29181832192371204","host":"s3://npm-registry-packages"}},"1.0.0-alpha.41":{"name":"zenstack","version":"1.0.0-alpha.41","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.41","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f59c63db4b0783a558952b33ddd051bd3aa30182","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.41.tgz","fileCount":134,"integrity":"sha512-zE2sjkWorZEjGwSUfiyRbBm22TBDrf9sROvM7+CT4fUQXvLSNQEn2bqDkRwiwV9BwHfj4kDbRI6J0fVAJbZ6ZA==","signatures":[{"sig":"MEQCIErUfPdof8BcmXHR4UyDok095FZkywMbthztWJTkQFdeAiBf1JW5ZK/0jOJ2qQG50jKW+jvMitXcR1P5yS3I6Fi0Eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj768aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEgg/8D5V1Tfub5oV6sxxnWsdxXmfB8vSex2fUo/zJ9fmfzY7sAitK\r\n+QzhTDtxdyDmDAvWVMwi1ftVfDIgjBPEnwM9dWygLJZ8+WUhNeGCdp3sVUIW\r\nreHsNttbOkQxg7BiWrsktqNlKV1b97AUVdSyZvCsrDTGZ/2PbMlPCiENDk5W\r\nNXN7Qwdr3zdi3oyBr3AdebAmzGiE4yisTxeyrgCnYCdVlVGq1AJL4D7txuCQ\r\nXiKCeumaHh65xl/0QieUJgpKBM5orH3jB2diGodpSXwNgKjSkyFYLdhgjk0o\r\nMVrPi2/00EYYyyeeNcQGpTOedvd6wmrEmiPnbbwFPjlV/nP5brTMXrHKJGd6\r\nB/maQLGCG/fs/OVcmhO0JAKUpWDRhYFRF63Rkbda5q5vfZZky+UoR/ZA5Z/X\r\nNs8Zy8jHu/UlklaYG1bCl0Bmnhiv5NMsfCDRXqFcxRYM8Eg1DpTQx1EzSt4Y\r\nSUVFLsHrl/s+encfH8hnVxl3n3khcdchOc5J0SewTz9Zz0lNt+jEaik+PaZc\r\n5X+35LqY7M4hc5N0Vynf80KmsB4UBeJ789GNIlQurElVNIIrocd1dybo+86m\r\nAJdROw0FyxaRBdTMZS3Z4o22wTrHX2VdiBDDESNjhnydbdCgvNewZofhchrA\r\nm6oPq1fhoUCBitioo3cxpJhrIuah/TfSJwo=\r\n=l+uM\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.41.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b8fc7079085669bd0c353ecbc677a697/zenstack-1.0.0-alpha.41.tgz","publisher":"zenstack","_integrity":"sha512-zE2sjkWorZEjGwSUfiyRbBm22TBDrf9sROvM7+CT4fUQXvLSNQEn2bqDkRwiwV9BwHfj4kDbRI6J0fVAJbZ6ZA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.41","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.41","@zenstackhq/language":"1.0.0-alpha.41","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.41_1676652314113_0.6971297692880476","host":"s3://npm-registry-packages"}},"1.0.0-alpha.42":{"name":"zenstack","version":"1.0.0-alpha.42","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.42","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1badc052c63247393a746adfbaec4e2eb9edb63b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.42.tgz","fileCount":134,"integrity":"sha512-jWMQQv6FQ7PIg+wjZKeo29t717Kz3975ScmTEczujGe4zieO+z/JYtucCsfq7c6LiWsnii2cwyHYPS1hLowy3A==","signatures":[{"sig":"MEYCIQCYyzofWsFXFNLxv3yqGr56CS0jbUoGz7WVE33bXs5GugIhAMTXE8k+yjHfPrtIgDGswnIzr+zy0DxxmugQr4WE/yKh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8MTpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2ng/8CaumTCDun7iXAeAtXEV8TsO7DWVlQU4MKb1EwQ31bHHbs82z\r\nu9vrxpJ4ALwDqxqF5QrPKdhmZhqqZtmC/q21T85V3BXZ7+Ceg8h1wCrrzsgQ\r\nQhqxYr+ssllqaU54anoLcaYhSG+6ZE3l1EPkbS7u5bm+ikvpyfBw67wwcZka\r\n/SFA1cScoe6BNlpPPYS6LD4P1/4dwEtxZrKFcMRY5h0uv35aXR4zoIr2p5Ev\r\ndqsJgGJdtqozrS5emTUY+MFn/Z83I1NEW36iiXHd1X5DrEnE9aFqPllamoLD\r\n9a+1y/lZ5Mc2hHwyZ0tx6fEKRbCZLKGNTHv6tNIfgOfZ8wJzcQXXvPZ98/MI\r\nDIeAPaQTQySoZ/GnmKiMCMGZXBP2SFV8F+cFTSLUNYSFfDHA99n3H9SlTXOq\r\nlmPgJ8ZNVWewmbK/UK9ox8JrR8OwybQpoBKdifX/jZPpKZQGPIPNB5mgRbPV\r\n+4dn1hOqv3sGilTxZW3aIwhoTw4BIelGXeAymuih5i0yhbCd4x8ObZhhvcvw\r\ntozAI3xzAOsbPAJ0iueRbGA2TqcsKFiPHtTEUswQ9urn0LAkCvgg/wkz/Iy4\r\nBqX2f4pY7Uhy+tyZeqh7cCNXPsLFxsvy57CZSx5Jb8tz/luZLejlu3jdOSQj\r\ngmfbBVIE6bqQLZXIX4/gOP64Uu6eNIw9GfM=\r\n=rkBt\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.42.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/51c7dfe3ea8aa772ab904ffc7bedf302/zenstack-1.0.0-alpha.42.tgz","publisher":"zenstack","_integrity":"sha512-jWMQQv6FQ7PIg+wjZKeo29t717Kz3975ScmTEczujGe4zieO+z/JYtucCsfq7c6LiWsnii2cwyHYPS1hLowy3A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.42","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.42","@zenstackhq/language":"1.0.0-alpha.42","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.42_1676723433222_0.19474043789403894","host":"s3://npm-registry-packages"}},"1.0.0-alpha.43":{"name":"zenstack","version":"1.0.0-alpha.43","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.43","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7f73f982952f61194ff0782df8119e8a6aa41b73","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.43.tgz","fileCount":134,"integrity":"sha512-YZdLD8JzHHStx5S+9zAu9JJewWA7bmdHc7xTZawMK68BBHFRHp5IR7ruNIOr+R9oLGScHM5UibOb7xDHt2SBOg==","signatures":[{"sig":"MEQCIBrOXkKqzJ5q1qOZsR6fWtIwgOqrit5DtzsPG2131AWTAiAKxTSRF6XW87NaEBS9k/LUtjqMk2YuhUkzUV1EUicboA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8OsSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3Cw//eZl2OlfgUUXFWUcjir6QagGrxwpKniPgEDbHnuhMQzkgabpa\r\ntbdz7ELDu3I5ik+fXWzFIWxKF4HxxgrXu4+y52XBr1W3lkbFZ/juPErOENfs\r\nXwKXHEc7Iq40XeHSlRnoDHDYl7aOxy3iTbGsJ+I5CDOr3Zg6H6kfwIdT78O8\r\nVOFhbOjstzwortS9o2deMQ/wf0dA9zIYaE/TjIY/844PF1ukl5KhnzuFaWsQ\r\nJDhCeN/KLoLQQL/7DUdCTDJLhowFYNONhCNjHP8wPr6rmX8bNrm2Z12Fbn7x\r\nzEBC/unvj9Y5IV5Mqpt+qrsf7ntvwqnwBc2BLI0xBIu1yCgfeydcNbX/XZDS\r\nGdc1aTPuOE635bdFVHmiZ0jn8CcQbYNA8OHiHDeBq8/zmVEsNsUca7+SjAsa\r\nujaZxs6VfjaZTx2+7KaAowi3Jj0pHEQjw37VeOseLBWRu1OAZpNHAwp5LcMk\r\nrKPFg/O9U+RyM7K4OoIKsurOY4MR57YOySX33732oLMBAwc1+cTCxHUnQiDT\r\nIn4XU6aX9NZ8B4eXkdH7bAaxXw7bpokvTS+8z/PaA+t8NY5kheVnMQGzjobb\r\n9NM5U9vPikjne5G75aWB9r4CM+Lwchm9cxiv8W1c7egJT4qgejUbiEPUuIkD\r\nACmptpgdA4YZFibflRCo2bZu/uJ2q0nyo7w=\r\n=BZpH\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.43.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/25675bbe44e06458462301e454b8d7a5/zenstack-1.0.0-alpha.43.tgz","publisher":"zenstack","_integrity":"sha512-YZdLD8JzHHStx5S+9zAu9JJewWA7bmdHc7xTZawMK68BBHFRHp5IR7ruNIOr+R9oLGScHM5UibOb7xDHt2SBOg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.43","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.43","@zenstackhq/language":"1.0.0-alpha.43","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.43_1676733201819_0.2703416321329166","host":"s3://npm-registry-packages"}},"1.0.0-alpha.44":{"name":"zenstack","version":"1.0.0-alpha.44","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.44","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"99385ab0707d6b9d92d25db208afea2f8b5df073","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.44.tgz","fileCount":134,"integrity":"sha512-dbMwEh2wyUj4nuyYYaLwa4lFgXnM9/d/FljRwkSJS8JpMj2398HREOSN06tG3J3uK4oQY32u/BCtCPx2aLkQjw==","signatures":[{"sig":"MEQCIBG7KgTd6YwTQsLBM4rg6N4nBa/g6Z5OxUzzLX+iBi1SAiAFjKlIl+EiFahzeaB0p//Hhw/2cpkmwjyRjoBlyXAcmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8OzAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpueg//TUhOPBeMUmlc7z7b9YX05xrgR6yB58QUYZGNRoJeIw5nkLPm\r\nQmccUzqyaQsmdVokjLaEcEXiQR+4IZcaP5af90ifn9uewKbRMgHvv8UEDNQn\r\nlfpemgsVM34m9Kuf2Jqkx/ZM5I+05SUwCOpXSNH9d7I7yr85jez+kgFYq65o\r\naDBoQidZl84W+7ydhonZUOzYOZh85Yp94OVttbudaxWa8SNeqL+vleidSqie\r\nH5wAnyQnF/wBklYrBu+xXlDkbm91kz5ZD8NMp+i9WGF/d0RNrTurppFKlQk8\r\nzVZWwCIeeWJ77gm6gogRtfjIpk8ZUsV3ytwMvzEHN+7p+pFjlJtUGjgHELEv\r\nYPV01TK/zHFA3xSHJ4Z/TpUdbgxV0HlsMDS/aPKGJC0cAW2QxBl+d4Ntoy09\r\nUM5YrM5pgPnSapOva84FZlbhxC6QAD+bpO+2Nng4OJ9Ii36Nm3V2aGMWqRCs\r\noXySLFTKJ/mHzHwWfqC1nsSEuEMrDYjuwgq1uRco7QlzZIlh5PjHctjDmkrs\r\nmzuA7hG2O+FFeDo9CdjGaVKhbycbEGNn3PXAIxE0K303htGgkRQ4Q2ZRojd5\r\nbrQRNN6hk8uscymzjLeo9t36lrC4whUEMkY5zi+K/xGRiswDCCfjcCqqyMGH\r\nl/yp47OS8ja1vvZTxdLsi6QJ2s2eKIF96L0=\r\n=4Gyf\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.44.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/337178a550b328fca3f2f1cbdda0d35f/zenstack-1.0.0-alpha.44.tgz","publisher":"zenstack","_integrity":"sha512-dbMwEh2wyUj4nuyYYaLwa4lFgXnM9/d/FljRwkSJS8JpMj2398HREOSN06tG3J3uK4oQY32u/BCtCPx2aLkQjw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.44","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.44","@zenstackhq/language":"1.0.0-alpha.44","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.44_1676733631805_0.7502144055835227","host":"s3://npm-registry-packages"}},"1.0.0-alpha.45":{"name":"zenstack","version":"1.0.0-alpha.45","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.45","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3426a117b19287222caa7b88c226a8a3397834a7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.45.tgz","fileCount":134,"integrity":"sha512-Kha41yP6PqYKnS1F+1yNhA2WJpmq6tjBvVkUwv/+HEcVpoUqz08BJU/LSXWbMG4XJCIQcdWJYyKNLelMDLgjWQ==","signatures":[{"sig":"MEYCIQDC9u3vwxKnvlRLSLFmpw1HlAyeNr68BSMy+h+7W3pFrwIhAJw52L30ndenoBSprY7JvbYTTFxZL+NGkpY/OOux+u+i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8aiYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5YhAAlQgPk+XWfZXi3J/RaOzzBXYH8MPftEUpqDwHt4ULy9K1esds\r\nFXkt4s15aZ20ExdXqlCWZ6iRYGahmgT20acygayKI9TQE2XKJSn+vjwFT539\r\nexXKpCAas1CLUeGFuX8tsPX++zkALc9EyJTs3hnc/vKeaE81In2yGHvDKJ+l\r\nsgAnRdy7AP6t6fqWVqMQRQZiMbkAiXlLlbCqI/YD3D1BEtW9iOSxufW7iuak\r\nCeTmVTcPwOgEI8nRe3XHO9n7ftvfUcfpBecnhs2ax5lfBCI2sFHEPYqda9/i\r\nfmXq8tVibiteH9IHdoFwoEosSytU9kwu6QHJ2DhRj7xM0x0myn2tm0I7Iz5g\r\n/sy+zZni4jElcucR+MIG5ctSUp8GXH9EVeWc9pI3Kyrpm2oDlfM5npm0eLFi\r\nwxvqX6F2xh7kFLx3rjDqowZDqUvT5w77Hxc5+1zVoNvyD6OwTsYrpwPmiB+B\r\nB9EXFJ9SB7PtyOpiKOlOO7dQOAJot3kkza4/YTFsqyeMLeZ0n1mKF5bGBfp+\r\niUE1ArwwqJeyDvch2/aA9LAkKcCCuNrRze9e9zbp8+aEgF/KjMHqye+6RDoV\r\n0Zz8Isq6NuwbvgK8B8raUKJof/7UJwCJtNBsOG+9kcFhCU3ECf976kz8wE8t\r\nRaBDCvu1zkz3KVJ7TKgLs/9nQB4eGulyHa0=\r\n=BEcS\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.45.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3fc79607fcd43e6d6c06a6d8145e158a/zenstack-1.0.0-alpha.45.tgz","publisher":"zenstack","_integrity":"sha512-Kha41yP6PqYKnS1F+1yNhA2WJpmq6tjBvVkUwv/+HEcVpoUqz08BJU/LSXWbMG4XJCIQcdWJYyKNLelMDLgjWQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.45","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.45","@zenstackhq/language":"1.0.0-alpha.45","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.45_1676781720182_0.6180087063129045","host":"s3://npm-registry-packages"}},"1.0.0-alpha.47":{"name":"zenstack","version":"1.0.0-alpha.47","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.47","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f86ea88a0ec9157ea6c74a15bbdf1bf2b3527066","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.47.tgz","fileCount":134,"integrity":"sha512-8YuQt3DAynyq1vCIzHhwwoEyhJ5iat6s31TFu+fzXd+ca93J3yln1JcgX7NTZNMJcNGFngVg+fKg8kmjXGnLQg==","signatures":[{"sig":"MEUCIGt9ofZ65rXzT6azwcPORIsZU3r/4vCfSzyAKufkJHyUAiEA48dn2Aw/kfTFZLYbC+LSOVungq4I/u4/9Laoa7anEEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/+c9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCgw//VZogIbwNV5bzU/V2TuaTIC/F7eeVQjFxJm2HpXKdUIoHazt1\r\nqxBu6os06lStP5ZXY4/sPjrWa0/toDkACs1jvFbVjmMoO/aNHBfiU0hLxCO4\r\ngPlDCoXW9wxubusmfY/Bo3C8lrgMlHBk2KXivgaQIPhW9qn+3OZmmO5Aggz8\r\nFIWH9dq1Vx3bb9en90der3y4LaZxbDjPNw86Hxy+2j4kjCuRW2qrC2xadytv\r\nm0xccW1U7UUwdvx0MXITxnLIMDcmmU7Wp4Ob96+g/wtIOQTtse2i7gAJHU1a\r\ncUfLhLVc3jtx6YCuKV4cfGf+xzOG3Yx8ZcN3C6Zy1wUM1Rw8BEgPPMJoCDqG\r\nZ8U5UPHIREzPNH0dwxBilWrRnTJTttZDBB5bRSRjeftbdSGMSP29lsKnxyCZ\r\nFMODWHvlj0fIJFxuUXM01Am36PedMhA3xVuORTgMqrVYh0mZWP+MsxAupiBV\r\n9Yy3E/e4KHqRuzFF5nb8u0PNU9+mF9krHPLOhYpk38KzCiwaPcBo11HzcEfa\r\n29odNqwK1vO61nnRAz6y5VwxorP7rnJovNRE+q85b5bploIKj5gtmzvTRYef\r\nQ1QV+Dr/JTjs9kP6Gq2DUfiRHDlhVVDN0/wpVT5io4SONSwPjqz3HAS7E/3s\r\npkjzYE120Sqyv3ut+cg/3l0WWVvdyOX4kqM=\r\n=rq7P\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.47.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c7d2b60d3aa1d43e2167e39b8567d2fb/zenstack-1.0.0-alpha.47.tgz","publisher":"zenstack","_integrity":"sha512-8YuQt3DAynyq1vCIzHhwwoEyhJ5iat6s31TFu+fzXd+ca93J3yln1JcgX7NTZNMJcNGFngVg+fKg8kmjXGnLQg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.47","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.47","@zenstackhq/language":"1.0.0-alpha.47","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.47_1677715261434_0.661402910887031","host":"s3://npm-registry-packages"}},"1.0.0-alpha.48":{"name":"zenstack","version":"1.0.0-alpha.48","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.48","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"40f9ee1b9518e4fbff531e442810d2bac4ae9949","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.48.tgz","fileCount":134,"integrity":"sha512-VE379n64x4VPPKFhpw7EmcN32cRi3WNTvqp1g18q+U1y7HZQZz6fO9s7O/T32NFOWPjtebpMF6XvRv1ZT9A4vw==","signatures":[{"sig":"MEUCIQC5fHziv2nVmkqeG9ZVb81flQT2EK4cKEfshfaUPIc7qgIgauh9oZMs/khr8JDcG5bU/80ikIScnk2kx9vFuao+fow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/+oKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoKg//b3e5bWWpOXxoPosnsiw6gq6pjeO8HP75BknV2PsxwvXSzCTs\r\nwpjOhLSZfZ2U6C8wdTwUB2D096KtQvlePaRr4mJPkafF+RyDbFsrAwWVb7Ut\r\nS+r4yW5im8+2BYLU/VZ7r1Xew9ls1r42IeW9mImE/lUX3rnu2ECFxL67lUO2\r\n6b/OBlioAnPF8k3zmw7RmzrEaXU1tpS9WpRTvx7kNYO2fbhhbkYoqqq3tKJu\r\nezK77bCJ+s1ZAVp5R7DQRskrGcfeKzm0uXfFJqlmifQ0XIuWBFaTr3RBE3m8\r\nEKO+TUw1kTQUyf4ewEfImO6IEOLXhspe3j+1U+4i9zN/7EH/E7HTEAK8entv\r\nnH06cnNllJmulWu1+Fzvt8J/YT24TGE4E2FP6sP97d684wm4zYy9V+6I2Ny6\r\nRo+EL78TdxPIbHc57q8MyBjXpkLIfi7+sNOTw7xv2hNGqVVx9nfXL+U+v6RR\r\nv5FaNW42ItgiAtVggYJDQPVNoptrrv6D2/kBHYRtuV8KtD7D4I9uMHPPfI8T\r\nYa6DUXO6pq1U8ZUIDpiuFHVM+SK+cSMtkaXj9G44buv2Ew5vl+3SKvH33aZ+\r\ncJHfz9lskSClUsrQ5SQz8P8fWfXcoGUcpHecldVOmMyau8YBZMINmUwgwxnl\r\ngwId/DL+sSPQ2WYDB/7LUYYqHHRSQum0Kz4=\r\n=eAs4\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.48.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1a4e573e403dc1e08103faacc4c5a71d/zenstack-1.0.0-alpha.48.tgz","publisher":"zenstack","_integrity":"sha512-VE379n64x4VPPKFhpw7EmcN32cRi3WNTvqp1g18q+U1y7HZQZz6fO9s7O/T32NFOWPjtebpMF6XvRv1ZT9A4vw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.48","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.48","@zenstackhq/language":"1.0.0-alpha.48","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.48_1677715977935_0.20544109788900422","host":"s3://npm-registry-packages"}},"1.0.0-alpha.49":{"name":"zenstack","version":"1.0.0-alpha.49","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.49","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e9d7cddb666a19ff5064c8ba5c2a1d865ff33817","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.49.tgz","fileCount":134,"integrity":"sha512-JUPjnoSUlvq9OK5KHoKwi794djXiFEI3vpXjwtLfkwsCMieWhLfRT/B7iXDx6qNUefDHV4uFmjPcp4/Luiw0/A==","signatures":[{"sig":"MEYCIQDYW8oIVrlNL/8OvI8MCfKLZy69l3cvag7slVl2aLpERgIhAN+Zj9NdKxyRhLz7+KK07g7qkRy1ffcCsDHCI/0UaQTW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAXZbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwDQ/+IV6hvd7Uvgna2dNScPsJS8/1tpnI/9wHeH0zuNrP8tluU/AY\r\nyRmZa6Su3BZUmpVtjP7JYBOvClNBnj47pAGXGwySq9priSHtXmKoJKVEPK3S\r\nk1wWZRMQNrCwQXz5ImlQCJOmb51DtyM4YXgVQNgGlUihfXnlmro4XP3VAEzp\r\nY3vcZWAduroLRVZaIYj6EPB12R84+WgrVX38TEOqmS9CNjl2qMKisKSKpIzb\r\ndhcVQJzsgHbw3+G42KlITqLKJuspp364c3RF849aWWQPlOezVY72UsDgEwTW\r\nxFZG5elfk1P4b8d0hPLeQzLL57xtw2GGfAm9uHWSuYVh75E6R9X6s8Qc16T6\r\nx369bNnXlxFB7DgFptIZV3oKlG9tCokARolgqI6fyq6f6Og0S2B67N5bGojb\r\nukqWkQFhgjNixtI+1ZSkFqp2eO7KWL+GqTeYTfn1i+TQEKmS9E2Ijg0JUbD9\r\n9rZQIvfPDupJe/L0j/jSvw8yzvd+AHlDn1cImEsuL4w7R55a+SnRU4ZGkwfw\r\ng805ZMhmi4CmoMG41oUu/YS39iF0oCQpyUTsl4ulWs3oGsHeC4NKTW/UkfB0\r\nOZ6lA3bzmGLBwmlhsq/l1UDljpMxVcmgnXLMYu1kX7DSpr33BQfyRh1piWJE\r\nEXai7QPB3kI2GOZYRQ0liM3fK+3xnunUIzE=\r\n=tL+Q\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.49.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5e74ab6ec6219581bca53ac2b1315d85/zenstack-1.0.0-alpha.49.tgz","publisher":"zenstack","_integrity":"sha512-JUPjnoSUlvq9OK5KHoKwi794djXiFEI3vpXjwtLfkwsCMieWhLfRT/B7iXDx6qNUefDHV4uFmjPcp4/Luiw0/A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.49","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.49","@zenstackhq/language":"1.0.0-alpha.49","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.49_1677817435183_0.6684372729659818","host":"s3://npm-registry-packages"}},"1.0.0-alpha.50":{"name":"zenstack","version":"1.0.0-alpha.50","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.50","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1b69deab5060f2c43c7d88d29b74c7be5446254a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.50.tgz","fileCount":134,"integrity":"sha512-5inpKSeuXiJqm68V7C2Ez0rLeEX1dwe0MUfysgWgdB0ZFCow07aCd+jc2TCyAX2obZIn6VBQ8MXaJUlZs0Qofw==","signatures":[{"sig":"MEUCID8DevOUC3yja0IVBfqd9BjxmSt7Hw5x6kv/LmhdMbKHAiEA9LhYpN5LJQG1TfUXnT41ZiPhxTEYsl1x3An7n7fabfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAYJSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQbQ//aUJP9+miVFE2fxZYGwOp1uq1iNXFu6nL1Fj9iP4L8xgNO1Ba\r\nVHwsDR1KRRY6j4suaFt5RnTDMOsBlkrvdtc3cc8PwtmFgPFUMl+TkNcJd4CC\r\n5WvUdghcNLk4vaOJCkGKk1bQDfdW4Qojm36h90aqIsxK8/xFDJ76MJ7pP4/W\r\nlHef5cuir7HygnKZOC0VD6SUIxaq79c+DOEzKUOtEQjmNlpTigORMsLS1HS6\r\nFQaSbyJL2yET4y0Dytms75l7myRtxmhsCLL5/22Pd2Udsu98R7ZaXhhxWdZD\r\nWEwd5tumQ6RHOe9TjT4Yhu+ibV1XiQk7JYG0355DdSK0bTQjwr8p3GZbD4ok\r\nQqg0M7gRq7Uysxb6b/AbNBuDP0uB1/jyodo9lPiRRATVgSKUVtOLnHs6eut9\r\nHN3gNk0QfPAxL3R8wj9kXswup7eQzWsg5/AqZlEZB0h167LAb6QjhAFJ1U/A\r\nQ+2B2lh+1IBIFjRdxo8AHy4xorBeDYE6Gl/xzsFTQNSCI0yKvgXcqJOmFoTh\r\n5UCtq3g/mnKo74HE4hfC6HHi4CG3r4x6vuU3DA8YCBhx5rvJRGYOmGzq4Qqm\r\n5Xt1XvXpLseeqz+WNlP+CaNW65JJgyXmHi36A3SYK6amu7MHFgB+8BcVxecq\r\nApMmaphNe2IXz/wUSdl7OcSqQk/R9r/mzEE=\r\n=8h+D\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.50.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/da3c914854a1e39065b1d77ff92660fd/zenstack-1.0.0-alpha.50.tgz","publisher":"zenstack","_integrity":"sha512-5inpKSeuXiJqm68V7C2Ez0rLeEX1dwe0MUfysgWgdB0ZFCow07aCd+jc2TCyAX2obZIn6VBQ8MXaJUlZs0Qofw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.50","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.50","@zenstackhq/language":"1.0.0-alpha.50","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.50_1677820498537_0.28458856210162775","host":"s3://npm-registry-packages"}},"1.0.0-alpha.51":{"name":"zenstack","version":"1.0.0-alpha.51","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.51","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"11c8c50855a15c7c2491ef2a2530d7e6d2e1ee18","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.51.tgz","fileCount":134,"integrity":"sha512-9ETedGDEiCcJltV2w4AVbbO3qEs1q7VgKk8LdjTUYteUhbJRm0GbMnhA9YL90SqMbsgG+gpnHfscQj0v8K7B8g==","signatures":[{"sig":"MEYCIQCjyFRoj7/LW/wO+Aq2r5K8ws/0LdY3h06xiSkhl4zFrQIhAJZosv5iWss93UrFh3IwNea1BmYZHlJ0L3r0P25t+D6m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAYXuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKDg//SSoahrtwraUkrG5J/4tLdYso+IKJEY7dsqq1CHPZoxzHMxv2\r\nV9uP3qPgqmmADj7JEHq66O5bMOCG9vmCVdk4hnf4Iu42GrOcOyQ7Ih52HQJq\r\nIUgTbw9L78PYoJ66LlkxPEORNbV+yfRmS19Zlj5JcvdZwcCJ0H0v37Kbc9eJ\r\nYCGMp8w31N/avqaLOJYnvD3LbBbv6YbesrjZPajzyxaJr9nK23F8CgmGX9o2\r\nLP0iOrflmJYPYvCkF1YQAkhc0R9fIYCcHpOQCtTGU6S9cb2OjYUg+gCKdxeF\r\n8UpLBaxGYPsMeRQgi8qrixpNtd6KCI/wmcnE6m2DhUkKzVnjU4eXXQxSUf3v\r\nievI1o6Cbh0XizivpfAz0yFz1QekylPw/IKWaGpr/CuopbmqrVWxIIg0IBEh\r\ngQ+XzsIH1/9LFn7SUXotF/778fq6SMokNKwMLzkHW7tDQxP7O0KmbuOjDaJ2\r\n4K3mFI2amFzVQe+pnTOgPPVuuMiWCZmQLW1ikG4K9EGq9neKjlsL80pzPteG\r\n0tS9JmOJUiWZBLcx+FXb+80HfZGUDXpeI4ODEYNWF9zQYs63Qb/JTLa4pcS7\r\nXv+bejPevuY2BDskDQskKcu/objzMaC6zjiF15lOLJst24Z/6hcts8Ze+YTL\r\n/qrnqMb3KUDd4K1zBtY11fMMI/DIOgM/s+8=\r\n=MFNV\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.51.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/09cbbfab17ea78532adddd4b9d03a31f/zenstack-1.0.0-alpha.51.tgz","publisher":"zenstack","_integrity":"sha512-9ETedGDEiCcJltV2w4AVbbO3qEs1q7VgKk8LdjTUYteUhbJRm0GbMnhA9YL90SqMbsgG+gpnHfscQj0v8K7B8g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.51","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.51","@zenstackhq/language":"1.0.0-alpha.51","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.51_1677821422303_0.32919766701693964","host":"s3://npm-registry-packages"}},"1.0.0-alpha.53":{"name":"zenstack","version":"1.0.0-alpha.53","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.53","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6cd83fabb5a547a1a82b743f5a0129cde46d76a5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.53.tgz","fileCount":134,"integrity":"sha512-UF8DjWEsmR6q611xG59ozzbttiR8Sf7bOxR3NBiqyva3+C4QvcBtMkhRK9ulA+TSZOr7V9l+U0L0SdwWdpbElQ==","signatures":[{"sig":"MEUCIQD1hXMV22/IFoc28qv+wYgt//GJBP8SCuMfTbk0cOIIogIgQdkoXIQDCdStkgSHKOtXLaAzzvwrBlVrFeyzjnCyzMk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAZblACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQ/g//bwtJqdjK3ZtKMleNPR1IwY1zcVY8fhWPj78dkz4WArcaXRKT\r\nyd+LXxW78bmkCbwKrp16uvZnS9YuaTgxlZpV5tShppfJpLdEknqYt5x0EaIk\r\nvdA9/bXJIYq9cT48n4qeK7Kiq4sVRiJL1P8c7ADb7YOBwW9FmgewdpiYyG2d\r\n1i69Z3+V/ZrM5trZbPhK8HbqICdsMtO62jCnFn9Wdq40ewDlHFjtCDM/2bUL\r\nyFkK5B7V9gXY02C3i4ei68x57qrIj5nVR35QNvOZFRv+7wn93bbTZqRcg7j7\r\nKZN7NllgpoSrVjy+ks/PqFO/yHbDggwTY3midhnzmXglc/G51Thv6cS8jijm\r\nN0cs6rPA0IRdrotDf0vsvpsCBqAod42LdGdijO0TlZS9BxB0EOvCt5/DcESm\r\nrwpuAf/8NukjI07h6BzDOllhGu89XTOUhLIG5de65rrsyvHFCF37GKzZbQY+\r\nZ5nznNFtcl3isUIdJeG7eMYn85/r+iMo7HqMNb0WGY2u2ArasHFAmntWsGcO\r\neKCxEM3h8ZEEcIt7veyJVI2GLZ5PvkYKU8+VjfJzb0J9nFDXjGPL7qeIqskG\r\nl+tboHpUS4QlQi9XA1MYV3gfaIGEeJP8+ccOnMx+T2rex9GFpFKuA5hrzYKA\r\ntDmu5tqtoYX1bFTEGe+SXVI584+pKb81IsU=\r\n=JWHn\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.53.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/32adcc8d5cdf95dc96daad3eb27fb635/zenstack-1.0.0-alpha.53.tgz","publisher":"zenstack","_integrity":"sha512-UF8DjWEsmR6q611xG59ozzbttiR8Sf7bOxR3NBiqyva3+C4QvcBtMkhRK9ulA+TSZOr7V9l+U0L0SdwWdpbElQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.53","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.53","@zenstackhq/language":"1.0.0-alpha.53","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.53_1677825765507_0.8952548297934522","host":"s3://npm-registry-packages"}},"1.0.0-alpha.54":{"name":"zenstack","version":"1.0.0-alpha.54","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.54","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"60abe8e3771c08a7b831e153e298baccf37f2619","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.54.tgz","fileCount":134,"integrity":"sha512-d3CFrk9OSMf3k25FNRKuwiwGXrUxRrntxEofx6+2rLaKj+NtEdFqXf6ssYZnwVyPZnPGHfT4KcGVvipEIDss+Q==","signatures":[{"sig":"MEQCIAaz4XPP4UgfXCtUcDHHy8/wtT+Aa0cSDhvWZ1kuuuTQAiBxAmU85PHzVdqeEqq+z11uiJO4FbUy+K+iY/1V92ptPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAw6kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo33g/+I+cvikJRIL368gaXxO6DGfHsq0HEEQmdM1bVHeU1ZkpfVyiB\r\nbgvP2De46F9js7+33Bfc15LLeLBahHMFKAqbPqEYAQekQ6ywl/4EUQN2oxW2\r\niELNDykJQH3huYvYcxpFfa5m5JEI46BO/yvw0gsf1MumNtFlxz1+NY3Kvsvx\r\nyWT7G0OlZjv/v+eRA7mVhEQxPaNB+sNmQj5lJy+Z/jLHyyslo65uySQZtkz7\r\nM0gE9mNzrywzEUVGjJDHcy0yJLmiFt8T5skY7C3mZaaf3hayJHOwc3LONZCb\r\nkP6dQBF5PShR2QWfzNXxFWqTIZMADbyyxwV1voZgIG+uVvFLUimEGMpU1Fs2\r\ntFOvSdBD7jkYG5SfaIIrGofnnZ1SFSO+Fz1ChzEZFv/o/xb21rMYDgMCAd+f\r\nbMEW8Su0bnwgOzjhXJomJCK/N60H08p4A86UKRJVx9uZz60XpzDN5hqg80n5\r\nHwUqaBOpEVMmxJL9ELVJoGbBCawLZbdHS2F8hGqttaBr+xLKDDGLSQp6J9Z+\r\nDNyOGx1Bcozdkmw3cR9pxwWiluXkGpO0a2X0AAn+h6Qw9aVgAb9VT1t326sX\r\njt1hdplW+OTYPgKm+2Xo2G23J1uFWWo61Wc6m21U9bl4z/JCAVi36qLcA0dO\r\n2C9CyFsXoFHOZ2N8cUH4xAEzxYIpFAQZnP8=\r\n=xoxf\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.54.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ea02f1dff216c0fd62e8aad0f5bcd0fc/zenstack-1.0.0-alpha.54.tgz","publisher":"zenstack","_integrity":"sha512-d3CFrk9OSMf3k25FNRKuwiwGXrUxRrntxEofx6+2rLaKj+NtEdFqXf6ssYZnwVyPZnPGHfT4KcGVvipEIDss+Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.54","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.54","@zenstackhq/language":"1.0.0-alpha.54","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.54_1677921956468_0.5380642140711862","host":"s3://npm-registry-packages"}},"1.0.0-alpha.55":{"name":"zenstack","version":"1.0.0-alpha.55","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.55","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bb4256504f147e62fa4df48606414ae913f5fe57","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.55.tgz","fileCount":134,"integrity":"sha512-CCxSF6/IqsQA7rG0JSW/Zxw5M30R1rFmceNtGGI03h2FekpDwu8PllaQAddUM8jszv+OaXye5FC7vQKahK3tuQ==","signatures":[{"sig":"MEQCIDuj1a+++882wNK+4IUdP6xqCtpRaOvK/C2AIFNSOE7YAiAEzCjUNrUeP7CGBNr3Uqbr0lSLTd9MIFveV8g1jH0n0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":349701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkA19GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFTA//diIbD+T49cj+Yle9ILr5fZDr/MSj6waU+kwyXMf2Tyv7qa2/\r\nBZQQTONu1Mss4VaxEeL4kR2eoGhJxJfGXO7npZmJUnXkcE2mvl84S4f8IKot\r\n6KYZQmsA55j+JpCc1wsv3Dt+TpTHuQfzrIUSwNjKeEMANZ4lvSxj77Qbt/pL\r\np8pdj+MdTJFvgEZ6uVNjdM6cTwxna8aD6QzeS+aJNxzwNLZTkgRF3o9Sknyw\r\nvmMYCJF9aBg8w3D1vCnQUibnuzKv7saiA8xCIlUB/DaWOkvI9zKQS9G87X++\r\nPltl8iPY/uOEQZkwDLcF8ofuyJz7cAX8hDug7CXCKc/4bYMsC4rfKscp+nZ2\r\ndv8HpYhLpg/V4+/DAWx72D/DVlv1sDynCzyqGeRoJgd13pMUKZgkuVBWki8q\r\nT+NPpFVMLXpGnJjM6i0sBPafKfXjV6E/FwBeVCUSz4WXof9MV9kEcFqPbGy6\r\nHt063SnToXhDhgwI6GOirh8uo17KVM44CwBdQ9uwG4PvVHcVhgtOEoWDkS6u\r\nI8uL/H5iJa9u1JMRKTuV96xTDmN9pqgvnDiA1l4FZ3VH7sAQOeHFCr1yMeh1\r\nYOUc/HX8bCwXy+R5pwDA91gy4E5rWotlKdRsNbHciA8ddV60hZoaKZszbOat\r\n0N0nQFo7BqIiztjv6nInE3nsB4kL4pIk8jU=\r\n=fcmI\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.55.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d36aa0670544cf0177f4381f38af244d/zenstack-1.0.0-alpha.55.tgz","publisher":"zenstack","_integrity":"sha512-CCxSF6/IqsQA7rG0JSW/Zxw5M30R1rFmceNtGGI03h2FekpDwu8PllaQAddUM8jszv+OaXye5FC7vQKahK3tuQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.55","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.55","@zenstackhq/language":"1.0.0-alpha.55","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.55_1677942598337_0.4960127301274897","host":"s3://npm-registry-packages"}},"1.0.0-alpha.56":{"name":"zenstack","version":"1.0.0-alpha.56","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.56","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1c56ae9b892a63438569746f0dbf2066d9e333ac","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.56.tgz","fileCount":134,"integrity":"sha512-Xw1m+sQOGdu7yvE+L3M7IpYwqmA+n96+du8nU4HRu67cQDYWa09SoWJGo0KQxhXpp3LBrEpxvp7ET3Zx8bsJlg==","signatures":[{"sig":"MEYCIQCmK27tWdXsGbPqF89vQWiezw9d46uz34bvZt8NnHp1QQIhAP8NLTfVlGRHN56M/bVFqyPFqwu+8Vr35nwEBQIwIKik","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":354670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBWZfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrccBAAi6Fk85t2MaQAtYIBQiZ03VnlrsAwjXmAg2ip52tcZkrLuNPF\r\n8/yWzThP8mUKcOtKQD54tgZFh0TnMut9bK+P472d2LLuXWoXeWtZ6fjonBgj\r\n7xGybOHCpHEN2KiBO9o5eLRunGGo64U0sMT7UZBORH0NFR6g7R6MDQUAWE7c\r\nIRVjQwTOuC7Xh4T+Lr8pxo0YnTBRNQ2SOZ8YMtX1bTHUNgY7fcaZCzvt2sRa\r\np1u/pmd6zlJyKIxNDhfZ3pPenP+kZDojznB5AVZr+iRXxfXhIheBKGIZcsFg\r\njpMWPLRnQq74MXT6GpNhVtIUknx3FqTTtX8dwxPmRIHDjqJFuozxW7mHlSao\r\nAgPjM5R8UdtxBHz5JRGkajRhewQmfWPVqXyLCSeReBbuyVN6O+PiEobCyTn/\r\np7S8D74sD3dNi09o5gcvFDxpMTk9Gl5e8QnA4tmycYY91OxQpo+TsJ9RqH+4\r\ndUdyt16Xw1q7+/az0KoAGMUMJHsxvq9Qh4Q84l5tnJOZAHlEWmv90XyzrDOP\r\nCjNA+kuOpi6slW5SLq92dqcEuioo3Bl6+wQlUjQ4oNEnLfUig6/BYGlys+LO\r\ncGItwgLaJ8CZ3YW2XOGtmGUhqiZZCVCliBk5rCm9zVe98wwRtjDX0uxTFZ8V\r\neE35x+jjzSpRLytxr+HRTZcqYw0/FcQIHOo=\r\n=xzQ7\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.56.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/93e35cca90de4a11d9d97cee7f131acc/zenstack-1.0.0-alpha.56.tgz","publisher":"zenstack","_integrity":"sha512-Xw1m+sQOGdu7yvE+L3M7IpYwqmA+n96+du8nU4HRu67cQDYWa09SoWJGo0KQxhXpp3LBrEpxvp7ET3Zx8bsJlg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.56","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.56","@zenstackhq/language":"1.0.0-alpha.56","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.56_1678075487272_0.6456084363535732","host":"s3://npm-registry-packages"}},"1.0.0-alpha.57":{"name":"zenstack","version":"1.0.0-alpha.57","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.57","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ccc5756505bc905b2e4c7a53b34cc981d3e35f08","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.57.tgz","fileCount":134,"integrity":"sha512-TgiGNFimvQhv3RoZLV/FLsJ4wLGkuVRHOgzBXjPVniUn8CR5WNG6suoMDwpBeXpf0mrV7jjvlut13e43CKczUw==","signatures":[{"sig":"MEUCIETnwPJeChzKzgQ6vCNxjd01GaKVCCc7LDsCB+5UfbmpAiEAktcCYIrLG9VrVGNHvt8/u+c6aCveefhMbKYOBXBLlnY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":360221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBdXzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmondQ/+MaASn+8GsKULaegm8Xm1d2H54EIT+SNh9TpTtVWrbPlm8ODJ\r\n6KM10tMulGV04F39nHrADGzEadsYmDuAmlcSDTRQWXEUBjOuinK0I4s7nI9X\r\nBUfNSdTMcEzPcAKKcwZ2FCh+SEjaBkcL4EZZSGa+EBbBbVrs4Zo5cNzEqAxd\r\nPawATf+tsbipH18q9Z/tul1NKK+wTT3FDZzfPDgMycUmzstsIrGeWE5Xq6D9\r\nXd6eWCpJYF0dmZBlOSTNHsaYvt1Oh5xWdz0mXH5w0EaiUEsPANBjWhTV6/m6\r\nhCdPdb4ds7xa2ODlbhM7dmM00+D1MKoz8HOX0qlUmCkutb0rHfUvlDdAehKZ\r\nw7ryf1jmCCR+VOp7WurgmZa136fPKPyDqSVh9a2ZKroVe7FxZZNVbErIMDSg\r\ndycychhX5QP1zaCyIY2F1Hsp60IqJe39Gdy4nI7pW+TPPDG4yWBeziA9UZhg\r\n9sFPFLnvdK7Ms74lUy5VFWBrnlbtgpkKsWZkvoFcXggcV/DdFW2TLfgJNr5C\r\nKKPf2Z6X2RkAhWe4BphgYPI1idZ/zK1G+0knqfs6UcGacKef59IMtTHQqFFb\r\nVdLAa+IIlaKB4BIqtak9Xat27BkuDD0vIFUeaN91O+B1da0BBXRnrEwJ/Hm+\r\noaeTh1MY870U0p46vTSMZKGxEHJtdC4kqE8=\r\n=htUb\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.57.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1a90dbcb78aeaa2d15dd7fb1298a5afd/zenstack-1.0.0-alpha.57.tgz","publisher":"zenstack","_integrity":"sha512-TgiGNFimvQhv3RoZLV/FLsJ4wLGkuVRHOgzBXjPVniUn8CR5WNG6suoMDwpBeXpf0mrV7jjvlut13e43CKczUw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.57","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.57","@zenstackhq/language":"1.0.0-alpha.57","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.57_1678104051596_0.6972774709360372","host":"s3://npm-registry-packages"}},"1.0.0-alpha.58":{"name":"zenstack","version":"1.0.0-alpha.58","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.58","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"dfb8d1b7df44a3282403b3bfbac87869125adfa6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.58.tgz","fileCount":134,"integrity":"sha512-c6QvruCJdtL7tOhjUa/pAumsOr2FqydcCbF33pZqIzsp1igzVYxOEMwx+MJ4mH25SFlrfmzXCgKeq1lSEpPBKg==","signatures":[{"sig":"MEQCIAsghfh3HHur8zJQTY2XEK7dAfoA5Z/BZ2gFFSwPqnhtAiBb1+IdZ49v8vHDsAoo4aIw3zqlhCcAcHu8m8UAtnwkJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":362855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBf8DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrW/RAApLNA+qEk0aF/1nfMDzQkg3Z5NSlBKW+o5pvqyEBG3QHXpRNC\r\n/on7Ctnijb1NHxL+/XyzkmAv4kFS3amRodpg9VtsCG20rPPcDTNDmAzI7wGO\r\nle582U+lW5CheHJaXuTWeQcqeCRWZWo6b2QgDe6qtXNpmcakWrb65+V3CAhz\r\nG+RyH0MQdfQYvnyIa6jUo12nz47G6+YmzeoJFJhQKtWgs2Ll7IcT177zp8z1\r\n2/+fwtFR3YV5Z9YUxU838fzqBpOtgdMYwwyXBBTkjgUPba/e5Q/o5lzYi64W\r\n9hzIWnuBK8VyUBzIY5eCw47NNb6WiCkIq023QFgR21ewOWqh0nu40xIiK35h\r\nW1/cfS1vfqQgpyQGkzOB0y5L1oLnqmQ27x4+lRwYpZ2cxk+qW8CjrZFNuRI9\r\nGwGVOEPqOSjOdzFXEozbH470MPIbN4RlW4FjM3lL73XXiOLvsGAAJU2ntjqP\r\n7shlWZso7MQRLf2DyKRUCCRZnS5ImXsHgBMaHC6KR/WhR+wB5qk/99Yay/5o\r\nZvn+K+DLz6Y2Rc0RZeG4/L69E8JbW015taHXdS8OuoBXVA1NWSF5NbmRdxUT\r\nQQX+m7gMam31jKdSt0bZWuhjzDwRTMl1xQPPLDXZKVxy3mvxqQbNPi8LNoBI\r\niFEZJ1wy2lLQST8jAMIML5y0OZ6GZx1aSv8=\r\n=c+Ob\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.58.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/080c049f182f6cedab17ac0f458a2bd6/zenstack-1.0.0-alpha.58.tgz","publisher":"zenstack","_integrity":"sha512-c6QvruCJdtL7tOhjUa/pAumsOr2FqydcCbF33pZqIzsp1igzVYxOEMwx+MJ4mH25SFlrfmzXCgKeq1lSEpPBKg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.58","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.58","@zenstackhq/language":"1.0.0-alpha.58","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.58_1678114563499_0.6698431579275437","host":"s3://npm-registry-packages"}},"1.0.0-alpha.60":{"name":"zenstack","version":"1.0.0-alpha.60","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.60","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9ba1cb95342833c70b731e495a7804159767f705","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.60.tgz","fileCount":134,"integrity":"sha512-JPw6d5HU9eAV+Qw8U08kChISYjk+uNyJWDq+/BiKO5TPc9au5XEPChEH1WYc1kHAH8I4sGCJcbS/LVcXa3p9tg==","signatures":[{"sig":"MEUCIQDVIkoohqRAbfmNa9mMFZ4fEw17EaPwQWWeokBfBQrUtgIgAW9+u/IL46QCPuRwcEgrWXUb4XcatUfGzcut9dEU64k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":367673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBuF5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr22Q//ayC+NGDIG3xHCBdizilnJ3veYyZ09mzMSRzEQDIsRr7YZNqg\r\ncKj2Eo7QromNyrH+CWuuJr9oatQafkK+9NTsX+1nbxbJKqaiaezum1w1njg5\r\nkdcc0JD7vzjijb0MYh8LM3Pxku+Syw3V1XVj2yNfuYyOE3ZqGoEluXD9qEF7\r\nWvSnxc/NbYgxY19fASB/N0mKAhd8sGgfs4T8982aAsO27u22JhQctZ9vIEkw\r\nnS8OFVPR7mmQsIHDgl6L7qZECcqNb9nJg6WcYlLJJhhw4tbaVBbfz8L2ok1S\r\nizrL+rDYfIdhEFYN5ALz5YQIQigxaz1UcYKj3fz6leOuGFM/ZGlZVLdYSVpq\r\n9oNsoN61tMYCux5lTGS9wfR7lEuBUNKfj/fUFFWPgKDP9yRlb7hKE4e2uLba\r\nsJeZbFDjAAvHUTY1JL1lakY44IqownQUuyc9t442pxgPgiLcSLFKvub26gzy\r\nfV+CScIBMTnuXK0aU01mbbqF2uQtcORS411pqbdw5My/BRsYsK/bbBDhn1EQ\r\n57mKgjFvZ/DNpoZ80c+i3Qty6QlS38Frs4Fbe88jGLNGfVispGiQWLgh6YWm\r\n6BA8vGtX0GasDw4eqLRo/o9C/6/aPYs2R3ChP9uvWzXZa0iTkilLzPCYW1CF\r\n21eyxc4GeoY69glrnxS7ugZLUh1ELswTY6w=\r\n=wGF8\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.60.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0b0880f748d9abdae7b56e18a048eacb/zenstack-1.0.0-alpha.60.tgz","publisher":"zenstack","_integrity":"sha512-JPw6d5HU9eAV+Qw8U08kChISYjk+uNyJWDq+/BiKO5TPc9au5XEPChEH1WYc1kHAH8I4sGCJcbS/LVcXa3p9tg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.60","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.60","@zenstackhq/language":"1.0.0-alpha.60","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.60_1678172537558_0.5939274150844684","host":"s3://npm-registry-packages"}},"1.0.16":{"name":"zenstack","version":"1.0.16","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.16","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f87c7f68389c718a56ffc00597a3c527614ecbaf","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.16.tgz","fileCount":134,"integrity":"sha512-kBF8xuHlI8idvh/vrdiwMtqrhk+laJ3tyLm2+HQMGVkc3363Lg7vB/cWpi/6pPjWbGSARsgMiJsNTF3RZO9hRw==","signatures":[{"sig":"MEUCIQDF27mIkgmKCRCzOPa6ej0pdFtWzTYH/ILIkkhxe5pFaAIgaNChP74u5+CbzrW+VpdocCCtjARsku7EJqFaKFHFRrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":369136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCSHaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMNA//X/3qXonr+y4UYyO0wv++k5shPHcGKxEJRCja6abB6WqgHaFY\r\nKN/TVvxvxtu1pX4EgkpBgUK9ooHFnc7Vo4ecZIPa0tOI0Xo5L7zqrzEA6RWk\r\niqK4nr6FwhdRNmNXBBzFirKramshFffo+Z2j/c+UtUkokc14a/U7KBN54BWU\r\nAuOLruHpKFu/o9FnfbeyZAWKqL19FFTAFOlkDueqh5xxxkzKy8xqNFPypbGw\r\nOI6kCgf23YQgxlnnKSXH6PiquNZeSuWhtcL2qPGxLOaoWirqH5tfj9gtGGcn\r\nBXq0UmsLLojP/EM10x4XJLdmtK3TxOuqowuakjxhcc8NagJm0VFUKih6nPT/\r\n7Mk9+cJd0+FjX77SP0EYPd7NO4ksupnk4NsRgYUbiNZHSojb4Fn4A/YZJ/El\r\nzlLCw4U2Dhy2XGa6PBAVAqXj4QDx9CsXImyyqnbbVxrE1FC9emOCQkpGMMCc\r\nwIYxEFiA75/CPRhLFflEaKcDSRNGUh1t2RxBCPviywFoPQsiXPUoK7siZXJp\r\nlFU6Or+vryz4Cf5dBqicWlURwiKQ20AOsCL36+RaUlDaW3gzz6bz20YtkmaP\r\nze+bunpyZqDzgAVwMmns1k7xSvgRD06fQ+rX1XVD7PvTbM1dD68NKMnx2Rvn\r\nfBQz5BL4kFWqIYWu/NcUwu1LqW2xYXNzZeI=\r\n=hogE\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.16.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d0c0371b71b6e44dcd97e376ba0280e4/zenstack-1.0.16.tgz","publisher":"zenstack","_integrity":"sha512-kBF8xuHlI8idvh/vrdiwMtqrhk+laJ3tyLm2+HQMGVkc3363Lg7vB/cWpi/6pPjWbGSARsgMiJsNTF3RZO9hRw==","categories":["Programming Languages"],"deprecated":"this package has been deprecated, use latest instead","repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.61","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.61","@zenstackhq/language":"1.0.0-alpha.61","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.16_1678320089811_0.11403525327050401","host":"s3://npm-registry-packages"}},"1.0.0-alpha.61":{"name":"zenstack","version":"1.0.0-alpha.61","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.61","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"65e7831a27f9ed5bfab404401bad35b6f7abb2b8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.61.tgz","fileCount":134,"integrity":"sha512-saE86Yjrc79LaqKzm6sXf+2jJStF19RBc35gKNztgfshyEWjTHAphGUXqlOvV2DjaGF/7nBswsi0kKigbO6ZLQ==","signatures":[{"sig":"MEYCIQC+dLOI0qcRGMCrSR9LLGrx4eM44tlI8fdssS6lywyujgIhAKcgMPONPIE+xBF/XyjOjrcvqxjA2/0jSMATsDm1j0fJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":369144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCS/BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomNw//Xd3IQFfuVJbiE1qEgyLXw9DEmazL6EpZ9BoTZzaCjZn612/N\r\nNRkpFQxYVw+rbBW3wcGvUWpmaCocfznLDrY8YEsfW9LkrHMtKTxfdwQRoNuc\r\nN6ILnXasiOZKwNuW8DkZK96YWUk4yq/BUUFo2uIpvSaCGq8OAIpQW2fwdYe/\r\nuAJT5R8L1AtYkYhiJ4k+Vmb/fBnaPkdL74HTIk7ikIj2CeCtKkzVBEgiGZ0f\r\nI3NN3U8+HblQQ4MST8BjifBe10NKBCBebPRjVrS8on8S/l+/rc7ypft12HHx\r\nIuIMoAgUFTUHWgrnAKCJsNB4Xg6TYIv3ziFrqywoiAxzWJemUl0sC8Cyi4gO\r\nroYlQqMON628USrrIKc+g+It+cA2dggQNP84en24KZn5ZeyPRyfxOdIuOn1m\r\n6/AyT8Yhri5K/aOB5u5m506+EMQt7R1z7w8xywDbQy774HjiGbV1pq7wYZJR\r\nW40P205ohzkw0lj9I8eypfeOEZxbxFTqDdN9QzpGcJMmkUdrO1V65gThZLmP\r\n4wEL3XLKbnyTPvQWgF0UY5BzQMAdAyfwX250uplDNlCaQsbrR7CEBWXpR2iY\r\n18Ry8dnQ3KWfwaAuqYywpDl+d5NvBY3G00H4tTq/pVnxDiTwUlAzlwxRgzAG\r\nPGf66+b1uxkDwtRov4BNMK5GI0zBUS8lyQg=\r\n=pqN+\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.61.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ce2ad91a0f2b9e750521cc2b9577ebe6/zenstack-1.0.0-alpha.61.tgz","publisher":"zenstack","_integrity":"sha512-saE86Yjrc79LaqKzm6sXf+2jJStF19RBc35gKNztgfshyEWjTHAphGUXqlOvV2DjaGF/7nBswsi0kKigbO6ZLQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.61","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.61","@zenstackhq/language":"1.0.0-alpha.61","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.61_1678323649668_0.6211329558682246","host":"s3://npm-registry-packages"}},"1.0.0-alpha.70":{"name":"zenstack","version":"1.0.0-alpha.70","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.70","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fb9d4969d21982da1262edd89bdfaa30e245b098","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.70.tgz","fileCount":134,"integrity":"sha512-o9wbDcFGSxsv7k6H6UTOcNQa+qf8JOG1Sk8HaTWaFoZJtWS0ZML8jQY80mAE4GST9xqChAb4YHiR4/x5cLYO6A==","signatures":[{"sig":"MEYCIQCs8dE/PbQLq8Vcmlaz3FiIlWDnD04Uz5EJUKQnk5x2BgIhAM4RhZMcFQfqjiMzq9EMtmpovLwNZz1YNJpgej4o9wjk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":374148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCYE7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmquBBAAh3+S3ZNicWEnvmgNLp3t+v3F4w7DZ14xZ3tSoCufVubGNgiT\r\n1GNU5yAj54w3DSme91noyAKpEUp3+C1oKHxOOQzC2MNJk0gvVde73ksNgfNv\r\ngEL4xUoXrm6rfxgES2C99ARR3Lerejt77jMbtl61Cb8ZozrGmNCRap1eEoDA\r\n+bYF3X5wRRTI1jnnBG5cE10OcfSkXmTJIPulhf2Zpb4gMbDx2ipFQAVW4h5V\r\nVOXuno7l4KhRbWG+ClG8gYa1cyvYALmIj1Jh/vMN836/Cb3Uu3A9uydSqadS\r\n8qzecFK8xQP+BmxPW7F0vGfPlqWJaBj4V6Q6PQuWWsRtMQNLt0kOJq/Sah1b\r\nHv4zCDanmpnmwotD1xWUihjfKZ6fW8RIEcG2x72a44czxoHj+aGpahc7Vjau\r\nwwByPMG8UHGTPbrJJmZ874tGlnaaQriI3eWcjRFK8pK6ZM3136Fb9ejRKl2j\r\nG5Xcn8l/dEd6h4QTJPCaalTVUw2eDTUtIOm6SrDfqnuudWdduwQU35cMQNkq\r\n+sc6YIDB3fya+jciWqwpy0cXoQ94buvNSCQkq0/nw9l5pp2cZKiKo+h6TjIP\r\ndHPlTZ7Dsfqdi+f2BS2h1vbQx7rzo0e8jjFoCcZTXCV9u0ZfD1Y6znrNAHBn\r\nSqQzXQzr6B5T56d/tjU2IXJf3PEVx26nLPA=\r\n=kLNX\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.70.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e37c28de1bc8416dc06286ded93bea47/zenstack-1.0.0-alpha.70.tgz","publisher":"zenstack","_integrity":"sha512-o9wbDcFGSxsv7k6H6UTOcNQa+qf8JOG1Sk8HaTWaFoZJtWS0ZML8jQY80mAE4GST9xqChAb4YHiR4/x5cLYO6A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.70","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.70","@zenstackhq/language":"1.0.0-alpha.70","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.70","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.70_1678344507489_0.814680507211105","host":"s3://npm-registry-packages"}},"1.0.0-alpha.62":{"name":"zenstack","version":"1.0.0-alpha.62","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.62","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bbf9e0c35d9013370236ee2202d6fcdc0562f53c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.62.tgz","fileCount":134,"integrity":"sha512-D3DZuhUQ/OHyujSdv6Le1YxQ7nZX/o4X5Vo279e/trM2ucg2kVRrgGr3JCHzd3IGKb6l00dPPdxFYgZ/voJB7Q==","signatures":[{"sig":"MEUCIQDhhUmmyZ6CXsFFnalAK+9HgysWz/4d1+geQ6fw8mQ6EQIgSPJStcJT1Dh/yBKUUPZmam6Y5XvMcRG+HRarZIk6fj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":370430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCYgxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP6w//cSSLs4WZYfz74A0Nw7oBoSfejhd3z0LpnN9+HO6LNpB2Lvlj\r\ni/9A6dFoOzDNC7RR10svLy6vkKO60Hv7Nx4NG5RPS2ovZFr6HYLVUAOAFMkh\r\nw5Q8DxTrKTAbiN4hFtocl3RmPrBkiLcZUhrkiXOn5k4/AMe9Pzx1SnbG64q+\r\nzgQZxqGUdn1nEyHtG6ltiaECTcBCGkZrFK488P8bNCUNP+Wbvr2nNJjByTZ+\r\n41TmXv80hwwk1SIjzihynbH0AIqgCG9gxbW0Y1lApbnedSHM6HoMFQTnSJlU\r\nxYD9TMSxYwMXBKHhH47Eo03O45A9MrUbs184DcPMXzRcDjEJb1kPU8K+z2nU\r\nm3u9lPzA526o6r+w1grnw14YafLaRaRgWIvbhp85GbESgzaRlyZgfp19Oxrp\r\n9piiK2Dm5+7bgSog5adtYsMwjJkIxIkySdpM1rTsqS17/ZMKWEAfCX+i7lMw\r\nyvJXpktRiht7kv9RlodUrutkPGWb3SQUGy0WSa3d4jVJkKMmI52r7PMijdzG\r\nPdwjpQzl1IIGssEpag6u6GqRYQMQSPWPmMYwv/iCEeHUhq+uislQSk35BFA3\r\n0Htf5AGcL/n4aBcgPn3lm2Ltl9r+GRVV3f7GhYRUK6kYBnCoR0ANbTvbemRf\r\n11sKZ2gccGrePVyftrb6nMUA5RYfCL4cBs8=\r\n=FzNh\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.62.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/fa617cf8f31ddf45a0d4e9e8d2bf8954/zenstack-1.0.0-alpha.62.tgz","publisher":"zenstack","_integrity":"sha512-D3DZuhUQ/OHyujSdv6Le1YxQ7nZX/o4X5Vo279e/trM2ucg2kVRrgGr3JCHzd3IGKb6l00dPPdxFYgZ/voJB7Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.62","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.62","@zenstackhq/language":"1.0.0-alpha.62","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.62_1678346289676_0.4760665989729074","host":"s3://npm-registry-packages"}},"1.0.0-alpha.71":{"name":"zenstack","version":"1.0.0-alpha.71","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.71","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"85d9c1760873a80f2290197333e232e1165b96cb","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.71.tgz","fileCount":134,"integrity":"sha512-+01Sg8e4jzWXvbv8z8suRamfjbGYvXDNxSBmCojYKraygLcyhTPEgy9lHzQBH8DGOxO9Y5BbX/Aimdzh3dTGlg==","signatures":[{"sig":"MEYCIQC73K9eYhlVIhOlnXU342AUnQyh0KaLziD4tAUbldyfDQIhAOLLBAm0qoIJMlXpiUQ6keYvNM3/OgHwi76y8I73Z5rT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":373999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCc0fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBxw//ax+skk+kA54aY/UaSutMJfxr2UdBUOmkd0ppwGdqdc1o88va\r\nezyMMslxb+DoQsBiRZDhXyZG0OzrAix/eReTluvAUwdp/RhbCjt8KtX5nSdC\r\nACzMKcY/yVKif8B0ZaPdcNECd+IE1cPtrsxih0JXg63OOHXVF4lYtMkQmYn7\r\n4MJFTuvDD5UbphhpUAyjG85udtxGfvpnujOkgrCF4hJ6ja4tefJ+z8LS21GP\r\n8Ago6/sMKQO2t67SEhn/X4MKEOtjKIKgqW3G2By6ZLyv4Gdo0/ziqaheeonz\r\naSYSXQjBoqnpIpIbEQfu/lwiEWOKp2TLwpBVPBqODxfOrURdo6QMPSJISkii\r\n83WC5j2YLV5IC6N9XfxtKkuX9RhmR/6wkHhRseD1yR77weH+4CxncaXpao2L\r\nCTYeCorLFF0YvWnb1JGeJhg1qQSBAJClh6qnkqDDfb/wePwAiTPCfGXYms5q\r\nT9HczQdaXoHeimHx+70fXnd5jFmduqbD6yHicqhzCPYsT2IaSnhxgOv5QAZh\r\n+pVOu/KyHCSvMN0+cgXFBh0bXDb1Eb4/zHFcAvXm/qpPkJwZX+1SGFtSOnu5\r\n72TzS3PrGUIb/EnPDwQVo69DYOoK2m64HlibW9CbG3tYt2q6sMsqX/2+OIzF\r\nOUoHqNbNBHYKc55yVpJgA/l98ZYEmKoV5fk=\r\n=STcw\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.71.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1724db8541a9eb881117f5a5f1b6e6ee/zenstack-1.0.0-alpha.71.tgz","publisher":"zenstack","_integrity":"sha512-+01Sg8e4jzWXvbv8z8suRamfjbGYvXDNxSBmCojYKraygLcyhTPEgy9lHzQBH8DGOxO9Y5BbX/Aimdzh3dTGlg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.71","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.71","@zenstackhq/language":"1.0.0-alpha.71","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.71","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.71_1678363935362_0.1329343928804625","host":"s3://npm-registry-packages"}},"1.0.0-alpha.63":{"name":"zenstack","version":"1.0.0-alpha.63","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.63","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"738654d9852004f5440c23c685216ce09dc1ad75","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.63.tgz","fileCount":134,"integrity":"sha512-xCu8jz/QCdFdUPIIJqzqsNVX/K1K6TPzij+Jy48kumRprEvAB5XrZuH++q1YQiB+iSFOQtgFtpht9aqPF3AWuA==","signatures":[{"sig":"MEUCIQC1AC5XuJsE6eZlCyj2+2S6R0f5ST4206PA46hRTYRiqAIgK1FkJgbXHSf5UZVT9/0ZDcs4IJqPWwoj0nkqa6LUbi8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":370430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkD9Z4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkXA//et7u6rmyKWJy9ycyB5i86No+tzQBCu8FYFq9oNFzKHOLP6cu\r\nP1mGKFvo1n1kdwIsWr+TiabG7V478MHZUm0wyUBu8hxECkJa1kRKJBOODSqW\r\nNTbV2KIncRC/6v01DTxdBFkBBYr76sSMW31MFg1Mwi33YQh7DxwlJRBPZ0Dd\r\n35OpnOiWYlN8MhE/RXPMbW9a1kZCsv5QFfXnLsZLoexSdQ8oKTrETz1HDNTT\r\n0k/60pjaZ+mWamfUhiiRsCd46yyIG1LGDke8P6nQSVvAo0L9rQig9LihvFFG\r\nDPj0q47d+LgA/Z8Bcf94GseG6dzEy66CBUZQRLbnE1mOmw+zZjHgZzEXVMlw\r\n6EFPq+uq/7w3abtZjdXYN/jfBN/N1v1tuPhoNnhUIiiT65WfCHQxSjvB9Q0t\r\nMq+wEn2gknwA2rlXbL08ojx9QOJYqA54lGSOm00qHPZ/KcHsBDdhIZTZHA0/\r\n+1ZEAzABYEks+p0jile9VpGbhdRV2kZc0rXxBuz/2LweCAsJs6n++W7J6YSm\r\nu5UOOq+4luP1QTxjbq8MFMCUz1rL4CDo8bzCGeYgxVCHk6dsOepMwV04OEHu\r\nMr2HRQySHFIlmgjCp/cDQsamPRYo3CTfljeJ8uqgPeCR7ypZ0bHw+3kwZHEK\r\ntj1nMlJDrmJP4mBsUjHAbarTVPy+Iux0bIo=\r\n=zyWr\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.63.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a9fecd0df8c2ab7bbee1f172a2b7fa26/zenstack-1.0.0-alpha.63.tgz","publisher":"zenstack","_integrity":"sha512-xCu8jz/QCdFdUPIIJqzqsNVX/K1K6TPzij+Jy48kumRprEvAB5XrZuH++q1YQiB+iSFOQtgFtpht9aqPF3AWuA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.63","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.63","@zenstackhq/language":"1.0.0-alpha.63","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.63_1678759544411_0.2930466140793031","host":"s3://npm-registry-packages"}},"1.0.0-alpha.73":{"name":"zenstack","version":"1.0.0-alpha.73","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.73","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3b7da6129ce93183d8fa3e03917885f916fb5610","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.73.tgz","fileCount":149,"integrity":"sha512-8l7m2KUElO2I4P2kfxj6E7CiK8MJJYWVxBYP33+louQuwYySC6oASjUPx/KqL3n7ahBLOZh5oVQO2yXFnbDg+A==","signatures":[{"sig":"MEYCIQDXOv8v46KSmqd6reGDxEv9NkoOhMr3vy0j2wX5fJJ+pgIhALYKXb6ysI+3IZ9qnfSggtmdaqhovw/0FahlfP+yKui6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":436104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEFlQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRIA//UBD53hjr/UlR76eZU0WAlI1uUAihbcc4++Zxx4znEW5yt+/Y\r\n8cIzPzYPuMGYWis/UQlf+uRSriPVZLr8qPQc4yQ5LA9o1t52HLiM2D7s4y9E\r\nft1l3P4TN92i00CJ18h09ZuoGnEcR6tpK/toN2rVvY3HO58J/2iT44hto1KI\r\nw/oWghefKnCW/RKp/PfxXs9TQyvah6CYYVAwGySgIW/02K5mcry6KSZ6RpTU\r\nWya22F6P0lqOhYBIp4r/aKpISIRzTURabju6QdGk/BorUbhtnCFx66m+oPhL\r\neho+2EKJPcgNQpoYsEmy8ulxf+qf14dAp2CIY9KxwOz0U6NFKP3easc8vl1Y\r\nJppyyLI6Ctp8FVa96imCk29TumTvpiM62/P9wIwRwx63A6If/Tt7ShAInEgB\r\ntpio9lTuQGzqYnwefEMV7GBokfpQHFuyLteRov7UWwkTMgPZwY1jlXHEjXeZ\r\nGY7EoT/Hbn7VLfqDpdlEUer2EgNogqAjRGpAB3/Zh0Cvo2dHGAN09Cz+zwG2\r\nQX6kRhs54w1hljfovwaWIdkCpE0MePM4JXS/neGRNcHCEKLC7PYOnQRiXxAj\r\n0zhY+t78i8hb9G8ujOoUNyU5Fpx8XKkfJOpukPZtJQz9ru+Hnhth1I0grLiv\r\nOHSAhdJ8fcZdMqnHkZbPJ8SJ17uyIbSjpdc=\r\n=OpAb\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.73.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b92991d8106a12b563b276a5d4ddbd84/zenstack-1.0.0-alpha.73.tgz","publisher":"zenstack","_integrity":"sha512-8l7m2KUElO2I4P2kfxj6E7CiK8MJJYWVxBYP33+louQuwYySC6oASjUPx/KqL3n7ahBLOZh5oVQO2yXFnbDg+A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.73","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.73","@zenstackhq/language":"1.0.0-alpha.73","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.73","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.73_1678793040578_0.03232991779366956","host":"s3://npm-registry-packages"}},"1.0.0-alpha.74":{"name":"zenstack","version":"1.0.0-alpha.74","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.74","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c54fba43726251033967ed0e016c9101af1be4da","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.74.tgz","fileCount":149,"integrity":"sha512-uJroSqGkwZJZP5kxOjoMoXVJSjrH3+C6gH9qV5So2RwTeWy1jgn2LPMDbEq28x5aGLCty9VtvXhYHrvwIdZUbw==","signatures":[{"sig":"MEUCIHpTb11TCv6jvg6CJ8nikciI5J7uYtCrWgtPjIqHdxP+AiEAm/LguGfA+dnwxZmsAbLyrNRbuzT/evt3hrhtT2TdAgs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEa9hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoV3Q//Yk8NFU8GS56N+dYIJ6UuTmfcyqFcurE393Kn2zMvZFGwv4Q5\r\ncfzEcEB9l3Hyrh1XqeKxqodX9yk+znD9Qg1GJrbCTajQYPPBsFaanF58alHG\r\n0kb+xNsE6BCJdU1ebw4q1mJYXfEWPTZf4eCB80uxB8bBjmNHkzWC8TX5oFYo\r\nsa6V4Umb5uA9owCvkL06aGLlXnz54FkB9Tff7PyA/7g/rpjewMF5x5CSzBAb\r\nD8b8UCa+qgyBhQnBSdq6W1jUBuhRZhMnsUzjFEOpyYTQs1n6oP583XhWSmOV\r\nOWIOJQiF3nK8Uwcf/94BF0XH8BtQLch7BwkTSufzrQWpvB93eVTAEFEX7dC+\r\nP8FQYVly3iunRJPebAhHJmqHRLumZ09/k2WdqH+Z+UkAFpo0dEThnG8PCNRU\r\nWsYbeZfWCETBkavEjDOgZOu4udi98tv0iwuCzACcRLGOMQAFeHnEPitbzTkY\r\nIb2gYtlrkWjyoCN9YGBcR9kLl3T0Ri/DU+LKF+MM9l05JVcJAUTW6VYd06ap\r\ngEhGgQpLclnpkSC0i7LzWamcy4kgD8i8+mJg+maOBX4G27pnxV6WVoNhxwWB\r\nUmSMVceyT3ZI2ZfSJyIVJIHFX5Ok3WBXRCGUgOGpDvRyZSkbvgsduRynM+VH\r\nVvoENd0FUX6mPmK1F8+xf+0kG/lzoi7mjU4=\r\n=vwc5\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.74.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/36968684e427a91489193983fffae4c9/zenstack-1.0.0-alpha.74.tgz","publisher":"zenstack","_integrity":"sha512-uJroSqGkwZJZP5kxOjoMoXVJSjrH3+C6gH9qV5So2RwTeWy1jgn2LPMDbEq28x5aGLCty9VtvXhYHrvwIdZUbw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.74","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.74","@zenstackhq/language":"1.0.0-alpha.74","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.74","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.74_1678880609230_0.49562953498177187","host":"s3://npm-registry-packages"}},"1.0.0-alpha.75":{"name":"zenstack","version":"1.0.0-alpha.75","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.75","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b1b33c4dbc832682486dac539fa805f5a24a3f1c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.75.tgz","fileCount":149,"integrity":"sha512-dohgzX368pbDNRotUwZTWPGzPNB+xXAmFNRKw4QUUKpOFQJ01tQ0qGlBktmGWLo3c1/SSagqp4C0TUv9Q3KLEA==","signatures":[{"sig":"MEUCIQCClecgYOQXf9aCBd+z9gpMw4bfeTXFf8UxwcdIdu3nwwIgXhrIX8l9j4lHn4xp2KlaDQqG+GNU9/OAzGBhz68w6Z8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEteaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYNw/+J/PXoGq6ixtw6zXfGc93SGz/qDmIeRKTg6LpRfQBa21fu/7G\r\nCH2n+9GSKipVJ5E32+TBvz/3oe7JCpLOphUic8CthmIFQZrFbt1z6yW0E3YB\r\nibJhBr68fCiA2lwzpS7PRPY+bbItL8HrKrwILmc65Ank3Nn/pKoLguFK9WpB\r\nYenHCSp0mSGdFZrJ+mVQt3rhG4NRECKii+IX19+7aJYduBij6RZeQfnXHrGo\r\ngjJ9KTiijw8h7uQTNveawiLh3XAgcsJKAnmEFrzWuhex7O9KVtmGk66Tmx1d\r\n/pUw5E8B2GdvuM/CmwP9RfcGJTH+jB9zAeKrM99HF1mimurmyS3q+ItTD4kE\r\nhY71sENTKPSAyWmAd+XdRn14/TomWoowu9++u1xAynIqHMda/zFAPdd7fwbi\r\nnXkspZNHXvYGeVvV388IGhslHwAwR4dLJP1cO9OmCOuxCYR6Ch6QuPUMUqce\r\nLmxj7gK6kA2eqJQZGoYjcsk67gRbfAj8IfkHskPcQa9nRWE+f5vNSzBneYcr\r\nBm7l26mAhsxsX/DcP/ypNmzdNaRlXP0GWIFN7Lz0T8AD/n+EcMUkJIZgBdPK\r\n/GbtgqaVGQCf91EC7YAROUVdwRTDB/GPtFm4iuEqpyRsOHGWSnBxTVZh4nsW\r\nzZOhuJ3FzS+Xdx7UhMOMlxPqSX70KpFmzOM=\r\n=llCq\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.75.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e224212c8a1bc262ae8c04d4a3752e64/zenstack-1.0.0-alpha.75.tgz","publisher":"zenstack","_integrity":"sha512-dohgzX368pbDNRotUwZTWPGzPNB+xXAmFNRKw4QUUKpOFQJ01tQ0qGlBktmGWLo3c1/SSagqp4C0TUv9Q3KLEA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.75","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.75","@zenstackhq/language":"1.0.0-alpha.75","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.75","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.75_1678956442236_0.47653641846655614","host":"s3://npm-registry-packages"}},"1.0.0-alpha.76":{"name":"zenstack","version":"1.0.0-alpha.76","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.76","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bd93013ec9c113303dc6fc87e0a87d51c404ef8c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.76.tgz","fileCount":149,"integrity":"sha512-lRKzQdaJfAdgbHZ1nWQpfWRYBxL8CGUh5AtHIo9hrPSZt3cX7ZQkFTH9WzGrJP9bUh0UNsXb0KZXm+T9elou4w==","signatures":[{"sig":"MEUCIHZODql4Syux4t1T29gfr0m6qE3wii/uvouYexSXxNlzAiEApRkqExhVHde0F/+CEl2xM/Fj8F22xgZS5MulUMn7QO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEt1WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoT3g/9HRfaQqcmVbOVN0QoK10On8XYUMhLPuTIQ5JbMq41AKO0pK+A\r\nq0q3q4yhliIT7/y4yNIXhUO008IDCLdPdnSs3lrf7JNIsnstqWCtx7X1NQex\r\nHmohL5otSg909zpotohj+FMG8+EXiEf2BXvAlzj4ok1dNutQmbDPJYNkmj72\r\n6eGqJ/F7F8k8s75NWI6UNe1QB+ADqjpcmCe2K8AmRQyEbgpi6XAtZODCxGoO\r\n8dfeuwCVZJCjqUB6RFkvMHGA/Yd/IPsAyH79hgOMo+RlePafel/49CM/ehOH\r\nLSMw85zpx2ep2clqOlbH1VUMS53NVbsckoghABb+444RZVnu7ipGOFPkgIKg\r\nsY9pT0R/i/8R7bmEa9ij+qwIfzlZbMh23Nsd/zbCE9eyVySRpnZKjTGzeSPa\r\niFqZ0LEf55HWXYDawrLfZ/qScFRlYQ1t97C6IU2WkZKlukhEhnL/GXvZzGYz\r\n6jsQ4pE5zneeDI52enAaVUS954uuWzGOMbmwfMCwZ6bhl1D7PJEaoZYQB85v\r\nsla9pS3lPCB+cKAKUKJLtew3P6CL8btoFUzwpNFlnj1mdRnnMkKfVog7ySL6\r\nWFqQHeYIOLQmhFz+7A3OCw64p5at0gBnCiL1ex+2xclfsErxU0gnJyFRiQ/L\r\nuT+2EzOgvDBDx5a4zb4g4JL7I9UXwc7XmPk=\r\n=Zbhw\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.76.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/81916b675fd2a7670e99115d0c53230e/zenstack-1.0.0-alpha.76.tgz","publisher":"zenstack","_integrity":"sha512-lRKzQdaJfAdgbHZ1nWQpfWRYBxL8CGUh5AtHIo9hrPSZt3cX7ZQkFTH9WzGrJP9bUh0UNsXb0KZXm+T9elou4w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.76","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.76","@zenstackhq/language":"1.0.0-alpha.76","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.76","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.76_1678957910556_0.383661739094044","host":"s3://npm-registry-packages"}},"1.0.0-alpha.77":{"name":"zenstack","version":"1.0.0-alpha.77","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.77","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5f9fb7b2a2492dda24c4c51faba98d8b5c63b90f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.77.tgz","fileCount":149,"integrity":"sha512-QcOyUdspnMZNihlDS8qeMnp4c2pCJgdKtFm7mSMk8gC63yHen5Vpg8S7AYukl32G25rIV6IBDTQrghmEnE6Kyw==","signatures":[{"sig":"MEUCIQC7vOE+RxEe0/ZXPfYb7vfL0RTgZKk8FMFHAuuY3GAJSQIgOdIYW4M7qkbMHq/+r5+ylE0UxZk8UflcMDOgHjVRa3g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEwpzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmosxw/9Ebq+6W9ON/30jYGmvOTmUKBijE+kh7cGbAYpSnWrAripX2F7\r\n5ryGBw4+toc64EihpwpCrusSKn8xSLze2VIiab+EoLf/mV3JfMNZl3tFCeEC\r\nkHwnwZF4h6tL8hI865VU6fUNqC2uClCipk7aiXl6P53/+AoPYr0/ObUInKSj\r\nYc7hJqdt2uDM4/k+byl+Tw8SArZWxHeiIGNwpniUtWqr54RXC1rc5KdBzcYd\r\nIxqCNWP+aaks0NpzUHo/xwo8e3vvpUL4iuf0HfH23TxGooUKI2mDsQrlwGAi\r\nFyhbZiBkBZUssRC+14/LtpJptMTU8ghg47z5sDs00H37PWcZLhWhd8LcoosS\r\noOo4Ah37FM6nhRXWJinR2q0HJbKxfmmiQjK9ta/IX7k8I6EoZUdsdMwSrBvr\r\nGpOsof0xRzTtzJ+p27Kifdx9BswVoHJvQ/mLgKq29rU73fRVjMuSa11gGSvM\r\nqLLrznWW/InNoTo4vay3AiZX9ZVpH7fGQZ5OZSj29VGlD9KQxgMayWVm6AWU\r\nWYcyUwzmAtjquQvODniwhkiRRhYwJMQZlHYSBHGUVVVDqOTQnQoN6amjnUuY\r\n4qsvAK/hGBLypZhKkbL5X5vjP6/el/djUGgwtmRPiLnyvVlrziOfWOmOWcpV\r\nbugSKHwevVKj+t5i16Jx6xNkyJl64sqnDHo=\r\n=qVCs\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.77.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2542ad30276424951dd8906d832f64a8/zenstack-1.0.0-alpha.77.tgz","publisher":"zenstack","_integrity":"sha512-QcOyUdspnMZNihlDS8qeMnp4c2pCJgdKtFm7mSMk8gC63yHen5Vpg8S7AYukl32G25rIV6IBDTQrghmEnE6Kyw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.77","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.77","@zenstackhq/language":"1.0.0-alpha.77","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.77","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.77_1678969459312_0.1390804501246261","host":"s3://npm-registry-packages"}},"1.0.0-alpha.78":{"name":"zenstack","version":"1.0.0-alpha.78","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.78","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"09ae02ea31faacc7a1a12eae09dd69725faed3fc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.78.tgz","fileCount":149,"integrity":"sha512-elTLy56j4YEUlAKY76HYhWTbqdSXPVO8IZylwPOE/UcXDosAa+8ndcf3Enp0yik/biu4KmBTBOl1QWm4Sf158g==","signatures":[{"sig":"MEQCIEhGn5a19JZUNQsc2pLPS9XPhIhvn44N7juH3KSMMHyKAiAFrR8fptS65eqV5/G+Qq6Z4j03CyzS5RWmXEINaA3maQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFuhIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBmQ/8CGE12B98Akfhw4nklpfmXLE71A201EChbar6qT2a0ZbTSn6O\r\nTPDhCSUzMHUEIEHmPSGfwr4iVd56T96Lf9OMgdeaXUU6AYxKjpvp1r3e0ike\r\n2ph9WqFUlkIbzlvn+gCTH+Pifn8h6+7LAqawHsfzNFTVPEr1dAOsszUkNuJC\r\nPWpu6QQ3pMKS5+Rq0LMLUg6PKbbtW/bw/Kn9uAeJDYirPUYOAcmgvLIyeJ1K\r\nTgzhFc+0MgPmw+vha8zLk+NW51CuiuNUOsXXW0rRnhBuU6xfDgM5nj+gOr05\r\nwSOfBlBDG3aZ+tuyQvGRSIo9TKoSCaO4J7mXcEW4SwM1xsnDytTrQJp0Gdro\r\n5n0otlMzCnOl9WmMnQpJUfXfkD2l6nBTUFqBg/v03Z9r5jaOWoduj2CgC/xo\r\nA0RCZ2YL1GrPs4G22y+Q8oOEcXqwQO1TrT+V4SP4kTXuKmeci4b06LrPc7uO\r\n2N5xPgzgGjJnXKp3Ni3+kRzLyBgKCDBSIa/hC57J+JhYGFwgC1urAWi/tCWA\r\nocLe5IDWx65oJ/JbJ147sjz8SQk05TIG7Ipq0CM5mVIHfqmSX/iJRn4GZ6v/\r\n2BQQA9ICx+/b3EQ4jzL3vTXvv5hxiMjNNWWN4cvExAWNRODKG9VzsFGpJ06p\r\nyDKsN/rdv4DVMMJ+UJ7RPUMME6vMh6F2sVo=\r\n=AUCy\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.78.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3f18f498083fdbdee8e0278a5577e1e1/zenstack-1.0.0-alpha.78.tgz","publisher":"zenstack","_integrity":"sha512-elTLy56j4YEUlAKY76HYhWTbqdSXPVO8IZylwPOE/UcXDosAa+8ndcf3Enp0yik/biu4KmBTBOl1QWm4Sf158g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.78","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.78","@zenstackhq/language":"1.0.0-alpha.78","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.78","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.78_1679222856595_0.10970361709304521","host":"s3://npm-registry-packages"}},"1.0.0-alpha.79":{"name":"zenstack","version":"1.0.0-alpha.79","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.79","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ea3c219a6dd9c33768108534d38599d55bfcc977","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.79.tgz","fileCount":149,"integrity":"sha512-UFHkGZ31+1s/yR5qF5we0oPaxVQ7QuAzXnf6q/PQlzpfx31yIghqrS8XMqWGxk3iXqiNEVp3r4OqTHocKekySg==","signatures":[{"sig":"MEYCIQCf/wpiRjn4ccctea0lwgCQruzirPT43zRwl0hZ0w090AIhAP2VZO0up/8SR51iYMdP1aqrB2PJr1mQJ2+wC+SqXjCd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFyyjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqihg//c3JRPSY/8qjUrkvfr0ERkevPAv5UyQyYSCP085sJZIheTZmx\r\nMaZ1red0xfth+hPMRR8gnsjbnKW7IEci1Xs7XguiI7zKg3IXOOqv+Hqkr290\r\n04GXw/VXlX6z/x/cLWYG9isHHyixmhmKQ+3QseBZgzK5vD42e6ovatV8QqWB\r\nCOriqPL0+ZVomarPHELj0dT8uhp6KZ4cywV/GfRtA3WWYRD5cPbtC4WR7zbY\r\nL3a7Dc4x9Muo8p+C2E8Bymb10vvDi59b69/Cikq/qNaCZhO9xwbmpst4cE7P\r\n8CFqwoD42WSX1gzb+a+yc4TmIqmaxCMEN/luDRr892X31YcYWMklIE8SX6pA\r\nnjHjk65QUxNyOXcNkQAJEFGzVTbD7IzpT+4YCZFQVHVl4Iv20Wu2YFMewdfx\r\nIMuX+yyd9vp3cpXLx5jzfibAw72jNvr9jUf5zbbBYsGmLkH7idOr41ghhZGy\r\nVvjenKbZffiy9D+UDTF5SIzEapI6RXal/bLwBTWOdNY95Wv+4E53cB2NQ6Ep\r\nvrurvMywyLv9BiYF+q2dJqNN53N7/spPtACDnunxueC6+Z2FY7VL5OrvXaos\r\nIu1KL3w/iKOLd7O20XLqS/Np5/eue/LZHw0MAHaC0ZLuZFKa06L8RVJDf6SU\r\nHJ6aqq4wCinv+V5IagobNQbZF5sa52nDPfA=\r\n=Qpju\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.79.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2b009fd64ff03b507de05b393e4f3366/zenstack-1.0.0-alpha.79.tgz","publisher":"zenstack","_integrity":"sha512-UFHkGZ31+1s/yR5qF5we0oPaxVQ7QuAzXnf6q/PQlzpfx31yIghqrS8XMqWGxk3iXqiNEVp3r4OqTHocKekySg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.79","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.79","@zenstackhq/language":"1.0.0-alpha.79","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.79","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.79_1679240354987_0.3535607865565742","host":"s3://npm-registry-packages"}},"1.0.0-alpha.80":{"name":"zenstack","version":"1.0.0-alpha.80","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.80","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"aa3c671488443b812de9e4310aab928af009ab7b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.80.tgz","fileCount":149,"integrity":"sha512-OoendmuCMV0zDPWZyIjjB2cQQevvcY9pC/yR/8tTcoljUhDqJIQkNeQcJmCFCy20d0GyKe69rCPth5cKXjY9jw==","signatures":[{"sig":"MEQCIAsXVApWtUySb8MnqACv7IeDnefILMnObKH6Q9lgw0jlAiBvIzMyWRWaHztGdMV2vu/OS0gQLyvhoBgriVnc++asig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":438116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGSWIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7phAAiIC4C0qB4qAsZBzuFg2kKG194EIjn8Oyj7J+5pLq7N9ZYDNZ\r\nOpnDVR9L3daMmTMNBCPuUi8GAJLetnxUsNU6p09nCi7HJ681hK9rXMP3doPt\r\nqGdG7nSody1l4Zk/bX4Xax1+M5Af35JGXrVAkZzPqcekToWoL/xpmrk2+pFZ\r\nYhyRTBgOzwa1e6USrRZqkg1QHan9oDQ3C6CiEpH78n94OI7sHQrj3+OAuHS7\r\nJLEN2GmPtRwXhE0XdxoeJBkqU8J+fU++qZxWlHrTKymBihF28EbIeU/pbDzc\r\nusFYkkwQv7B5/dd0M5cK/77dv5u0H+y+E3HpABHzTOfbIfMHzWJxZE9Yq/xW\r\nv9yQfYLgG/xy3VzuFX7GBa8f67k+wEgSmID5uZF4kPZvv0cWuKFEqfay10n9\r\nVE+xdNoSUJ1xxXDSOzWo1oi+Shun6FNetVgFLw9KxcocA+D1J8LM0saz7w6b\r\nzUqwOZYjsmuwvNtzkDs9roB3RzcialKBgVR+NkRSh7oDLsy9ypoOz41qgfGI\r\n66/H4bPgXmYH1LvDRgWEObdx2oCtcLBgqWkQ6cfMCMWAnQ/NM9cqXezl1r1m\r\nxltVFA8wFguyGhR+30SfZqDCs6THRDG2wfnaAlrLiOMfDoJsnEuaO3TCki0i\r\nZvGQDWFR7K/+mLD6iFHpy0yx9CYe62RJc3Y=\r\n=Vswj\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.80.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a7e8dd38ace18eef3c96a0072c4e5ea0/zenstack-1.0.0-alpha.80.tgz","publisher":"zenstack","_integrity":"sha512-OoendmuCMV0zDPWZyIjjB2cQQevvcY9pC/yR/8tTcoljUhDqJIQkNeQcJmCFCy20d0GyKe69rCPth5cKXjY9jw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.80","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.80","@zenstackhq/language":"1.0.0-alpha.80","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.80","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.80_1679369608767_0.07992419565168118","host":"s3://npm-registry-packages"}},"1.0.0-alpha.81":{"name":"zenstack","version":"1.0.0-alpha.81","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.81","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"de51e57ff41c93878eca4784ffbfccee24ac6f4d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.81.tgz","fileCount":149,"integrity":"sha512-AsnxD90NkhVgkPy0aB6j6f7kAOI93WFZ0Uy2deWRApiH3B4H3hRLQe2Pj0XzfTI+Ok3WUx/Q6Mk200+U7fVh+w==","signatures":[{"sig":"MEYCIQCy5ifUPSvZ6Bynxt8e/GpJfUxGsnM5GbD4kvk974MOqgIhALBsMpPxen9Es2et+cZTq6dMex+qQQJOgStsyNa4hEC4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":438163,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGTY0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpbow/+NZNN702XYGTOitkyVbB6GJiHQ2SRiugYn4t3Arue/G9DzVhi\r\nEGSyq/Sav3CGBL81hX76vOUnpJB1yRWE7D/qr7GxWantRRZCmCXDtAiODtd6\r\nt46rVbeqAOW6T17bV1PA5QbegPn5W4tGyOCgBR9hQL7JW8j/YLTw2O0eqAVB\r\nm7cv2VT9iRBD+TziCzHpYwvROdED+L1uiuAUhjtdP/vzUz+NL9thcZTRBxuL\r\n7vlEBwETeoDnQhXVSZ82eu5fWs6IYJZqkXR2kk3zSGs2/x/SW5KUbGDm0qPE\r\n0xGQFeXpQFgPQQ0d69RRyjEXmKzZJuegz4nGXNMAtRsW5wDNKCDqd6O1lxHG\r\nwI2c3ibwAl2SThDixDKCyzmv0iE25g2Nr1pkDLVdU5iFwrE0tlvLcfsTIjSL\r\nWnX82pcnV6YFzFIhIFxhup0N3LixOZNDau8E6+T27G45AR/MPLlrhApEcUh5\r\nU6d78CpGAFaq0bYHindTEufKKtp/de9NxMwTIlwZ++glIzdTSBK7KK1R38by\r\n7SkGTF5d6LVbR5qAUD1NRa+RPG9YAhG1jdUSwaYqybIN2pTerSfmruIBIThx\r\nVT0HkQtq8mVZwWH6ly/OUX1Lb3D+s0aWWnKnmGJn5RbqdcDhkwmUR60oUJZV\r\nzu1k2xm+5R6PPlhhznGz0ZnjZJ1EKrCOp0g=\r\n=2Gj3\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.81.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/da0c8823be7b123ada8aa206026fdbc4/zenstack-1.0.0-alpha.81.tgz","publisher":"zenstack","_integrity":"sha512-AsnxD90NkhVgkPy0aB6j6f7kAOI93WFZ0Uy2deWRApiH3B4H3hRLQe2Pj0XzfTI+Ok3WUx/Q6Mk200+U7fVh+w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.81","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.81","@zenstackhq/language":"1.0.0-alpha.81","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.81","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.81_1679373876576_0.8906041665898337","host":"s3://npm-registry-packages"}},"1.0.0-alpha.82":{"name":"zenstack","version":"1.0.0-alpha.82","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.82","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c1db8db87917a7e1919dd97f3d1a4ab90e014632","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.82.tgz","fileCount":152,"integrity":"sha512-o1AL6dSGaVSQgn4KFuohqjW5yaoGpxRZs8jtRsf+vSBUOxPdMMP2uLmvTvfc+ZDxUb4m0p75yDsDYmQ/XmutvQ==","signatures":[{"sig":"MEQCIHwr2hVN0UMK6xARLsy9MqB4OBDqC4nJaxvSKtqsXk0WAiA05+jZSfBtWD15DnJgViXRW7kugRMfF54Twco3f5dacA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHPtAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvIhAAhQaHXd8qH4RJYvCc7sj+LO1JG2rNBr/+steqD8T/H8aNeOHG\r\nDaqlpxTuw8jbEfwKBxS30GacYogEneZAKUhiqfktZolLCliAURj6cgx43ECM\r\nkLoCrvfjG08x+dseEeJI1k1Kt8UQRQvIyzQR9gir6DOaH2dF94tJqTt+Hwwz\r\nAjM3u7hqn4daTB15eesPIA11xuDx8UzBmyJJlWzYDA1T9/lwU5SIfWxJFJFD\r\nKx6KEUF8SZIasQovOdXGmgF6lwB2KLZliL3Ck3G4mjT4E5aWuFON4tEfe6Pi\r\nnLdhN8H58MTsNJ/GtdqQ478sNdUyog88PrS4lKB6LH7F+k9PhP8E10j824Xe\r\n4eEyvXK0T900Ow4gRV3g+5uoR+IvGwuyxlksmTND/w/MG0iTsZjerGI8CvBi\r\nfr8hvjp11LGpKhvePRBiR6KmcwQTt2fQKADeQLJ9u4jJOlb/fHwPH8nTXXqd\r\n4YC+4aE1anxpec0wTVonSVciz9POnN3jMy1T8DDMNsl453WUf5PVANlDoQd4\r\nFIV0+YVwu/H7SjAJaMnTxO7J8YSiQ0yUZkUOxsRAgjDLKtCLZKRiflynWFAp\r\nD3U39x8BztVTzXpuy24TfWi6oLQxpbc6y6KjwI+gTWfKYDoWDHz+qKES7O3i\r\n0zwjMluqhD4LLJq/vsRd7j/KbQTxG82PLmo=\r\n=ZmP/\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.82.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/19a2521a7eafa27509d4e77c04cf3d74/zenstack-1.0.0-alpha.82.tgz","publisher":"zenstack","_integrity":"sha512-o1AL6dSGaVSQgn4KFuohqjW5yaoGpxRZs8jtRsf+vSBUOxPdMMP2uLmvTvfc+ZDxUb4m0p75yDsDYmQ/XmutvQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.0.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.82","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.82","@zenstackhq/language":"1.0.0-alpha.82","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.82","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.82_1679620928189_0.8490109232619802","host":"s3://npm-registry-packages"}},"1.0.0-alpha.85":{"name":"zenstack","version":"1.0.0-alpha.85","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.85","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2fe02ee5707ff6c0858508f7877b93b67ccb1650","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.85.tgz","fileCount":149,"integrity":"sha512-q45EFlzhJ+PbSTxV1e0R+XT20S2l86BGSWQ4Wwa8HupTeDRNBQxGuR2333g4ekyw5lARuFhU0vHSx3O2VfLLUw==","signatures":[{"sig":"MEUCIQCpl7Sxmh/iWgqLUZskK93svtz9uOXBV4ORZQcdLLpUCgIgSAbtOC9Qh95IyKQ5IcXpIXlUAuy9eNYz5nL51ybzpxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":438188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkINMxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHrw//bD0mBnYWTyonBUCYq2o00jPUuh+HY7exqgZu3/99+PtXnCg9\r\nAmQbuDjqwssVnxE88N5fnALWyd5bp6ij5BkYw8XMBrTsoCTvsiEOb6VqbsqI\r\nZaVr6WZavnOqd/Tx9BiS5br0pb7GRU67enkLHxKPVaf6UrEa+5L8U3CA+HK1\r\nlsWeihKf9chUNKTmK3bqGCw1GuDs+ByHUl5AmEeRzpNqgiWGfcH4X7VhghTO\r\nCPkSyUUm0wHGf+YfOHbXazxvcHqgkTje93VbJagxuSaidsMDJOMRs+d4nUzV\r\nMoq85jBGPsKj+S5mTQ+f3Y4FbCCVGszAGf1mw6d+xPo2825MU6NWptgWesNK\r\nhwxPSgBE6EhF5yvfAnX7E2awnsWP1DHJ0npbGfYb4kC3SfZQkvlpAoVGxkMk\r\nJE5pzJ+xWH4Q6oidhjqKh7voVAK8sdElk0yJ0vj+bQtbLmY2Mq8K1K6dHjsI\r\nqlEKAxta1ChhKllwL8/tGmgFnunGH06ya0afyIQnt+g6Q65g2hRufWmuhTDS\r\nbf1cqwiQaj9xZa82jra/qR9Sjk9er3+BZjh0rvZQd+jjLbzcmGMSXpMBQibn\r\nEmU5tJP5mXsJOvSgnneDIFjrg5p94h5eH509a5H+CJTT9yFU107sdP9J9pkv\r\ngPXPCqSmZHC3Fl8jzx1KLrOt3rlsR0U5K+0=\r\n=VGlE\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.85.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5cff51f519bbc61b64019597ce9f8c47/zenstack-1.0.0-alpha.85.tgz","publisher":"zenstack","_integrity":"sha512-q45EFlzhJ+PbSTxV1e0R+XT20S2l86BGSWQ4Wwa8HupTeDRNBQxGuR2333g4ekyw5lARuFhU0vHSx3O2VfLLUw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.85","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.85","@zenstackhq/language":"1.0.0-alpha.85","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.85","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.85_1679872817238_0.47162693554594237","host":"s3://npm-registry-packages"}},"1.0.0-alpha.86":{"name":"zenstack","version":"1.0.0-alpha.86","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.86","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0798d4b7e812baeeced5da7c921b371ee7f62ace","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.86.tgz","fileCount":152,"integrity":"sha512-ZL4M/X12xzOAezZs2izHjRxSknuPwsYfbI28GI9dfkbzCuN8Pul52E5VNz1drBFDSNgOYNNFPMx1q7anEwbzBQ==","signatures":[{"sig":"MEYCIQCLy1lHrnpXWe3q3tSsED04k+XJoaEC9dOV/SzP0QFRPgIhANYkRjqLh068WGbN7906e/6N7QIzGujvQDv0zmrBf4GV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkInrvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqc+A/9EOit2eKzROAbep8ceAxrSUTxQwDr1zvpXfYV8kvNUYl44M20\r\nLdd6gaG7U7udD00WtaTO9GQDF8cfd6UNqqaJ8GBBS+1ITECm+CpPYWZw2XJ/\r\nwKT8qO0wJ/bR9uLGnVFLzYLxmOyRPzdVkVWEhR6GxrjbLXtafLQ6Umf5w20a\r\n4jJg9tFplCDOA2q2oUysZqOiS/yUv8P8LRv2kbHR10oXfKCGTULfYo5uqoZc\r\nPYpVL4DvGpZEN9q0GZUij9vFLOd4JI22HcmzpWT1XdZwdYxB6zwn0wyGz1Ki\r\n7d169SFnQM/vDHX95wDetNI3vl8E7EP/dE2J0fKSF8lziO5Hz5Y3a1ZN4ylY\r\nErUfGjViGM6ZJJyVwk8oO79/0ukcp5ROIFecYvMSUwDaP0aDSxxiWEUz+Mco\r\n2mQgJ28l8ZqRR90EOQ06sN4w6moHwk9SU2/nw032fAXW820+qYtGtaP1OATf\r\nN+L2rbD0YUS9XmMKfjj+5E7HQ5TIiN4uCLJOFSAyLMK7DWzRiNHBe+P3+7fK\r\n2WC6lbQDcj64/rAbRdUAoU7Z8m2n1kUh5Le2t8J4rIADbrn57LXEFzB2GJh7\r\n128I/oUZbm9cDbx/n10HctMJDkBvULfysFJCeRvK8DHzFEZMwTtaZdKsjcwO\r\nWuCKJrF86kaqkzMmm8adAcvy5zYlAf5f+AA=\r\n=S61M\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.86.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6d1534f3954a208a80e1dd99edfcf4b2/zenstack-1.0.0-alpha.86.tgz","publisher":"zenstack","_integrity":"sha512-ZL4M/X12xzOAezZs2izHjRxSknuPwsYfbI28GI9dfkbzCuN8Pul52E5VNz1drBFDSNgOYNNFPMx1q7anEwbzBQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.86","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.86","@zenstackhq/language":"1.0.0-alpha.86","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.86","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.86_1679981295701_0.4811044456944873","host":"s3://npm-registry-packages"}},"1.0.0-alpha.87":{"name":"zenstack","version":"1.0.0-alpha.87","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.87","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"487fd436d93b68809598e618c754acdd1c7fe87b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.87.tgz","fileCount":152,"integrity":"sha512-tj1QewYcJ2Zzr/tL9JzJERXWrz42iQ6DNqL2Er3iryK/jJAHQoJVBvwtqte9vYio81uzXD/kxhp8QuxIUTe2AQ==","signatures":[{"sig":"MEUCIQCOU2mx5jspXZ4KA2w8+RC7a2Q2Oft5QMnOTQ3oD1DwWgIgMCxS7fuERvr2N5i6yJq7+FghYeQvFta4s2be/wQPoB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkItDqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyXQ//TsFPpalkXxkFbS59sAtVTxADKI2K1gaoO+cqrQ5iIvsCffWm\r\nWqZhHRTe9fCUWc08ScIPgtzvkqstIg9HiS/Ny6YN9543B58Gv892KdZZwDJq\r\n2GX05iB/KlXYFzNVF9SIal9m3WmNDmtC1p2xeEN5Rriyvve6UZpVbog0m+a4\r\n0g4zOA3d39FXBzIXIv0/Uzub9gbiMvOcT9yl58H6V+5l4W1j1gIZWvo1srWz\r\nq+PKaUOz8SK5IblEvUNdtb9AUEKMyeWwG8Q0O8O5/WgpRXVvFcYBnJXw9Tw1\r\nskxGX4B1wydBLheazvPvoBAlK9ZndykSypzBpc03a1oh5WMdOF3gkOdwaJGW\r\nyIt1sSx/hWnCvKbQTyuSk+QPUrnzwE6KPv/QB/pg14tv8y+qMpA0OxaUkJoP\r\nKe4ploYamj7yyOaN95Rb1huvyAPScprXbk+U94rHK2+9/QwGZBQjWdCKf+va\r\n3xSOMQ8CMHFOpi3ToI/dUnAHT9jSdppzwk3wXRPvNXkNWn99GS39SxwANKVd\r\noYgH6QkkQ1c1ZljoTJwXBBcx0Csa2gYABDf7I3am4NrC9dp0kB9mMdypW0W/\r\nYbGa+kYbgbgLAD+NsHC0k6vk68vQPLwu9XyJIVmpaWuQXSrSwbMqdGQsBszU\r\njOspWY2G3/09J2puCGL5V3hUdeier2FwdNU=\r\n=UQWv\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.87.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/50a74453cd9dc34b58f544025f3ea3b2/zenstack-1.0.0-alpha.87.tgz","publisher":"zenstack","_integrity":"sha512-tj1QewYcJ2Zzr/tL9JzJERXWrz42iQ6DNqL2Er3iryK/jJAHQoJVBvwtqte9vYio81uzXD/kxhp8QuxIUTe2AQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.87","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.87","@zenstackhq/language":"1.0.0-alpha.87","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.87","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.87_1680003305941_0.795679667337752","host":"s3://npm-registry-packages"}},"1.0.0-alpha.88":{"name":"zenstack","version":"1.0.0-alpha.88","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.88","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a15b576a9ef5f0675379c7da35deba4eb6f640e9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.88.tgz","fileCount":152,"integrity":"sha512-x05IJqBtL1buO6snRIr5jaOEJn+m+fcBuckUIK5COOKkuNM6SveXje1l9uvuT15paAsY+JCAaDJxUriGLF8b2A==","signatures":[{"sig":"MEQCIEvJVl5Lem47xK+T4EC0sg4Yez3uSbf/yRNhrZhx8zczAiBZVFuschQppyD39Y6lm/hyZ6BY3yGi6A7HKEbD/GFexw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI+aaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoH3Q//eBNQjMqu1isyLg0w8CVIj16O3Q3ri5LgznkXikVwfU6p7IJp\r\nMvdCLk5RTS5MCnzNRA/w1H7ZdHH88RVBBO+1Nzt8IG19TKKIFg2LKSwiSzsc\r\nq5pbWOYR6D3ggblaMJMv7IVTNrsw7IKlRXI+jpLHdhsxg7yTE0PuFWkYFftk\r\nxGWgoluuVNFQZr6QmXl8PvjPxvJwIjSmiM96q/QBmopP+KBskwUhNDocYRnW\r\nzG+Nm7/1UV5X2DftacgTkrxyC1d2w8zNuqRBCo5IYXiPNH7lGAEXedz0xRTU\r\nGUYQbmEmRrsrRDt19/X6A42BHVsRphQbe6sg7r3erHAaOUO2x3rh4gl3jMom\r\ns5T2X2GnaTHNkH+vF3ziN5U2LkKKaj1mP+fnC0AMOjM7biJTmczIiPcJ+dtl\r\nG2mBOVJ+7D450CaRv6xej7g7NQI1vY9EG0H80HUmYzfXouMnwyrHD3aTwSPS\r\nFknRRJTQSwGQlQ402OCchwbzUeV4cqAxLW4gv80iqyIvzz5orG07CcUX2Unk\r\ny8EQuxZCIfikC5cnYjxszDyLqrlH2kI8db5wQxyLmTD7bI8HbGlnWSaydL+y\r\nVuH5myjqsZnbK0Y7YF8L7zSZEQgcHg0c4vytALbKvj+vRh/uTms60+UQG8q7\r\nyzKMcFycm3FjCrQce1icxUsd4i5DlMpMO7M=\r\n=zUQA\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.88.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/15902bb04d617dbcb0b5e832d3f0458f/zenstack-1.0.0-alpha.88.tgz","publisher":"zenstack","_integrity":"sha512-x05IJqBtL1buO6snRIr5jaOEJn+m+fcBuckUIK5COOKkuNM6SveXje1l9uvuT15paAsY+JCAaDJxUriGLF8b2A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.88","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.88","@zenstackhq/language":"1.0.0-alpha.88","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.88","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.88_1680074394014_0.5466855604944951","host":"s3://npm-registry-packages"}},"1.0.0-alpha.89":{"name":"zenstack","version":"1.0.0-alpha.89","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.89","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"eb2b130195c3cb74e37af52d0463521234398781","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.89.tgz","fileCount":152,"integrity":"sha512-c+zFhvtqIx1bZeTOaV4S2rlaMmwJC+2nyH6LCzhrPycbQ60DPSyQQ3/dGAV7Pr2oKJROOq9V8LpErdnYM6Znyw==","signatures":[{"sig":"MEUCIDXMpif/Kp5wM/0fHY4NdoPxFkihWAgrqyMNAWPAX7cZAiEAnVr/fcbO9k1qiz5+UKgRfjUqQ++yYGT+Zx4KN3o+0Hc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFfVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE+A//cL/6z9/aNbkm/EI9l30FSexkyxkJ9MnhgnxdozKDKuiWEODR\r\n+NfY9Z2MTolZ6hEebbHWeix/T1CDYBeXrHGm+UXXZ7xciMWf20nF/a6M10hG\r\njtEsSMp1bhbn1f/GdOUS+9bcR9cvnTFclBJ11VzUuP42U0I+dFqOw7OPsCvA\r\nyHtNh/C3lCC7R/1nhx0y2uxeYZCmaE2dRM2rEY2i1GVnCZwk4s7WOyfs8sRk\r\nSdaII4wvnbrUmKdQUPhqKkySyCyaH5xCzcKPGhJ2X1A2z+D2uaijWVCfK3ZL\r\nPid+zq26534LGlFI1M2wnIeFHB7MUDtIf5zOaVMsQuvM/kmtefkNDMU0IH4K\r\nIu93Zr9FJYNznHpnBTbCv1/vQD2FgrBI5hVyOvnP9mHytbDX2rBUoSt9em1d\r\ntJRwU6Xzed3lEYOzhBkJAp2X66GrDliFyZ9iMEitXs4/CWExOdV01f+rdFTu\r\nDOIi+TFDOLfB4BmcdsW7Ufa3m50njib+8v46a4iKhSV9s6i334hx2VjTAFjq\r\n0LXaJ5fvu86/Umuhk+uoO5saQ9y+2SKqYqc4Hi4IJYdmReapDg4vUvNVGwY6\r\nNzUZhlUCAYu1Jcq2zV6Sje2vr/TZ7uO7i05RRZQGXyuDM9916xLm2G2Q2j92\r\ntXJuH4c5zGgP8SpGusEbEgJ4fLOXbaSorO8=\r\n=XilW\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.89.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0fcae58717843c681ca924b1bd7269ae/zenstack-1.0.0-alpha.89.tgz","publisher":"zenstack","_integrity":"sha512-c+zFhvtqIx1bZeTOaV4S2rlaMmwJC+2nyH6LCzhrPycbQ60DPSyQQ3/dGAV7Pr2oKJROOq9V8LpErdnYM6Znyw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.89","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.89","@zenstackhq/language":"1.0.0-alpha.89","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.89","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.89_1680103381130_0.6914600479820081","host":"s3://npm-registry-packages"}},"1.0.0-alpha.90":{"name":"zenstack","version":"1.0.0-alpha.90","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.90","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"09acdc3662ee7ed5fe1214dc5fbd32f59f43299e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.90.tgz","fileCount":152,"integrity":"sha512-yjjE9ewhtaCJ6J4ESr5ydj8pYGva4dfsc32QGRymUKP84gSR1sgxdFkJxCCx6VSYPISRmDzkYeG9UT3UE+YQzw==","signatures":[{"sig":"MEYCIQCpf9iRBRqfoiIRU4MrMT+nc8MT6s/aK0XG7WxxqWtAhwIhAJqPFgEXZ+ikPAoExYFV/sUp4b/f1YAu3qPpldNwWfnS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJQhvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgDw//YVJB1T93ve8h3sirSOEHxYceduOkzaqH5HsVO2zHYq4HtMUX\r\nfO/t6SJ28jWw4bTJb4ihmP9+jT9Iy2wU5xU7jV68u1FwxXk2scX+rjpU9ONf\r\nIKf1Gb3x9goDrQUb0/iy24Tx/pxNOZ0xkKBlABYvyDN4nEWlooUZXjDsrk/Y\r\n4J9+rSNoYCvyLQHBqQFaeTmRm31fXLodME0n6A3urAFHbG90qOLvwUSDyNjs\r\nhLrOgGSHZ58+D19TYI60ch7meyuHwIJRGy/wKKg68gl536ey8Y9qocnZEZeK\r\nFbuSy2GeW5XnABU+7MsopNuXYu+03T+3RUNXcrPmT9YYk7FqcMrnNwPmrwTI\r\nO9Fa5JHwbVJ6yGjWpdlnoAJuFhMod9TglMOpZqvERwLeERT45Xqbh3k0KKPD\r\n/8P2yvTS0UBoHPMvJl8Z079Ngtm6mw7Hrlu4hfdFQbxZjUN1rGxPWwdqp+yL\r\ny9+uqJ3pEhmjN+R1wpFEYuKB9tlShA4k5Iu2oQCENEFW2f+EKjAuwXJCxHJE\r\ngTOtBLJppwq7ov8mGWNY1NQxKv/8cshGj1j/OrOs+tNKEuI9CPbjciraZSc5\r\nSVoZ9/OPzn5iCQBkc1oG47L5yvOvqxpDTVad+h7hluAF9TIOQKgGJcTPcjyi\r\nTEOWBs89xmNkcawu5pwocCdPLov3lf7FBCI=\r\n=9xxV\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.90.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a43d2d0971991a3392e83103e32a61f7/zenstack-1.0.0-alpha.90.tgz","publisher":"zenstack","_integrity":"sha512-yjjE9ewhtaCJ6J4ESr5ydj8pYGva4dfsc32QGRymUKP84gSR1sgxdFkJxCCx6VSYPISRmDzkYeG9UT3UE+YQzw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.90","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.90","@zenstackhq/language":"1.0.0-alpha.90","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.90","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.90_1680148591406_0.21351935678618683","host":"s3://npm-registry-packages"}},"1.0.0-alpha.91":{"name":"zenstack","version":"1.0.0-alpha.91","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.91","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"07be8970f01c7ef136b603b3f3c1c48feff57195","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.91.tgz","fileCount":152,"integrity":"sha512-E/Splqn6zCD8xcPr6H6qZqbO7kEUr3fXn1siFHQzBRCh7flW8sOlB3rjHRwEhF+7HL7qKm4DEC755Cm2DmBxrw==","signatures":[{"sig":"MEUCID38fJsj4jGv/lJWY5+5PBkt6rWmXK6bUk0SHTd4g7vxAiEAqFF3kKgK+LUzrNYqjrve0++szJ9R2JW/AF5OHcPll1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJQ5JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwqQ//aYqL65V2df/m5OEXblOjIL8uiyBkeVnRFy+qyrMVr7NuqFh6\r\neDkh+J5KGasVT8QDL1Mn5NfW/Hx5SWrXTsh94HVxClT5KMvzEKJTdyIQwHmX\r\n0Ig9zxzpMjgrdu6yMoGPTN+vrCc0fKb/0AIPNb07+nwz1auvTQqS4aCcTror\r\nIOSuuWHz2HjdqjhhCtkplUa8581wn5bQ63RS61fIH7QoKpXDSxdM/6Yj8rNl\r\nMhPtU6l/+t6Z6vlwgSknQVIRUuD6nL2O2C70fh6u83t0tq5J1Hso6c6FO3Ed\r\nmaLVoCBcfPY8ieAjgjGyRhdG80GJ37gUCO0/u+6Mk8xjCog5dg6Hdx5DQ9eh\r\nlCv3Nay2akkgD7T+mA21FU3DXQW7AMzLYOxgUGbYTKb9w4+uVa6WGBp4Q828\r\nGT0yhA2ar2/07ifYT44j/wKWeKoIKz0zfGzjByHI8micU8hM1CyjoKfsHes4\r\nmfHf3OQ7M5+RT9k3XChUzhVr0UrV9coAB1qhNK8vyak72Ernlj5tnZKE+nqx\r\n6LxtEJWJZ0TgCYWGPWRxnmm0KBGSbHOXRVYkiaUoCbIOEdbZP4StVH+UGjJc\r\nyA2QFdrngcBJCilBVY6AKysRxXSxl41iauXsxGguMpwYbBd7I/1iCZkez09t\r\n7XYzm0g0x/S37zWD4juVfJhRlEEpbqANV2k=\r\n=u9aG\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.91.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4d88e006f4842a9bd4a809454d62dbe0/zenstack-1.0.0-alpha.91.tgz","publisher":"zenstack","_integrity":"sha512-E/Splqn6zCD8xcPr6H6qZqbO7kEUr3fXn1siFHQzBRCh7flW8sOlB3rjHRwEhF+7HL7qKm4DEC755Cm2DmBxrw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.91","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.91","@zenstackhq/language":"1.0.0-alpha.91","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.91","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.91_1680150089631_0.7728992296090222","host":"s3://npm-registry-packages"}},"1.0.0-alpha.92":{"name":"zenstack","version":"1.0.0-alpha.92","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.92","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5e1759a0122f67aa9abd1e94a87ace76343a8c03","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.92.tgz","fileCount":152,"integrity":"sha512-U+7huAyp4nCfZUbx1MJfQEA9Qs+1nTpkwTubBKyYLMmmxOBRBSCPDlyKbrayEOZIi26iQIP+0dmwSsrtTG3iYA==","signatures":[{"sig":"MEYCIQDPlWnJ2WjwHdoPc+c+PfU/cC5pU61sRQEDpRrA7pZ01gIhAJD/9JXK48fl2e7XYF4nI8VF4cVqKcKsDsYKrOYIzZ4Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJSIuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+Ng/9GUJCJugS+c4sJuMoGCzq3b2C4hHEbYBYGQrPzelgyNa1SEcm\r\nA7R7v1NO8ZzqAuWWs//oUieDTXxHf4QwebP0wHoFnxLvwqL0J9sse+EEwWB/\r\nlZz30HKfVxQv+kAlcOs6+QiJtsbMJkJQZrwNNxHXTJR4ihghpaxcUBl/1a00\r\n9hiq8sc/B1HiacoqNHBicyqLDfXsi/24SqPI1HtxVBVl72rxe74dJZbla1Un\r\nwlDrT9U+/Pvu9g5o70l9qGqox8hl36CITrbwv7yqS9ew8GKUCGWR6F/6i44h\r\nS1f5F/BzGdwfGKfx+c5RVoeR8WXiYO0Y5P+8IUObYAG4Sz3O5v6OXV9IR6UN\r\nP4GgfKWims0N4q6PpC6mlGUJd8zMGU5Sp+4NmKt/ydZgipJV7iWcKgwCcQwk\r\nc72Zs9d0WhtqvYqMCftfw0A+k7qJ/tB4iUUTh+BCiXm1VL9fw165jQHhQo3v\r\nJqWWqoaypPbx5AVu4JkFu1iYJR7VqaKZb4TwWEqP6fMWqrckgjB8k1LNzipD\r\n93R+B6wHS2j66MGYbyIMR5ll5hb+Au8+bLS11dCBlPDoyKeb+avVOXlS7VnW\r\nXkgiwpIHBkOgeC7y8BKwXguJSehmAqlCX9Lm+WS3w1H/AOT82jlrt2D3xwkK\r\nJLtJhcA1aTniYt8Xkh6q2jGNtJhUdealA5U=\r\n=zRyt\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.92.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2fcc0d8e6fe772a400b1f219055d6e78/zenstack-1.0.0-alpha.92.tgz","publisher":"zenstack","_integrity":"sha512-U+7huAyp4nCfZUbx1MJfQEA9Qs+1nTpkwTubBKyYLMmmxOBRBSCPDlyKbrayEOZIi26iQIP+0dmwSsrtTG3iYA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.92","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.92","@zenstackhq/language":"1.0.0-alpha.92","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.92","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.92_1680155182650_0.3821754368323136","host":"s3://npm-registry-packages"}},"1.0.0-alpha.93":{"name":"zenstack","version":"1.0.0-alpha.93","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.93","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"79f6a02a9a0489ecf49023c8a87ea49d344028fa","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.93.tgz","fileCount":152,"integrity":"sha512-rvOtEGUs/5W1g8n3x8TxhszPJUoXQcmv0yCSqWcDA8fTuOPydW3HD2iFOYtb4rPFNnUm839l9Lu4FTLok34hUg==","signatures":[{"sig":"MEUCIQCwSKhssuldukyHZkZEc9MPBSJqFHIELUlEFuja+AbdoQIgX8VxXiDaKeChTIL5fu8xEA9vCNXrDYHi4AXEI3lcEY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJU8NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1qg/+JaxQHczC8FxSL4z6HrfxdExfuY6EU4jIBmTzscU+Z3e6om26\r\nu8Nbu14ok+XkqS5Un43o5pZOMDLm8yoLy10tDJwZL39PbThU5QU56E81cGN0\r\nVL5K7q8bbbbbiwfhuWeey8/aUCN0uISKAQoFXe38AQFokQD1zm1eb8Z/UVXD\r\ng3wNmrhq7L+dwKZWNy3GFZaPbNhUvUW2+O3ckvzKYVEGF0jqHrnDWPro9Ivb\r\nHpW/tVn55o/lz9lE8suzyYTl5eM6G+5mqnu0s+4IMOBAQwelpCY1eoDalywb\r\nd91gV6sAjsREFQ3IxVb/KTiC1V6UhqucnDa4Gmdl31CYt5hpleqpNEdDGUDx\r\nMH1C/i45m8bR/ISbE1O409V/9UoG/juNb9u/PZI6tiRHYOlzIeYAM6oW0RAq\r\noegcg2nKoL/LbWurXiqmUqf34XcouHDlcVcLpkcU4hDjIJdJZuLpK7X1BlE0\r\nmSnvJDhQRGkgzBLJsYg9w9ri/mTMwgDyurmZ2O/mHVjMM9/+8asjmjWcjxAi\r\nHV26TGUmm12XRhOCkTi4+5/ClJJmQYQ8LNfxUI8dAn5l8DZDRZV+f1TFEAxe\r\nI/Riz8OXQjagFtTAFsbgGpf+iwu4DEYNzDglDEqZvDreF70936HjdBT7EujA\r\nZB1DMNOuMvHpsbGzv94LIeSiwWdBYUJ38n0=\r\n=Zhv3\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.93.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/706d49e6787633e150eaf8a8a1317c26/zenstack-1.0.0-alpha.93.tgz","publisher":"zenstack","_integrity":"sha512-rvOtEGUs/5W1g8n3x8TxhszPJUoXQcmv0yCSqWcDA8fTuOPydW3HD2iFOYtb4rPFNnUm839l9Lu4FTLok34hUg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.93","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.93","@zenstackhq/language":"1.0.0-alpha.93","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.93","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.93_1680166669303_0.10538464559702754","host":"s3://npm-registry-packages"}},"1.0.0-alpha.94":{"name":"zenstack","version":"1.0.0-alpha.94","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.94","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"27c8525d02c41d76b3328ea253c8f631d71e5a34","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.94.tgz","fileCount":152,"integrity":"sha512-ryoMgF3VuB/qD/2ctTUIT+g7QStJqHDrsrWedZHNBnwd3+lspdcF2iun3zvidkG4/FvF6PoVV83eGdNgMW9uCw==","signatures":[{"sig":"MEYCIQCWaM1S65etE22mVhJ6bC+qxs6UqspQPOuetkjnYx16ugIhANV/4y/9lJTZ74H9g/8ZlwMBukK8oZGg2GeVvLa5M4cV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJYu8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2jg//Tpb6SQZ/bgBPiLSGNvaqThec/K/cA5LwH0+4etXFL3kFKGK5\r\nip+q1ZmQ/uC7LpSWWE0P0hM/c8r2mQrWd0a90HhyPrK12FEs2EiFCfN5sdOc\r\n3hXl778zy76bcJVszgAiz9mE5uCgiHglWAmu6l2Y8yWDepCbDFnuk4Da+tfQ\r\nCrnXl52adLMw1Q7EY7IE1GWfQSPXNL82+TSYtYYVw49ZPwhmoseDrD/ISPnc\r\nRUz5F6J939zRGmLEeUrTTcQpX88Bp0MhiIqG2nYdbpLn1K9mLYe2DI7J7l30\r\nb1dgrj7gRUl6Bhph8jC6Dlrh12pzClAzil5TlZVwyxkOGKpmm0nu9uYGhAF/\r\nV9a1K1G3q34qmxWH6O75z3WUhDcwe+dGJ1q4x2fSgZj3Pp2F44Zyr2O5JJq+\r\nqPUcgw6Znyb8Y0P0l6KIivtdP2c15OFSkz2NXrR05jYx+7w3dVBqI9qaJV+l\r\nCh4ULPIXBhSDXVvvgd+fzs1yPu71mlFCTrcEKcK9Zra+oAR2rBnnu6AzMwsQ\r\ncSadPYqzPzHslVEanNgwP1r5UWRR4CvsAZb8X3wOcqBM9PWNVYZekgQqjd6R\r\n5ju8lNgC71vTsib8LADriXXQPXOGbvBcyFh+NNZkoGjzFNV8PymPaEaVS2ed\r\nImPBa9XrJWtLOoeAVPoIRHob+4KvM9BXreg=\r\n=vi9F\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.94.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/aa4caeaaf7e815baa6ab6974c3cc38d0/zenstack-1.0.0-alpha.94.tgz","publisher":"zenstack","_integrity":"sha512-ryoMgF3VuB/qD/2ctTUIT+g7QStJqHDrsrWedZHNBnwd3+lspdcF2iun3zvidkG4/FvF6PoVV83eGdNgMW9uCw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.94","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.94","@zenstackhq/language":"1.0.0-alpha.94","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.94","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.94_1680182204203_0.48399802246116463","host":"s3://npm-registry-packages"}},"1.0.0-alpha.95":{"name":"zenstack","version":"1.0.0-alpha.95","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.95","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"adaf7ada922e648977360dcda2bee5a4e4cee4ce","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.95.tgz","fileCount":152,"integrity":"sha512-gpcf5ht8R8pJI39SudkvqwafyJhHWdq1DXLzyfcCeKHGy2AZKLQQjHDo0pEv478S+XeoJQ4A6fOXLn+vxEnK+Q==","signatures":[{"sig":"MEUCIH4BjDuhoBRG9bd2D493brxUz/fxb9759a+Zu7PRlN5YAiEAgFCm6rVdlAJyEoEEzQdhztB0rxcq7kwrL3PyPGWCL3E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":464422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJoHGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqo5Q//bu3RWKIIlO0okmKqpochgZquLReWOkYhgLaXeUsm3akqJP8V\r\n5EIT1RbTYq8PMaIixUuBosCHZYBgUkTT+BuBDnTAa9bfVPuxLuR96TRuEgK8\r\nM8AloIBudDj+33sy3ZisIk8gCoM0qz+TP4tJAbBd4UCzJU3sBA7dgSYGPMbu\r\nafZLvaUjkEUwK6Y/iaRbP4upDGJ+HckrY+lGP3ha/7XuEEhs9daR+dB8cN1G\r\n9ky92E7kr5Gx1xPt1+KE2DavAZRovR8VsfEe6UQK092fB/Er0+P8Ws8ANZsq\r\n5Ju72M0teTdf/KbFmh9l/Q0h+UHxci9B8AfhFwqV9DlecJSu2hCEF8jIvA1s\r\nrQW0KCRPU/2v0h+va9yBQziXP4P78ARHKzP1sh+cfI30ZqJ9LHY/dFvmXCdo\r\nv+SIeccJvye2kckRTJtP1P4AS9DaIeQS5RdP9aBVVPrfppS2Gq/14R5SbGiH\r\nsoBO7FE7TMjbJoSrs8Bu3+wGAwe+KNBVJKJDNL9mANwpihh8CSPJabff4Og9\r\nJ7UgcGaGo+tlAkUV9oqdHZMH5SelUgqnNw//GcYaJSZPh9c6UeLjuGfzUWw+\r\nxMREB6H5RgNbRQ4SvmQkiqKssExsGpNGC+zNeO2MKCFOS1f8WfrZBa8XSVGQ\r\npJ6ZxRUtejCIpiKvK0QS0Rm7Ho5Fu8qE+cA=\r\n=S0n1\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.95.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e44efc16c7d2c9138eacb497dbe416e8/zenstack-1.0.0-alpha.95.tgz","publisher":"zenstack","_integrity":"sha512-gpcf5ht8R8pJI39SudkvqwafyJhHWdq1DXLzyfcCeKHGy2AZKLQQjHDo0pEv478S+XeoJQ4A6fOXLn+vxEnK+Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","prisma":"~4.7.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.95","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.7.1","@zenstackhq/runtime":"1.0.0-alpha.95","@zenstackhq/language":"1.0.0-alpha.95","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.7.1","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/testtools":"1.0.0-alpha.95","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.95_1680245190149_0.12220790994667041","host":"s3://npm-registry-packages"}},"1.0.0-alpha.96":{"name":"zenstack","version":"1.0.0-alpha.96","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.96","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b1574d3e4d06ffd3520780318508549402898b37","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.96.tgz","fileCount":152,"integrity":"sha512-rgLfH5Ejt59CIfy8KzshwoYmzJdEbU87WjV+omiDUwNq1oo6nyURHs6kD7d4vBjYXtNcBYWXIUMe3zgaVzUECQ==","signatures":[{"sig":"MEQCIBCe6bg4+VPNtKuEuWCvTgDuJ35fKPee+XlYZaxTXtpXAiA0aTbPbesbiDCgWpjjaX5qpDhSX88uOALHzD8M7xyC/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":471605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJtPBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZJA//dWLLKq6mPgKvNkQSRQN7ZReqfI6zJQW82wkdXwCWOeg/2mfq\r\n2f7gFT5KFr6dsevuLMiP+OiX+gWzdzkHs1s+b935h1BWnrcMQbBMcrsgCX3u\r\n7ey/21xAy3Y2o/lpYCbjJfkZqwP3CKNtrjeS+O9+D0y4U9ajq2Hs03zWTxi8\r\nEEjI45YiBtNp+sAN9rOjOzqE2OPuK35WU/U7DLo6HcwxdFImLCaeT+DsPpE6\r\n3vW/Q4cxCFkGuym0JbFKFgk5R1chmNPxeC2kkQb7C1XIEhJBres2oQDjviM0\r\nwNppmQTef5OKOBbfg1pvEPGRsppLOpxy/EZtC7mw8k7UybigrIE7rYFE1B9y\r\nLflDO7juWHyYsugPAmWyj/cxkDMX/1YDz15X2g63S0GzBgtxyephNPK97BN/\r\nNJJrWA+jnjczFhcv8DsRv5FHX3HZH7FCbMlErGauVWPM4MR1qdc0fDeG0vfE\r\nhzb4pfHRlDQPfTMUEbaHTbuQJyf9p3DWvnfse8knQgzoP8UWxT4VkrJGozZW\r\nzVK78dM3pfeZqHGGUDB8cEblz0AponBbYgyaxhXkeeIWixBQ3rfzmMENj9Gi\r\nzKa97XzcT+dy1GzLnFxg/pXwz5KDlZ8OSNd6Hev9xoFs/UfwwYYlvFnTm/Sz\r\n7Y/ayrWosZUkicqr8SFMHJZD9OzDRcYHlSk=\r\n=S3th\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.96.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d03b650e4ed4427ff3af0f21e78f4b65/zenstack-1.0.0-alpha.96.tgz","publisher":"zenstack","_integrity":"sha512-rgLfH5Ejt59CIfy8KzshwoYmzJdEbU87WjV+omiDUwNq1oo6nyURHs6kD7d4vBjYXtNcBYWXIUMe3zgaVzUECQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.96","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","@zenstackhq/language":"1.0.0-alpha.96","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","get-latest-version":"^5.0.1","@zenstackhq/runtime":"1.0.0-alpha.96","@zenstackhq/testtools":"1.0.0-alpha.96","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.96_1680266177420_0.022134966601200734","host":"s3://npm-registry-packages"}},"1.0.0-alpha.97":{"name":"zenstack","version":"1.0.0-alpha.97","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.97","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"cfb4e364ae52cddf74239a0688f4a1cf019d8c27","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.97.tgz","fileCount":152,"integrity":"sha512-CbhjwSnvBu+9iH/j0vNGomCYCK5NZoVbYN8J5JVOEo3BzT3qdsD50z2qasF+/GWkJGV9mibLengH1Wsk04HGOA==","signatures":[{"sig":"MEYCIQCev/d+W7Gsd/NtFiBGvP1VqfKg9gZFFP5x7wo6BUuOxgIhAM+WHkDFUHbexvK4lXbALVxfc+YNy2cVAOR3QE5VtuwL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":471605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJtY4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvUxAAlJohvZBYVQSg9jG3UYAPB62Zq/Hs6PyDFnjMLooqCozK8Gyp\r\nz9Ybr2Py8S/uw7vb4Jz53O9Rc026YFRbAuX6WegmrBCmHyAfb4ym0CjcOzDu\r\nf/7uCkWZPRoYPi1Q3YlMdqTw6ncwlmPcdeVjtUz84hDYnbl+dNPotWm4aA2w\r\nzo+Vg+5YuSxogWdnNt/NRo9umMy3pf0yMWZOORK48PoZKz4zD/BbDdVMdzaj\r\nOgUf1Oiqt2A+wAgXrmOqmC6vS46MUDDVHC+Owz9DtusIDuURSE7kDBGBKb7g\r\nxrbmMXZ2LPJimYjmayxsKK81ezBOM3kdKP5sqS++7GcVPJ7MabRt3bUUX5wI\r\nWg/uIFMHwxXveZs32Nqy41B7g8ycBODC197es2SAK8oRHXwuD8/wgUXihXEr\r\nhztmjUTszfIyJYn3rzjBWtlyoybVwL37owxvSAYiZS13Ya/oaGffo5rYuSQb\r\nYjuBJZWXhW319ycAV0JpsRQOB2Y8nYI05EC5/cdL7gMORi5SAXW/KmCJcKty\r\n8oRBBXjLoAyG7Oa4AEucK5moeXGvj2NKANoG3NL/Q3B1zcSuofvohVEV/lwv\r\ngLontquZbms4KzjDwi15vKwvun+VvyQ27wx68mQx+MpCB7Pd109IXq5uRzVi\r\nvx/N5rKgZSzwCSl/KQvbgqx85XzOaro2Zr4=\r\n=6odM\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.97.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/bf9f67a6ae8bb4e48260b20a2b179918/zenstack-1.0.0-alpha.97.tgz","publisher":"zenstack","_integrity":"sha512-CbhjwSnvBu+9iH/j0vNGomCYCK5NZoVbYN8J5JVOEo3BzT3qdsD50z2qasF+/GWkJGV9mibLengH1Wsk04HGOA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.97","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@zenstackhq/language":"1.0.0-alpha.97","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.97","@zenstackhq/testtools":"1.0.0-alpha.97","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.97_1680266808711_0.1410051046877192","host":"s3://npm-registry-packages"}},"1.0.0-alpha.98":{"name":"zenstack","version":"1.0.0-alpha.98","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.98","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7d3a36909532724250a2314a62a39644d6ecd415","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.98.tgz","fileCount":152,"integrity":"sha512-EReiiaSG/NPRgSbbnjr33ElV2cp9i/KxF2jRTBUoSKgHi1YxWrRaTcxxKQkn7ufyfM5fR8vsUjHCiYsipO58PQ==","signatures":[{"sig":"MEQCIAJFxxpuUT/m578IMjAjtcSFKHABRXuJOOR25vROGYUiAiBPRXJlLGoeFbowpLomWTukTtWOg0VtznwWRS6PmsJ35w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":471605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJto0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxVQ/9HDeZIEP3+vBrqeII0rZxl8rwmjEDxy4fPUCKC+uZueK+94x0\r\n/4/kN3rUFTVYxa7O08wixjmnYruNokc6FWf6LbySuXlUnoJWTdXd4KSE+FGV\r\nsri7TCR+7fEMC5nS49ex9o2lN/Yx2b5qCeMLe36B3L112T8NfZYW4NzrgD/V\r\nQyMx+mu3pKRveKgNjZHKmLD4NjSZ3dagamegRTOLtfESdD+6PiebExvCEkGu\r\nAJjCkSLAOW4vSI0SOw9pk1T30/ShRbbnJQX8Brk797m0Ek6i21woZlYQzoym\r\nlWxb/capUC7vLtEFQMgDCKAgRfpcKdxFhCm24NMXKmHB/cG/fi/HljihmEK6\r\nbx8BHd9mxP/e1MX/6rA4+wBct8YwZijn3R7l4KLfFaN19xI1z5Y6eND1Tk0L\r\nSy4yr4NuNxq1JYUbUXNmKkct66bP5LtUEVnIwA9KwPY/Let5FS2PSvrfyJry\r\nX70ZKLDOZmw6lHYEEMAhDubt2Tx2/iSYFHfaNpk1BUbKE2HxQjB7JwAdziYP\r\n6qTe7LfvA7RSAhojxrfYmzHlv8sz0CCBwUc7P8eDvwieVnJ21EVvU3JFvFnz\r\nJa0ZHWV9iL2ufXhfjo/6gLj2qxyEsjFt05Wux4T2qmUOuw7hz2BLfeZ2twVR\r\nu7Oitm4plmYeXufLvgOPWW+2aLDgIMpb6fc=\r\n=T//i\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.98.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm lint && pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5d615c5f5eec07a63e1e71b4283435f9/zenstack-1.0.0-alpha.98.tgz","publisher":"zenstack","_integrity":"sha512-EReiiaSG/NPRgSbbnjr33ElV2cp9i/KxF2jRTBUoSKgHi1YxWrRaTcxxKQkn7ufyfM5fR8vsUjHCiYsipO58PQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.98","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@zenstackhq/language":"1.0.0-alpha.98","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","langium-cli":"^1.0.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.98","@zenstackhq/testtools":"1.0.0-alpha.98","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.98_1680267828208_0.37266958742552503","host":"s3://npm-registry-packages"}},"1.0.0-alpha.99":{"name":"zenstack","version":"1.0.0-alpha.99","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.99","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a11942f262e387ff10e8caffeadf75e83e6c3473","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.99.tgz","fileCount":155,"integrity":"sha512-n4d/stnXhjSFnJBOQQBRXYiMEuiyL0CJisFfa8kRnAdge5BcHBg6J+iFw/qYuXLlOuyT54pv+JXiz7UBJE+t8Q==","signatures":[{"sig":"MEUCIGV4dJcFW5mBh0p2rwt8m2qp0CvSIxMyHYxE8Nyu3PhUAiEAiBuMfewGVVU7YNPyX2adDDc0yfWcVRlsqJ14/LK64kE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":480487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNQDeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Sw/8Cftwsh1NPyvn824DMdikVVWRBVdRty/JOKNYpT47FJc5ZVww\r\nFmlkt9xpvPXDZ8gaMF9JcuViX/XpHOSfqA/1qO/puWXI68RAMeV8Zl8GpnLl\r\nMQhuE7LrNqPZ1fWJH8ZNwZd4luCvxO+7UKYjDrCj/Ia9IYBQdhFfLycnv4pQ\r\ngW2RSQDyE/wSmF8HHDKoDLVPM+TfbgbauZ45+WpSbTklZj6RYHmraj5krqTR\r\naEc+7vxAQ3D6VzMs66Z6B/651dBGInNW81JM8hBV1tI/9kbDyxOsJIKoQXQU\r\nZDcZ6MT1KX7aoOK+uVyNOBzkox/M9risll0ZcWXKgNLw1mQ+TNHD3fYVOJaY\r\nsurpkx+NTmc8UYf7VKc0NcWxeU/PO69oQRuAI1xnVeESAD8jN3uoASpz1qgi\r\n03vd6RP6bOcVOCHGcvfr/AavaHAg7T5MUvMmv0jlaHR5PaeW0iFVbNd9k8vL\r\nIjpa93ainIAtBFXts0RYrYKxMDVV711eObuxAasfnkJ8MFMpv07+ZbUmB3hG\r\nAR7pJX8BOB8dJQai9AIOgcgXrZFK8ri9Tv2/s3JwGiCeui89/6Vyec9Te4/5\r\nMS2FdzhAYpKPHFU0StVPIeJDghrSVqwvoywrf+dl+ZKbwlkpaJlMHAUhCvKk\r\nGilPmihmSlDsVuXk55NfI8lTE1E1rPhnreQ=\r\n=PIji\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.99.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/922b32893fc535db3e9dd8e278b1148c/zenstack-1.0.0-alpha.99.tgz","publisher":"zenstack","_integrity":"sha512-n4d/stnXhjSFnJBOQQBRXYiMEuiyL0CJisFfa8kRnAdge5BcHBg6J+iFw/qYuXLlOuyT54pv+JXiz7UBJE+t8Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.99","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@zenstackhq/language":"1.0.0-alpha.99","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.99","@zenstackhq/testtools":"1.0.0-alpha.99","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.99_1681195230083_0.15450066603579282","host":"s3://npm-registry-packages"}},"1.0.0-alpha.100":{"name":"zenstack","version":"1.0.0-alpha.100","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.100","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"cd83297dee122cd244c558c7ab7b069ffdcb4ff2","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.100.tgz","fileCount":155,"integrity":"sha512-yiLslSOxAQAs/O/l0tvGMeorqYz/IXrqvMOtc+cdbmLQVf8+Gr7rKds7LA5bOV8ndG/5LEG3LQ80Yhe/roaIbQ==","signatures":[{"sig":"MEYCIQCJeNYTN1C7BE9LZ1cDs1fn58UK2VJGIZsQE/V4yOxkfgIhAOOxs9TRqqOvtOhT5Gi3ZQqfWFU2tpzKXGOmSGyoDsC5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":480492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkN6W8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0lxAAkg8iTBtlKCmXpUeIP8K8hEqoVQeGzkhczUJ/joHxUzLZDFJl\r\nvHK76d2fyZ6jwRXtbLjZERZsoeBnNGTCPmp1zOhY2HgWehlFVuY552pgE/zp\r\nXUqVpg5TekvmoS7039K9IjA4DUZMW9IpLH0oLqv0hazyt2TpQsi1h6kGItjI\r\nfgPjolJRb1kDNn7TFe+LM0PFzspStQrnqDpdt1ED6Fw9g4OCA+U5YwX71bmd\r\nXZsfv667vOTs8ICsHGgDnWmEsHRQIV/dSG3g2u3+S7StBoEfny7orNd+3AwX\r\ngSxWdw/wTQOSQy1bfVqtnBTDoFto+EPZsizqzwGMuhgFSXceG5xts+ZKKxXr\r\nklRqAU2B/4jaomYG0LnzKtaZA/848jT5WHYUSFvYDfSeX846M5yAThICmOfN\r\naJOJ4UFvAlbY6YZYKvZZBbG307DFR/OI1byhwwl1lQ7qyLvTqi0j3b9Z179b\r\n4qfQ/drp7h3IrJNHHiRkHy1aXpLpYxrXS4fv7sIFjDJHPdhrT6/jOgm45ADe\r\nlzaTCaoWsl75nQ3uTMUqR6eIGcqXx672TFN/oNqlhgdhJjAacd+4nRLRBe4M\r\nb47TgIKppDKBjMvdDy3bekCyB2eIIVE3cbsYt9+aIIdtTRxYjiwNXIrJfOeR\r\nZxw5tcxQISQPkk4V/4UW2kzyaScq4id4+7U=\r\n=uFHU\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.100.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0c8bcff96a2202303b7f9207f80a903a/zenstack-1.0.0-alpha.100.tgz","publisher":"zenstack","_integrity":"sha512-yiLslSOxAQAs/O/l0tvGMeorqYz/IXrqvMOtc+cdbmLQVf8+Gr7rKds7LA5bOV8ndG/5LEG3LQ80Yhe/roaIbQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.100","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@zenstackhq/language":"1.0.0-alpha.100","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.100","@zenstackhq/testtools":"1.0.0-alpha.100","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.100_1681368508236_0.9818503762817972","host":"s3://npm-registry-packages"}},"1.0.0-alpha.101":{"name":"zenstack","version":"1.0.0-alpha.101","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.101","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6ea334d0c95189f56aa63d45e8ad57b5e08363d8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.101.tgz","fileCount":155,"integrity":"sha512-xZO3WCJiwYrQVTAgUuJ3zq9Ips0PEjNvbaeOXS3OhL48tCHDJG4uViNFrY0iuwtKIhUMczyKVCAoACWj0iBCBA==","signatures":[{"sig":"MEYCIQDVUTLK44dQXza3MIHuvWqs8UUObcdX1Wf7X4J96k/VzgIhAPeCpz0ogAOnqP4eOv9sHTiyTmdGuNh4usV8qiv/HbO5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":480492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOGR6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpamhAApF35t3IUcw6PXkGFY2jhazTfx4FMEq3rzSIsXWUDB7ECmARJ\r\nbb+xwy0fKEbvJbrwdcHwc9p6G03kgCXGgeKhq5EGE/UdA3iUWha77FT7PAtC\r\njuCiZdGRh68+zlje7fH3X3T6lrf1aJ3G2Iprb8Q3Co0fgFNCkUApZnsLtmig\r\n1WbWnnandz9Y11nf7Z1oe9Ubh/w5oCRb4NAqk/lwFPah4W7d+RD69J748HaK\r\nKoLFm7KRO978WyTB1rOfSjNmuabpi37eUekm2/SjrvhudtwdvamV/sUElcL3\r\nq0hMJI6o+OMPQ5xbxF671ylIq+XCBrgDgEXBdYCylSoRW1g2Mgmab75paeTz\r\nLDB9nUuTS5tzreMxjNGsZDj9mKpnu8/96T3PCMKIBISwcsVmslqy9ZvwiGgA\r\nrOQjgOEir9LAmOG4bHMKSSfl/z5JZm0cx+8hi4bm3II5u6dbkFFYdWp47PPz\r\nZC/TmuYhLVFijI1LpW9K0sb+p9Ih+BM80v+nPHCS82qyPB2/d6qLybwmHNa9\r\nRtJUNFXXmbQHfLxX+/L7/Sb7+sJKyqfo8xRFlxFPF3KVTFQECrmeVAoosB2I\r\nLqicNEm3B/pmEGRU2wX1Cath9QNnQr/9jcPnwXNFa7s7ZdxaDc846QRKfAeK\r\nceDxRwOO9QOoNCK5eQJ3WJV8DW4Jo3e1ioA=\r\n=QiBS\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.101.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/84157654ec68f53c2eb81ea0e9f8b8c1/zenstack-1.0.0-alpha.101.tgz","publisher":"zenstack","_integrity":"sha512-xZO3WCJiwYrQVTAgUuJ3zq9Ips0PEjNvbaeOXS3OhL48tCHDJG4uViNFrY0iuwtKIhUMczyKVCAoACWj0iBCBA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.101","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@zenstackhq/language":"1.0.0-alpha.101","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.101","@zenstackhq/testtools":"1.0.0-alpha.101","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.101_1681417338080_0.9081655867688598","host":"s3://npm-registry-packages"}},"1.0.0-alpha.102":{"name":"zenstack","version":"1.0.0-alpha.102","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.102","maintainers":[{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e516cffbfe8fa54eb0485bc9df5fc7eefa32fff8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.102.tgz","fileCount":155,"integrity":"sha512-MAj9Lxb+NOzJN/TWYCyMkw3RIoUX3/CeFUqRvUQGiOOF0c9lsJJPmbK4RuGqDi31Gp9CisLwX3kCa9GGgAvlqw==","signatures":[{"sig":"MEUCIFeYFiZBzNHwbFYKqA7eVw3Fot7CmdOwCFmttGebxzzZAiEAtk9ZsalENgwkmK2Fd6GwvG2pdXlb/vQQAO84CJXCQBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":480485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOZq3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoENQ//aR9FZGFlNwQDMaebojfY74V/YT6DAEKftu4VI4d/D5Q0k4Yx\r\nTPQUEde2zfck6k93kz7/B2ZvVjVUOJXa7UliDkZF3RtkxM5MqC9mtIuNp+0Q\r\n/ICte9EBx+r/Iq5KHqn0mFM1uxmJu8MyQMARp5+0mhk1xEc256hOMw/ymRCh\r\nje++JtJXLVIl1mAp35D87B342T4ntkZgrvikI2BM3rFUe4ag6R6rDJwi4ko9\r\n2igBaPQqThmVabK2gqI2IF2XRzP4gNblupfrVWO+NBvmoT5QO1OjhhWNaEX4\r\nJC9Dc3mEUoQfLnkZMkOSS40dpidk/LYN605WUFnpuAxjo7eNcJsXzsyE8DEj\r\nFhT8kYmglXGhFnqvQ4EWopFnpA2+JrR7zsX8s15TXv7QbSQYg/CQAlx8I9cu\r\nrSVXw+mVVW/zcFL+9JWszRCLHKetsvaWXK5a5zjrhPn8ElFb7+q/9UX8CVNq\r\n2xRyU9TBoUaPLV6dj3YjIsvM/khAJEykUqka/tXpenL7VA8Piki0Du0nq0ef\r\nONnNWZ5Knzqhx/Ph6urh6lMc5yFCJlRJlAlk96F7/VUojGAx28onN6ZnjIaJ\r\ngR02RUnqDkUf/BsSI5CtJreHuXOti0oZQdfNnkyCePkQd1m17Xipywdo8IU5\r\n3MKsrXFZrhG9Cxaxvyki8qMo/TVziKk4nqg=\r\n=M/mX\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.102.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ea48fa6e45765319edafcc58e4c1bb33/zenstack-1.0.0-alpha.102.tgz","publisher":"zenstack","_integrity":"sha512-MAj9Lxb+NOzJN/TWYCyMkw3RIoUX3/CeFUqRvUQGiOOF0c9lsJJPmbK4RuGqDi31Gp9CisLwX3kCa9GGgAvlqw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"^3.19.1","cuid":"^2.1.8","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.102","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@zenstackhq/language":"1.0.0-alpha.102","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.2.1","vsce":"^2.13.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.102","@zenstackhq/testtools":"1.0.0-alpha.102","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.102_1681496758986_0.02266523977846946","host":"s3://npm-registry-packages"}},"1.0.0-alpha.110":{"name":"zenstack","version":"1.0.0-alpha.110","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.110","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ae7c4abc648c1a7dd1994f703bd31057c68e526e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.110.tgz","fileCount":158,"integrity":"sha512-RXDypxknHT8loG//BRAFbVyzAZYSgNjPwBUxolh/k7bsWo8AKC1o3kyeXIIp+n8KhYML744sXiyrc1tHfEgTSg==","signatures":[{"sig":"MEYCIQDRmZ16MgQPuj7/PJmzatmUDY//5eXZS5ngLm1DD3zEbgIhANZHuNT2fDSXgwmtRCWG0CIHgsW8Utx1KLUZJJ9dJz91","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":531360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTn1wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNOxAAgI3H0EZBiQJn6KBUZWxXqwuL1420cXS6lLZgYxSmMttlKxDw\r\nXmh+uCX0WiHg9uULSfXezSKSxYrUW1JoTw3rHE0wFtZJuYSKo5Ztrm+Kcb3J\r\n9WFurj2UQgLWJEsUaeoMHLNTTZxQeoGaiYEkSGAkEBuiiDZ0FGeA7gfv1DQR\r\n9EgmVyz9ADnqtDppDB5fI93xhb9CAsMKsWHmSQbOizVWJjaYVaBrJ9RzhL62\r\nu3hcOwqnzT1rJS2ZFN4VMFvvpLa7q7fQ3SrTSZXAMtRBq4Cu20Dh/E6e5mKc\r\n3U7JDpqVbtjSeDbt0JRq4dqOPCXH3gnpvpJ8XFCIhuqaE095P6cjmqse4qUn\r\ni53TuVkaHqKJrJRrtWX2Cvz7aD1w6NNjD6niDEsoRCIBEPAGF+pXJJ4AXm2h\r\ndn7FITKJn6ete/TR9NgANfyekV5mbhmw/C/aoLMiS3EMXe/JE862SErCWSAV\r\nTnEMXnI3G8nZKWiy2ovflX8Zg09+KsxSiHv5HCAH2FtR9WR8A/x4rJTD0/vb\r\nfDYC++M6+i6HCXh7TBl7qbRzIA1Aq2NrPwkEbjdobbp73dWCszIWb8fEANzK\r\n95eaZwOKpnU+4h06/RMizUmpQdDrRsCjQ9aOGQ/soxzNOyinPkm46BwKKWSH\r\nX7DKpAXNOlMI3Z/i5oxtfOmZBDTkOIT/rLs=\r\n=nX7R\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.110.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"jiasheng","email":"jiashengguo@outlook.com"},"_resolved":"/private/var/folders/_p/ltlhtbb16xq7mkt3cc9l7n9m0000gp/T/4fa1f43095b6dfca2fa889e233f91bc7/zenstack-1.0.0-alpha.110.tgz","publisher":"zenstack","_integrity":"sha512-RXDypxknHT8loG//BRAFbVyzAZYSgNjPwBUxolh/k7bsWo8AKC1o3kyeXIIp+n8KhYML744sXiyrc1tHfEgTSg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"19.0.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.110","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.110","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.110","@zenstackhq/testtools":"1.0.0-alpha.110","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.110_1682865520508_0.07601139854994865","host":"s3://npm-registry-packages"}},"1.0.0-alpha.111":{"name":"zenstack","version":"1.0.0-alpha.111","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.111","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"388491a4f43f22e9bacb4ca8e4fa13f433403a16","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.111.tgz","fileCount":158,"integrity":"sha512-7UIt/sZnPkl5wIpV/VB6s/QUhOr9ihb3vADwsxWSDmjPECchdBx6piB9MUJfRQUh0cCMkJULN5Jx5wzqdk2h0Q==","signatures":[{"sig":"MEYCIQCZc/gvxUXPg0yAkJHB9f5jRJMxus2LUegqvGfQPtyaOgIhAKoBO/5yLIz003/20KC67mTBOclXIkWoGT7tqHMvPTv9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":531424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT2P0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4YhAAgq5U1WUi+DH3xLCirJozOOk53hW/MIb2/DsHRy/dV6SyI80O\r\n25NiSl8ZMiz/MNWXELAbuVvGGZPo5/LTbKh+NXKScmZ9Q/Pf3J38XwhN3YnQ\r\nwQosEQle+krlqtInKPw26605nHB3KobhPiZvOO3nMG6oGnz+DXxShHr4G+p4\r\nRZrf1EiuBjtnKQvJIhklxFzcXTdRNSBT3TQ9BhEwJVksBaGkItrW0uRJad26\r\n5bWQZU7Ovpm2y15OHbd+XOj2Ck6ArphPfxK5T+ue2KYUK3oHZbCJCR/q2IIr\r\nEa8QPNl0vKjNmNTHF7Cw8XP/SQ8WwdYcCcNfvVTf44MydBDGGdxhRNXEQ0l1\r\nScGPaLDMq68CHLP31kZSKG8yn0Ju1VcFntR5TGk+ODxnaBn3xANwR6pOgtDt\r\nLgEr8cBwkKM7GIrcVJ347bGY340ShgX0AMxFavpVfcz22zGEuwhau8MtN5vo\r\nFEK4SidRTbxXXFdUkSGwQll7zOc75PT+BRjUl75ZDtRvVhguoneUKqaXFHrV\r\nUCCXDF1UC4THHTNorWHPr9aDmgPEUpIg43LrrLLGxNo1R0zYkHCOWMfgOBx+\r\nPTvyA4j9CNlPrHcb1P/gTiFDveqOXJlGkrZnp2Xn0Ye5FagZx2XY4Bm5w/+O\r\nMk9JgRcK0eB2wp98TAMjeNLwNcvi6moF40M=\r\n=bxp9\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.111.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/de23390c885f7d922ab3cec22f004b12/zenstack-1.0.0-alpha.111.tgz","publisher":"zenstack","_integrity":"sha512-7UIt/sZnPkl5wIpV/VB6s/QUhOr9ihb3vADwsxWSDmjPECchdBx6piB9MUJfRQUh0cCMkJULN5Jx5wzqdk2h0Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.111","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.111","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.111","@zenstackhq/testtools":"1.0.0-alpha.111","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.111_1682924532357_0.2750681324196682","host":"s3://npm-registry-packages"}},"1.0.0-alpha.112":{"name":"zenstack","version":"1.0.0-alpha.112","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.112","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8e6f1ff2d9647d4565467bb01dfe62b72661b94b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.112.tgz","fileCount":158,"integrity":"sha512-r3U7oOhoYJQ0TCAtEfo/W1BcYZt5CUSURrGAKoHL2pnGqUKxD5YWCCFW54nbMfm0Bi5b1bnTeMyWabuCQpITSw==","signatures":[{"sig":"MEQCIE+ZWQiuDngRTqGMrTUX3B2AGK/rXUV0Ie6uJtwVtFJUAiBFseGIG3mYcP2uxqusHkqgSM8J6tG+hlTfV8iRYsStnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":531021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT/7vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqR1g//cDphqRi8WCwSpsVrrNsmHcyImWJZrverY2Lh1/N+K6TJM/cY\r\nLQLzQvGBnQpHr4Fv0wepgPMlkH70XA6xqoVdjBk7sorv1hroFmLmhmEE8XS3\r\nGSj1CfE9/O2dClWUr2gxM0syqjeq1kx8bHjTdJVL91fLffiZ70Zt/wnL/66m\r\nEIKKEt/Uzd5/fketTQEaz1pmCZPargJuZE/1ILh9kd2LiAE5yUhFlzS6a6yd\r\niofpA1Wg07t5O/57eGgPR63bGvCZ5kjbf0kfmDtc9cBrqBmDQ4hntnUQxLZv\r\nGLaXLyKPLY5RdQkbb1wR6yljOfQgXBJuYTpYjkgjrRAzuLIRbD1rnToTNAEc\r\nkiGjHCWFE1E/EUqPVghovzApC9T5QkSONhOgcQS3PpQun6SzFqWs71zwndk6\r\ntRPBnjpVGm8mdFH7fMn4f/NSl8VKSRDkQKNbgmgOv+xb5H/NJS5+Y4mOrVoS\r\nQ1fwCzQDcpHIjkU/gyA/g0z5hfR5OUxhtXo+sM/O88/Z1lPp7QO5+Jy7PCWP\r\ni6smL9YyuDg2S/bwYmBBWl31tQtgLp7YgJ8ADOT0KctMVswQLAY6BKb3eXlT\r\nHW7sFVueRHYYqQEDAi/H2gRMT4rgHk3q6aPqdb8xOxQJ/jGFouXttnRdFFfW\r\ndoF9YO51twvg8pTgBB1u5vikR48lccBjnYk=\r\n=gJkO\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.112.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d481dc0cebf729b315227e4b7ea221f1/zenstack-1.0.0-alpha.112.tgz","publisher":"zenstack","_integrity":"sha512-r3U7oOhoYJQ0TCAtEfo/W1BcYZt5CUSURrGAKoHL2pnGqUKxD5YWCCFW54nbMfm0Bi5b1bnTeMyWabuCQpITSw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.112","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.112","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.112","@zenstackhq/testtools":"1.0.0-alpha.112","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.112_1682964207353_0.7452703512534757","host":"s3://npm-registry-packages"}},"1.0.0-alpha.113":{"name":"zenstack","version":"1.0.0-alpha.113","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.113","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"945429e76ac7884a2522671a269f554a632c303a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.113.tgz","fileCount":158,"integrity":"sha512-SiRASL6+dPmBVN9ZFO6JPVhO4MTEIkQ1iOEWLLF5sHR7+RG407Sw3ObtVkY67Tg+ecLw5K/RLwJaA1XnFV5lgQ==","signatures":[{"sig":"MEQCIG0mzaV8mngnXL0bvV8Hc3p5TY0tRiuLrpoueIzllDAHAiBcyC0Z8Ik/N4BmIxxS9dsEQMMh25GlV49x586mn/fmNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":532976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUcibACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq//BAAnqMCrjZVB9ZdinyfEXOZ3eHTJPbj23cKl79aJeigfbAUuB98\r\n67R/vnbtgfueWmeos6r0rg7P/1+riBoFR02IDUM4kkdhcN63RxN4gkrqJOjW\r\nhC5ItPJZUNIbuV+H23e7Mggr4E/+a+Z6V+GcX2P6UKWrP5PPLwm1ivTYpp1b\r\nQQBu/7PI+pd4N2zYNZtwWwqFDcc+SR3vThwMnnLSiJGzwtRxoD1M0L7UYhUg\r\n7Y3C3h2Fu+L4s+4cb0WcpCgMeXwO0lWSUJ1UK0K/glSW6it6Pv/2CafkMDi9\r\nqdiDvZ/Myg1/SsShJxo9e37e1bgFnL2ivwcRCi50jiuzN7DbNzb8wpbz77F/\r\n5MvYBmJHUcVQywUGpvSVzfBuLXy2CHX6kUbvNtJFe7WPGJB3aAiS3cYGKBYz\r\nB/85AG5LXR4Dh7TXNNVGmGdoVsgiSQ6Ire+qAVxdN00bwk660Rsz0/qdA/2s\r\nJ3kfXcpEEr6ax9T8nt4AjsNx7RriqRDP5odPG5LIdDFsVhfGlmHZ8EvD+4xz\r\nD+N/cYglNyhWzH8OXv0ENmQoWnDP92bZYpfDr6ahSfOsc9VDoJsP/ykaRkHF\r\niJ9o3X1hzt2WF04GAmvkAjeYn1YQKbjENW3osagHR/9GJVcGG8SvNkOp8Dou\r\nbA8GVO8armKLoNeb5wI4WbXZS+Sg49dai6c=\r\n=GN7q\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.113.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f045af6daf36912ba1b799e039eb1a7e/zenstack-1.0.0-alpha.113.tgz","publisher":"zenstack","_integrity":"sha512-SiRASL6+dPmBVN9ZFO6JPVhO4MTEIkQ1iOEWLLF5sHR7+RG407Sw3ObtVkY67Tg+ecLw5K/RLwJaA1XnFV5lgQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.113","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.113","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.113","@zenstackhq/testtools":"1.0.0-alpha.113","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.113_1683081370920_0.7490873101126585","host":"s3://npm-registry-packages"}},"1.0.0-alpha.114":{"name":"zenstack","version":"1.0.0-alpha.114","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.114","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"21b414d59156c915bf6b6c026f925244e5914da1","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.114.tgz","fileCount":158,"integrity":"sha512-3d3Iam0XKgMrSvcnzIJQmlaqRCxKDC5NsYO6QxTiEbGdLxmo1h4TfubBHx1PBgkjlkCUSIHLWhHnaHmEwgboJQ==","signatures":[{"sig":"MEYCIQCucEFhyluwbN6KImE4StwgT4thOzJuUy78jxjGoSD4zgIhAJ6C/TkQQEpzBfBo5/VVj36fDpQ6tCadjql0GXDX5x8j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":536629},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.114.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e3e5d7624255061ca2b979ee4f2d93f8/zenstack-1.0.0-alpha.114.tgz","publisher":"zenstack","_integrity":"sha512-3d3Iam0XKgMrSvcnzIJQmlaqRCxKDC5NsYO6QxTiEbGdLxmo1h4TfubBHx1PBgkjlkCUSIHLWhHnaHmEwgboJQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.114","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.114","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.114","@zenstackhq/testtools":"1.0.0-alpha.114","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.114_1683417151095_0.05741599476733117","host":"s3://npm-registry-packages"}},"1.0.0-alpha.115":{"name":"zenstack","version":"1.0.0-alpha.115","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.115","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"332a110c77bafa727d0f71c88c279db5480aa165","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.115.tgz","fileCount":158,"integrity":"sha512-DZSgtqSoagFtS57psawerHLZzKSStABdW07JezqYO8+gsmeM/Wb4ANxvmAXU4b7jvIRPDusMC2jk/ZxY7kBkAQ==","signatures":[{"sig":"MEQCIGja7laxnFRG3LzJAa2ZBmC+AqCJQsIfgBLEK7UqI4QKAiA6hPdXXmEJP8whtwQu/gVh2j3Q9MLz5pfUKkAbxrkK5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":536629},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.115.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/dc732f2ea9899d56a7150138a2edd697/zenstack-1.0.0-alpha.115.tgz","publisher":"zenstack","_integrity":"sha512-DZSgtqSoagFtS57psawerHLZzKSStABdW07JezqYO8+gsmeM/Wb4ANxvmAXU4b7jvIRPDusMC2jk/ZxY7kBkAQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.1.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","chevrotain":"^9.1.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.115","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.115","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.115","@zenstackhq/testtools":"1.0.0-alpha.115","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.115_1683499377145_0.5644511325253463","host":"s3://npm-registry-packages"}},"1.0.0-alpha.116":{"name":"zenstack","version":"1.0.0-alpha.116","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.116","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"743e9e3d6147b190806fc8c15752596a28b00ca8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.116.tgz","fileCount":158,"integrity":"sha512-nk2CRNAFAbaIHEU6F2GRh0Oxe0d+HHOi78hRsNG0/4B99ZxbZbvIQ6p1XULOwA4DSPEDcLB0E0zYcDQXDJQ7Vg==","signatures":[{"sig":"MEUCIQD5eWSAAyPDW4vOJkWreY9C8viZ0HMcPACXdRfHLlLTMwIgMPNnju+K3RM84tGas5ED8G381urRAXU0Ca29ZkzUN0w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":536601},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.116.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9a08c634df7ec07386b6646005850403/zenstack-1.0.0-alpha.116.tgz","publisher":"zenstack","_integrity":"sha512-nk2CRNAFAbaIHEU6F2GRh0Oxe0d+HHOi78hRsNG0/4B99ZxbZbvIQ6p1XULOwA4DSPEDcLB0E0zYcDQXDJQ7Vg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.116","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.116","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.116","@zenstackhq/testtools":"1.0.0-alpha.116","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.116_1683573480336_0.09798775527101178","host":"s3://npm-registry-packages"}},"1.0.0-alpha.119":{"name":"zenstack","version":"1.0.0-alpha.119","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.119","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"50108643b5b608a2707c9ed621fa5b2864e4654a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.119.tgz","fileCount":158,"integrity":"sha512-t+VfkqgEWGoUNm9phTcUDBRXvwJ1F4F4oJB7bN9Upa5cookD7xaWoamwQJoWpHsxwhMnYVhEtuF19OgPNQT3vA==","signatures":[{"sig":"MEYCIQDT2G70laXVN6ieh9gs+sh6bHkbOuZuzDr9EvV+MUBFaAIhANF7NgQ12gvqZtD5/XAbqcyK1YjHqjLuA/DEMQcoJf4p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535709},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.119.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/98d61d8a6385807e8984677f9ec9f3fe/zenstack-1.0.0-alpha.119.tgz","publisher":"zenstack","_integrity":"sha512-t+VfkqgEWGoUNm9phTcUDBRXvwJ1F4F4oJB7bN9Upa5cookD7xaWoamwQJoWpHsxwhMnYVhEtuF19OgPNQT3vA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.119","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.119","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.119","@zenstackhq/testtools":"1.0.0-alpha.119","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.119_1685319427104_0.14411750336198592","host":"s3://npm-registry-packages"}},"1.0.0-alpha.120":{"name":"zenstack","version":"1.0.0-alpha.120","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.120","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bffe04eceb233ea0195a05bea1998604ab7f248f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.120.tgz","fileCount":158,"integrity":"sha512-MMSpiT/JpNU0TAM+JYIkvTCLKoCiVMDAlNCzbMaYp7oKVqc15Sv+Kdw9i0GYDKiKtdLDPrByUf7YDcut9LS0tQ==","signatures":[{"sig":"MEUCIQClzrUGyWa171UdHqy6224qDbgGHwMnh/LITHkHX7ZufQIgAd4posHRFlzaoQ2lveT5R8rQkH88yAvbW7nP35RmAGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535709},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.120.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d17b7d40ef38f6312dc53fda62c1f948/zenstack-1.0.0-alpha.120.tgz","publisher":"zenstack","_integrity":"sha512-MMSpiT/JpNU0TAM+JYIkvTCLKoCiVMDAlNCzbMaYp7oKVqc15Sv+Kdw9i0GYDKiKtdLDPrByUf7YDcut9LS0tQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.120","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.120","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.120","@zenstackhq/testtools":"1.0.0-alpha.120","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.120_1685414377193_0.11158034934625016","host":"s3://npm-registry-packages"}},"1.0.0-alpha.121":{"name":"zenstack","version":"1.0.0-alpha.121","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.121","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3be40cceaa894ee8e61d8a8cf290ef518f63c4ea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.121.tgz","fileCount":158,"integrity":"sha512-irbBV/+g3fOE6ldsfG6v0yzAjNVqqyQUQRd7a9q7h7Kjj9pWU1msbWlVtjAaww/jj8z1sEBa1lXWZWCkc0ZpbA==","signatures":[{"sig":"MEUCIQD3pItGxdk73vniIGFA8M2jQe1JiAziBtLfF6DbvdNqzQIgFgC76BWwgstef3uO4y5qECbzXNRpQR7X9LyfOeYrfFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535709},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.121.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/197a40613e3179619c72619a784c1c6b/zenstack-1.0.0-alpha.121.tgz","publisher":"zenstack","_integrity":"sha512-irbBV/+g3fOE6ldsfG6v0yzAjNVqqyQUQRd7a9q7h7Kjj9pWU1msbWlVtjAaww/jj8z1sEBa1lXWZWCkc0ZpbA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.121","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.121","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.121","@zenstackhq/testtools":"1.0.0-alpha.121","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.121_1685426514773_0.459066610194915","host":"s3://npm-registry-packages"}},"1.0.0-alpha.122":{"name":"zenstack","version":"1.0.0-alpha.122","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.122","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5c7aae126f73a6cc4350427771b3dae1202057e3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.122.tgz","fileCount":158,"integrity":"sha512-Li+IDvMqUf5BY/Z2/SUX4rRyBGSjwvwkmJ3hyH2Q3it9B6Ftj59qrjM0vO7sMJ+RMosbRQa/WffwgwGkmbvipQ==","signatures":[{"sig":"MEYCIQDbr8/BUnI05Suo2ew8LK7ijuNeituNb5J5y0OruryslgIhAK8jylPD/GXy+x7u30+Lfs6/Tc1wv2Ogk/XYDoCHgP0d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537573},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.122.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6a46b2878f1bd72164b007bcb9a652bb/zenstack-1.0.0-alpha.122.tgz","publisher":"zenstack","_integrity":"sha512-Li+IDvMqUf5BY/Z2/SUX4rRyBGSjwvwkmJ3hyH2Q3it9B6Ftj59qrjM0vO7sMJ+RMosbRQa/WffwgwGkmbvipQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.122","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.122","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.122","@zenstackhq/testtools":"1.0.0-alpha.122","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.122_1685671674490_0.2987339119612542","host":"s3://npm-registry-packages"}},"1.0.0-alpha.124":{"name":"zenstack","version":"1.0.0-alpha.124","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.124","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5be19043e9dad09f94e8840893837f5f59a5c747","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.124.tgz","fileCount":158,"integrity":"sha512-gb8rNexCWSW7w8yB9WLokqLWobZIzqhmQj0uH9aKCetcIJUN3R9QauTOx7NFa3xeBfNEQXcM+/N5DQA9/71XcA==","signatures":[{"sig":"MEUCIFky9g9IAZeKdN2Acw6G5bX8RQM1yZuLpt1/ZlpIJHQCAiEAzTy3+U/j/Ttvf+hzKCt4AEH3ogI08rnExvN60UfH45I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537573},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.124.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/75a3c8de8f63878250303285a1a53605/zenstack-1.0.0-alpha.124.tgz","publisher":"zenstack","_integrity":"sha512-gb8rNexCWSW7w8yB9WLokqLWobZIzqhmQj0uH9aKCetcIJUN3R9QauTOx7NFa3xeBfNEQXcM+/N5DQA9/71XcA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.124","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.124","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.124","@zenstackhq/testtools":"1.0.0-alpha.124","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.124_1685778088827_0.2426278923407832","host":"s3://npm-registry-packages"}},"1.0.0-alpha.125":{"name":"zenstack","version":"1.0.0-alpha.125","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.125","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"93ab130ca474dd5934bdd72e64e85e8cec49159f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.125.tgz","fileCount":158,"integrity":"sha512-fLWCZBWtAg8fPL4P9smZbu7F7c8WX9FcaxEkH7I4lSLAjk7llc1Zy5HO1fxV4hm6Sx7J3PlpgHNgGQO5VBf/Cw==","signatures":[{"sig":"MEQCIBIo67dWu7IzBqftW0YozVfBrLhw+8bxhyZ8xjGKFrbIAiAgDNOxJZB2WnS+ztkEOVNHMArJQb33I+pnY1kQgIJqhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":538070},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.125.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d956f2595eb97f047c874b02c4728898/zenstack-1.0.0-alpha.125.tgz","publisher":"zenstack","_integrity":"sha512-fLWCZBWtAg8fPL4P9smZbu7F7c8WX9FcaxEkH7I4lSLAjk7llc1Zy5HO1fxV4hm6Sx7J3PlpgHNgGQO5VBf/Cw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.125","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.125","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.125","@zenstackhq/testtools":"1.0.0-alpha.125","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.125_1685881729686_0.13581804608638692","host":"s3://npm-registry-packages"}},"1.0.0-alpha.126":{"name":"zenstack","version":"1.0.0-alpha.126","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-alpha.126","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6ce7df46b866bb2031fd8f8aaf0d3af0ec6f1c88","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-alpha.126.tgz","fileCount":158,"integrity":"sha512-1juVMzApgmC/3rgf0oY5eRjUCXgmlxDfYGE+SKJscFCHvWBKIckESQsqcoh7HUvHLSozI5XuxdMMswBQSzcaZQ==","signatures":[{"sig":"MEQCIBav1nQQAfPoP21lZm7Q16CeKFH6/kLcFBzyODGhCevFAiAGX+1u4Wo0+ESakWQ5QrhlbdVXGu0IV5wTUat9XSOZhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":539121},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-alpha.126.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --tag dev","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f05de3908a3de4cc8d6f57ddaf2cf40e/zenstack-1.0.0-alpha.126.tgz","publisher":"zenstack","_integrity":"sha512-1juVMzApgmC/3rgf0oY5eRjUCXgmlxDfYGE+SKJscFCHvWBKIckESQsqcoh7HUvHLSozI5XuxdMMswBQSzcaZQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-alpha.126","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-alpha.126","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-alpha.126","@zenstackhq/testtools":"1.0.0-alpha.126","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-alpha.126_1686053696762_0.947488173097464","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"zenstack","version":"1.0.0-beta.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"467a7050c545b3e45186d2a18054362738abcf8b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.1.tgz","fileCount":158,"integrity":"sha512-l2IqbHibETdnDUm3v7eENSpekP6ERwj2KuYcIVCGkL5cJjQi3R8hfWS9T9eTTKjdpaeubKEr9EAmCr9Pf0EnNA==","signatures":[{"sig":"MEQCIG6p5uXMCeHGg/0hzjriBSbqDCTsd62DA+bWgcWE2WreAiBtwgJLuJU3Uk0MzxXH018Zg9uWdYm2l9yYiYIOFiNY8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":542478},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cb642070cc9524ad90c4efd3c7b1712b/zenstack-1.0.0-beta.1.tgz","publisher":"zenstack","_integrity":"sha512-l2IqbHibETdnDUm3v7eENSpekP6ERwj2KuYcIVCGkL5cJjQi3R8hfWS9T9eTTKjdpaeubKEr9EAmCr9Pf0EnNA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.1","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.1","@zenstackhq/testtools":"1.0.0-beta.1","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.1_1686813842248_0.17939338401539362","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"zenstack","version":"1.0.0-beta.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5ab7c380c68ae7dd0c1ae29314294f93fba52ca7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.2.tgz","fileCount":158,"integrity":"sha512-Btq0xMhMy1Sm3x/di9QdW1nSodLkNEhCCzSej0L2o86rtsD+UP+lcHy1e35URlF29/fGEssboJSNVn53ObpwSg==","signatures":[{"sig":"MEUCIGZqvUWNb7OoF/YiUKEnGHzdZ8SpluAG7qDQ4v/aoU58AiEA+6S75lIM4AJKLk2jcUtt7mwAZpFU8jGlnVloWrti3i4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":542666},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6ab3866825954e0f8889efd949bd45c3/zenstack-1.0.0-beta.2.tgz","publisher":"zenstack","_integrity":"sha512-Btq0xMhMy1Sm3x/di9QdW1nSodLkNEhCCzSej0L2o86rtsD+UP+lcHy1e35URlF29/fGEssboJSNVn53ObpwSg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"16.15.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"^4.0.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.2","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^4.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.2","@zenstackhq/testtools":"1.0.0-beta.2","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.2_1687191714584_0.7439780660135702","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"zenstack","version":"1.0.0-beta.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"eb07c2f52e0d26a000c7b135f1d1fc465a8dd7cd","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.3.tgz","fileCount":161,"integrity":"sha512-iOaHJcWR6oO1KzV8AyrysHwIn+KQKjH91GKGN/udK6WO3ybSVf+XuNb0nHboUqKtZ81yPIXmfjb2Q/kYmOJx/A==","signatures":[{"sig":"MEQCIHWeLLuSeJJjugFOaQ2hvAkJw6Fu0908L5Jig5e8JK0IAiBjRKBosc2anhhFh1WPJed0bLyEmo1KysXqOE47Od8Hxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":572621},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.3.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e2513458d22411d1ce51b7773c32d46d/zenstack-1.0.0-beta.3.tgz","publisher":"zenstack","_integrity":"sha512-iOaHJcWR6oO1KzV8AyrysHwIn+KQKjH91GKGN/udK6WO3ybSVf+XuNb0nHboUqKtZ81yPIXmfjb2Q/kYmOJx/A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.3","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"4.10.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.3","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"4.10.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.3","@zenstackhq/testtools":"1.0.0-beta.3","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.3_1688374370841_0.5551701500712591","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"zenstack","version":"1.0.0-beta.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"24b0bfa3189083c0cbe355a0de01681a48edc474","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.4.tgz","fileCount":161,"integrity":"sha512-duyJ57Tu4F+GnQMb1EEblH/L2HBg2wyW41gzGlT3jkpg6odhuZKDEyn8IfL8ZjCJFL6McnFIHNYjYIoRHv1gfA==","signatures":[{"sig":"MEYCIQD4o7iBB4LRF4A17xtcdII49BU0aUh/EWRCH01fvPbongIhAJgV1w0phrEVyaAZMlozg+2EnG+0JA3H29Fg8656PZEJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":572953},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.4.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/bd7d5804183d85e1dc0373c3612c7f02/zenstack-1.0.0-beta.4.tgz","publisher":"zenstack","_integrity":"sha512-duyJ57Tu4F+GnQMb1EEblH/L2HBg2wyW41gzGlT3jkpg6odhuZKDEyn8IfL8ZjCJFL6McnFIHNYjYIoRHv1gfA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.4","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"4.10.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.4","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"4.10.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.4","@zenstackhq/testtools":"1.0.0-beta.4","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.4_1688482317952_0.8089058637646962","host":"s3://npm-registry-packages"}},"1.0.0-beta.5":{"name":"zenstack","version":"1.0.0-beta.5","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.5","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"215d26eaea72233c06049dd9f9d1205dce8376b2","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.5.tgz","fileCount":161,"integrity":"sha512-j04s7qBzdXMQMh8OVq7O3JwmUzAJKPqmlQrZdhXiSt/nXUs5jMPwUAp8g5h6JWuksNv8JZCSFwBpphECgeJV7Q==","signatures":[{"sig":"MEUCIGrY6tSYG7aX5Bezit9BaiDT6t1BXgZ6v8X7SyuJRqYmAiEAw2IsJHiWB7HPZM5DvXhRkAl/zKB6KRmz/iSFpI1Zv6Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":572953},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.5.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b4e2690814d0d9713cc4632293a77ea7/zenstack-1.0.0-beta.5.tgz","publisher":"zenstack","_integrity":"sha512-j04s7qBzdXMQMh8OVq7O3JwmUzAJKPqmlQrZdhXiSt/nXUs5jMPwUAp8g5h6JWuksNv8JZCSFwBpphECgeJV7Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.5","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"4.10.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.5","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"4.10.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.5","@zenstackhq/testtools":"1.0.0-beta.5","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.5_1688523188174_0.515440508747711","host":"s3://npm-registry-packages"}},"1.0.0-beta.6":{"name":"zenstack","version":"1.0.0-beta.6","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.6","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"554b522491e61428885528ad1134e36eab3513a6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.6.tgz","fileCount":161,"integrity":"sha512-iULXdcdOQukUxs3XO+YZroDjx/ZQZY3sMiNISCbcubYdkOY07Wl246WpXbPw4nEJY1kUAYEKmpZnsUXppZD5Ag==","signatures":[{"sig":"MEUCIG/1/IgG4lpLzgkYQ7EVahDZ/G8B7BB/HdxPy6g0ykD3AiEA7BcDchef7cvBp0yMLJpD7Ar5xKHyMSuc2ezW0Ua3Qv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":572953},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.6.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/733862a52cc5a4ab67511e106ddee2e1/zenstack-1.0.0-beta.6.tgz","publisher":"zenstack","_integrity":"sha512-iULXdcdOQukUxs3XO+YZroDjx/ZQZY3sMiNISCbcubYdkOY07Wl246WpXbPw4nEJY1kUAYEKmpZnsUXppZD5Ag==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.6","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"4.10.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.6","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"4.10.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.6","@zenstackhq/testtools":"1.0.0-beta.6","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.6_1688546936794_0.5044457069146879","host":"s3://npm-registry-packages"}},"1.0.0-beta.7":{"name":"zenstack","version":"1.0.0-beta.7","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.7","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b4a2fb2b1bc518d736dd190ff84717fffe92c5e0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.7.tgz","fileCount":161,"integrity":"sha512-FOLJrxOykJqKdJlNkb4tgl1cQt+vW4VDiwnYvmCfcHi+wy5qKK6Kj6o9VbqBqFj91icFqtGO0VIpdSYaoGZIHw==","signatures":[{"sig":"MEUCIBZS6TztKoWJvb9kMje5jbFIV8rNkIcFD+HqGG7cdwFGAiEAhwFU9ea/g/tmDjLMNfFM0vLwvC9CHWEKmW+gRxh1Ln0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":576261},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.7.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5a4196e73dfc9fadd29c61ce32d75415/zenstack-1.0.0-beta.7.tgz","publisher":"zenstack","_integrity":"sha512-FOLJrxOykJqKdJlNkb4tgl1cQt+vW4VDiwnYvmCfcHi+wy5qKK6Kj6o9VbqBqFj91icFqtGO0VIpdSYaoGZIHw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.7","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"4.10.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.7","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"4.10.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.7","@zenstackhq/testtools":"1.0.0-beta.7","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.7_1688900889991_0.27542687903012575","host":"s3://npm-registry-packages"}},"1.0.0-beta.8":{"name":"zenstack","version":"1.0.0-beta.8","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.8","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9beec2a8a9e09c453ff84c83ef36595c1246d966","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.8.tgz","fileCount":161,"integrity":"sha512-YZfqGe7txrU836xF3p8vTPNLnknp4kr1HuS6BcG3AcdcDIpkNDyzSk21DY6elhlwQ1hUtnjkWzT1qMmeGNKggw==","signatures":[{"sig":"MEUCIQC8VhTAAXd7nHloBFF/MmaoWjDl+hST4clN4Ztm330VTAIgCOO+IRooJ+EQpkUIulQrdkgAAnXAP7hM4x3HS4uulxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":578458},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.8.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/03999934ea4f17addf1fa59c23358123/zenstack-1.0.0-beta.8.tgz","publisher":"zenstack","_integrity":"sha512-YZfqGe7txrU836xF3p8vTPNLnknp4kr1HuS6BcG3AcdcDIpkNDyzSk21DY6elhlwQ1hUtnjkWzT1qMmeGNKggw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.8","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@prisma/internals":"4.10.0","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.8","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"4.10.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.0.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^14.18.32","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.8","@types/async-exit-hook":"^2.0.0","@types/lower-case-first":"^1.0.1","@types/upper-case-first":"^1.1.2","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.8_1688974178433_0.30013845593582555","host":"s3://npm-registry-packages"}},"1.0.0-beta.9":{"name":"zenstack","version":"1.0.0-beta.9","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.9","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e5e7357474e93b701febd69ae2c8841a81a7bd1c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.9.tgz","fileCount":161,"integrity":"sha512-e9GMDzKjCzMhH+u4aB8NDcaY9tIdR9lA7AgxP56UbAjZKMTGEF3tBCvhiCnqDZcVJqUdrIQxBd5wlMUGie161w==","signatures":[{"sig":"MEYCIQC6m488kquNDd5no2UtlnWhkaNTGXysWNqeB03eK7dunAIhAInnpQ6hakUPM7H2dFZx/a55Oi6ZJV7O+JlEsOl//8rQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":589240},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.9.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/da58eaadb679d48426211aa5a82524ec/zenstack-1.0.0-beta.9.tgz","publisher":"zenstack","_integrity":"sha512-e9GMDzKjCzMhH+u4aB8NDcaY9tIdR9lA7AgxP56UbAjZKMTGEF3tBCvhiCnqDZcVJqUdrIQxBd5wlMUGie161w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.9","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.9","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.9","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.9_1689757741896_0.2412494542318473","host":"s3://npm-registry-packages"}},"1.0.0-beta.10":{"name":"zenstack","version":"1.0.0-beta.10","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.10","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"68fa5e6d42a7480c7e8b1a3452b6a355a5010083","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.10.tgz","fileCount":161,"integrity":"sha512-eN0H23JrF38JWNsgjow0ZHZAodt0FGUnlOd9ra1WH+1IIOow4Q1OEJ7iVdeSVa/PHZXOYYpKTwAzjRdIGVyTwA==","signatures":[{"sig":"MEUCIQCpWQsRawnGAlCux7r/odYyXWuKym/LvRpCvBsoH9uuLgIgQXKN/rQm4DGILDhOH/gvYuOb7pC3++U234JmHXft23k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":589244},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.10.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a5cef8abc916f5b3ebdca78e72438bbf/zenstack-1.0.0-beta.10.tgz","publisher":"zenstack","_integrity":"sha512-eN0H23JrF38JWNsgjow0ZHZAodt0FGUnlOd9ra1WH+1IIOow4Q1OEJ7iVdeSVa/PHZXOYYpKTwAzjRdIGVyTwA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.10","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.10","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.10","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.10_1689762864268_0.9547161786708482","host":"s3://npm-registry-packages"}},"1.0.0-beta.11":{"name":"zenstack","version":"1.0.0-beta.11","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.11","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7fd70c1200989d693e9373ddf58dafaff04a7cc6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.11.tgz","fileCount":161,"integrity":"sha512-MFG6CeHj/P56f3I87rFeVPLYlGaVnLTyAE5a8UJbn0GWoPMk1WYNn6jpc40FQXlBPWLlBxodq7A5Mv9Yv+pQXQ==","signatures":[{"sig":"MEUCIQDrXD5Z5/rlZPoVwDVSosFLgzZh9rsD3LNF/AQoyv4acQIgF2tA3JoVEC2BMgQi2FYk7Wm+SzoNblP8xZ3flSgBY58=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":589244},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.11.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cb346b1366a4feb4128ed0a8fce32dd0/zenstack-1.0.0-beta.11.tgz","publisher":"zenstack","_integrity":"sha512-MFG6CeHj/P56f3I87rFeVPLYlGaVnLTyAE5a8UJbn0GWoPMk1WYNn6jpc40FQXlBPWLlBxodq7A5Mv9Yv+pQXQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.11","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.11","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.11","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.11_1689824969156_0.2835814292932448","host":"s3://npm-registry-packages"}},"1.0.0-beta.12":{"name":"zenstack","version":"1.0.0-beta.12","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.12","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"418af5a90b83a1e76d243bcb3ac6dc8fcf815df7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.12.tgz","fileCount":161,"integrity":"sha512-ST7rzOXFAgu5rdiSxA2G4ScLwEPao1EjLaoBmmusgZ5kBYpf2o7E8Evu/76YXyWIxIP2CAs7TB5xHIAEbGNKAw==","signatures":[{"sig":"MEUCIBDO0QFiVWcNBWqy4n74Ut0qPyUZtFnq9alBuPJED3cXAiEAjhSbbaVR3wYbNVyGwChfjS4f9woTl/dqIrKbUaOg8u4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":589966},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.12.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/76c1a07cb66cc93e1e8eb0096175e132/zenstack-1.0.0-beta.12.tgz","publisher":"zenstack","_integrity":"sha512-ST7rzOXFAgu5rdiSxA2G4ScLwEPao1EjLaoBmmusgZ5kBYpf2o7E8Evu/76YXyWIxIP2CAs7TB5xHIAEbGNKAw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.12","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.12","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.12","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.12_1690211069576_0.17773230251646344","host":"s3://npm-registry-packages"}},"1.0.0-beta.13":{"name":"zenstack","version":"1.0.0-beta.13","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.13","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"148baa39cd9664faf373a673f4885adc6b99a73f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.13.tgz","fileCount":161,"integrity":"sha512-jKk3ObTiUs4dNxYSYxPyso7mSac6gXlVurKiSiF/AhbTN31PE3JAaedXOirg4XFq9wHtWy8DeOmbmDoSu3SUaQ==","signatures":[{"sig":"MEQCIFypfFgtIq9Yv1ILX26Nlxsxuc2XZYi39akoCyWaS3QHAiAmlLtLjFXXlapBhvdNFT+UtEPOSyvrRM9cYFGkg7gXkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":590606},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.13.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/56cc096f6fa52e2d280d158d12c96535/zenstack-1.0.0-beta.13.tgz","publisher":"zenstack","_integrity":"sha512-jKk3ObTiUs4dNxYSYxPyso7mSac6gXlVurKiSiF/AhbTN31PE3JAaedXOirg4XFq9wHtWy8DeOmbmDoSu3SUaQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.13","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.13","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.13","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.13_1690774092020_0.570826741982672","host":"s3://npm-registry-packages"}},"1.0.0-beta.15":{"name":"zenstack","version":"1.0.0-beta.15","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.15","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1657a8f9c6b9a8d00906511294e320f322ff0897","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.15.tgz","fileCount":161,"integrity":"sha512-4mHCh1Xs+QC61arA6N80XgbJYoAdGij4Q6lhOdhBHkVT7f+TLGeBmfk6Ez7U0rmxrDL5p6dEuR/GhyVAUsB5PA==","signatures":[{"sig":"MEYCIQCAcW9pj5Z7R6h1d6Jmduq7HBaa0L30grvrXe5drK1QIgIhAIDCyTzwcPGEfm35tOdee3Npbd/OM2LhY9vIo1wRbo8W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":602652},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.15.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4931b866c7278a8e4afa4d2143b2fc2c/zenstack-1.0.0-beta.15.tgz","publisher":"zenstack","_integrity":"sha512-4mHCh1Xs+QC61arA6N80XgbJYoAdGij4Q6lhOdhBHkVT7f+TLGeBmfk6Ez7U0rmxrDL5p6dEuR/GhyVAUsB5PA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.15","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.15","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.15","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.15_1691462126216_0.08571521584757757","host":"s3://npm-registry-packages"}},"1.0.0-beta.16":{"name":"zenstack","version":"1.0.0-beta.16","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.16","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a3cbe6fbda4dfd707be1b96346b1f6770eb2fa1f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.16.tgz","fileCount":161,"integrity":"sha512-czpdJYHDWvaT/5BXE4xoIG+t6WS8vzfYoYZFaz0phYbVZ/wiGZc1JlWGdJk4wOzwsWxOCD7s5jjSrryzl9tyKQ==","signatures":[{"sig":"MEUCIAvHlUKxhGRSzca6mHJr3S7a26VTHU+GCUmivVYbMfiRAiEAowCoQHIdD2kACAeWVl2VpcOFKukJqMOq5iUNkKwtdD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":602652},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.16.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8b4ed93615e36b3721d9bdb052d6bc39/zenstack-1.0.0-beta.16.tgz","publisher":"zenstack","_integrity":"sha512-czpdJYHDWvaT/5BXE4xoIG+t6WS8vzfYoYZFaz0phYbVZ/wiGZc1JlWGdJk4wOzwsWxOCD7s5jjSrryzl9tyKQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.16","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.16","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.16","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.16_1691465676692_0.27776566633961997","host":"s3://npm-registry-packages"}},"1.0.0-beta.17":{"name":"zenstack","version":"1.0.0-beta.17","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.17","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c887103834c4b5f8f0c4c57187e60f7fffac2349","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.17.tgz","fileCount":161,"integrity":"sha512-zZflOBf5ju/ssU8uh8KaffDcaaSENIj6WNAB1za/+OH8nZ8ADlUmr0iuAJ9k80HHgr95AJlCgTVgJhgyu9FNSA==","signatures":[{"sig":"MEYCIQDCsxRONw/qYcQiYqtSSeX24IRCHW4WyW58puVye7G3FAIhAJwdAtnq3wm8lr1Zi7oBPHmTWWH2qwNQ8tfzWBm2jz2H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":602652},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.17.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6bba50a49781904f8311af6bc09405d8/zenstack-1.0.0-beta.17.tgz","publisher":"zenstack","_integrity":"sha512-zZflOBf5ju/ssU8uh8KaffDcaaSENIj6WNAB1za/+OH8nZ8ADlUmr0iuAJ9k80HHgr95AJlCgTVgJhgyu9FNSA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.17","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.17","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.17","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.17_1691852771884_0.7822866981622527","host":"s3://npm-registry-packages"}},"1.0.0-beta.18":{"name":"zenstack","version":"1.0.0-beta.18","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.18","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"11c5e8867cb5ac3210d96ebcebfc696f64d20f30","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.18.tgz","fileCount":161,"integrity":"sha512-/ewGMxJ1bHIBGpitqhXtyWQtZj+6MmmMQLk0m6sXVuCf6aJco/YhObsJFNxvWXp5RS/Ad2Zzler1Qngtauic8w==","signatures":[{"sig":"MEQCIGmdNL012jhlKIAK9AkdcQpD2NqY1+Rh9rXekZsReF9pAiB7N/xqT72iF9UKni75+WifYIgvb8qxLZkYMm41tLs9JQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":603127},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.18.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/020886988f607c74729798e5f850aecd/zenstack-1.0.0-beta.18.tgz","publisher":"zenstack","_integrity":"sha512-/ewGMxJ1bHIBGpitqhXtyWQtZj+6MmmMQLk0m6sXVuCf6aJco/YhObsJFNxvWXp5RS/Ad2Zzler1Qngtauic8w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.18","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.18","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.18","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.18_1692014869643_0.43147212600492657","host":"s3://npm-registry-packages"}},"1.0.0-beta.19":{"name":"zenstack","version":"1.0.0-beta.19","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.19","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1e0ee2a7ac5aa9d02f55a13d74766068aa7ca893","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.19.tgz","fileCount":161,"integrity":"sha512-pYDgWSKwSBaRAKYK43EsCFlEteNhldNrrZiApywDeHSgjW3gZACKtDl71kkEMY0aXPL/bXg8OAHGY+wkYpaVpw==","signatures":[{"sig":"MEYCIQChM6dRU+CuuO/V6CSNIlSk+Z2oZam4DVH45lImFjxzVgIhAKy9SvW5mpz8OJuZjr1HvWWS16tjRH/Swwt8tEMPNrx5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":607407},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.19.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/595dafa985c423c14ac250dbf33d3a51/zenstack-1.0.0-beta.19.tgz","publisher":"zenstack","_integrity":"sha512-pYDgWSKwSBaRAKYK43EsCFlEteNhldNrrZiApywDeHSgjW3gZACKtDl71kkEMY0aXPL/bXg8OAHGY+wkYpaVpw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.19","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.19","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.19","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.19_1692182023101_0.16946305848071197","host":"s3://npm-registry-packages"}},"1.0.0-beta.20":{"name":"zenstack","version":"1.0.0-beta.20","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.20","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e425a5d2d04191814e3792a4c97c734a794b2c86","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.20.tgz","fileCount":161,"integrity":"sha512-6Cl432yIuQcppmcMDnJKtQYmWiXHsIR6GPQ1B3kcX2YHUb5U5d/xeuK3p+cv7hJ9x8utafrx8h3fv1sVeZ+VKw==","signatures":[{"sig":"MEUCIQCzSA5Ww9lCxvOMIkYl9eWXttQM5zPb2HHk1f1WJuOLMgIgAZP2wjai24+3n9kbr/d8eLp8QDHJ/4MIQ+RwC3/9qbo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":623884},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.20.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/561fa8ce035188d77c1e83bc2cd2a6fd/zenstack-1.0.0-beta.20.tgz","publisher":"zenstack","_integrity":"sha512-6Cl432yIuQcppmcMDnJKtQYmWiXHsIR6GPQ1B3kcX2YHUb5U5d/xeuK3p+cv7hJ9x8utafrx8h3fv1sVeZ+VKw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.20","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.20","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.20","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.20_1692784124082_0.6819583796115323","host":"s3://npm-registry-packages"}},"1.0.0-beta.21":{"name":"zenstack","version":"1.0.0-beta.21","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.21","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1ab8efe2999d5efd9bc68ab81cddf19e543faeaf","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.21.tgz","fileCount":161,"integrity":"sha512-OWX9cafIGYo6tYbOCXj8W2wIFyiOpfBC35sb8aIXpQj13vkzwtbR7VhU3x1d3C06D0ariK0jM1Ct2HR1X7TLBg==","signatures":[{"sig":"MEUCIQDSVJAcgJiNimXxcveQlELBAa14r55DmhELC14zcOZ1PgIgRm6dI7GLoBr4/I8AQGQWv5NgD/6FcPNN6v7TtJvv/cE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":628357},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.21.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e450c6144c600ec6354059b3cfc9555a/zenstack-1.0.0-beta.21.tgz","publisher":"zenstack","_integrity":"sha512-OWX9cafIGYo6tYbOCXj8W2wIFyiOpfBC35sb8aIXpQj13vkzwtbR7VhU3x1d3C06D0ariK0jM1Ct2HR1X7TLBg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.21","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.21","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.21","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.21_1693885467825_0.5185407025328703","host":"s3://npm-registry-packages"}},"1.0.0-beta.22":{"name":"zenstack","version":"1.0.0-beta.22","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.22","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2c97cda89e935ef2b9fe747830bfe7c568341e3e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.22.tgz","fileCount":170,"integrity":"sha512-Sh1pVHOa2ih/THDmJ2mSfObUNr6N02lnIcF4glZmldN4pYJzfUmx5c3dGBgnL+XHAMtLD+wwPV7gSgpXZj7/lw==","signatures":[{"sig":"MEUCIQCeclP43oj8FPnsNEgpoGDbvS7JD+gDyHwHOiWfzXd/DAIgGHVxtZAO6CJdaiVXjxnnHOaK0rlc6WvzQp6/M4oaxRg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":647332},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.22.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e42668a62bb1167d290b6fdb0a2fe1d8/zenstack-1.0.0-beta.22.tgz","publisher":"zenstack","_integrity":"sha512-Sh1pVHOa2ih/THDmJ2mSfObUNr6N02lnIcF4glZmldN4pYJzfUmx5c3dGBgnL+XHAMtLD+wwPV7gSgpXZj7/lw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.22","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.22","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.22","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.22_1695091432976_0.1546551121006492","host":"s3://npm-registry-packages"}},"1.0.0-beta.23":{"name":"zenstack","version":"1.0.0-beta.23","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.23","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2904c322f26eeec03d530d02352874c9892777a5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.23.tgz","fileCount":170,"integrity":"sha512-snJ9ZHlcJ1gxOOg2AbAFHuhsIycXVXBmZwpPTQeLI1OxhvYTTIMH1jVp4uPXJN1TAGsUXw19ayyLjAkq2VWpyA==","signatures":[{"sig":"MEUCIQCqb4HAqqhWydlsTqXmxuNi719GF8gyR3ioVOFU4KHlBwIgE0UfBinpoULzHv6oww/mIpxYkAYEDZmb0iVTsFyXegk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":647332},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.23.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6d07125a3c2aff6d869c880f869289e4/zenstack-1.0.0-beta.23.tgz","publisher":"zenstack","_integrity":"sha512-snJ9ZHlcJ1gxOOg2AbAFHuhsIycXVXBmZwpPTQeLI1OxhvYTTIMH1jVp4uPXJN1TAGsUXw19ayyLjAkq2VWpyA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.23","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.23","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.23","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.23_1695097130656_0.4525791485154249","host":"s3://npm-registry-packages"}},"1.0.0-beta.24":{"name":"zenstack","version":"1.0.0-beta.24","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.0-beta.24","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8b868469b468333bd4190d7ebda0e676ef597e5b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.0-beta.24.tgz","fileCount":170,"integrity":"sha512-ZWteKKDqRaiHR+wnPz6bxTSeZDnbaGOew41eib4GC4LR4bVYqVkzG0nvnkSDSCYtNYDhLrTxWFWKyTFNOLdlpw==","signatures":[{"sig":"MEYCIQChGqEGxkfOwPPvZjzqQ0raWiVk+Nwf2iveQRrhoWbocgIhAJc5KqablrqQo0V0Yxs+2XVhLPQ2LshbRVP8LFERQkUA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":650790},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.0-beta.24.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/03733d84faab4e08516f20eefe82e85e/zenstack-1.0.0-beta.24.tgz","publisher":"zenstack","_integrity":"sha512-ZWteKKDqRaiHR+wnPz6bxTSeZDnbaGOew41eib4GC4LR4bVYqVkzG0nvnkSDSCYtNYDhLrTxWFWKyTFNOLdlpw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0-beta.24","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0-beta.24","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0-beta.24","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.0-beta.24_1695332692809_0.7877583216809281","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"zenstack","version":"1.0.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f2210139cf29d09de80e4ce4dfa935abc01d06d7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.1.tgz","fileCount":170,"integrity":"sha512-bUR6YhJG9ZvLMYL8JA5CoYdXSs/5z4/ITf26p5QAgR8jWCUO4klUBREiCUQkmOGs75t57nu8LSprWEW+a0W2Hg==","signatures":[{"sig":"MEUCIEz4E6DDTEaa6e4e6FPmiXmU5kFENTN6BmvKAytKh4s4AiEAwbYjmnMmObJET5QHT63O3CkOScpU0On2AZyAKidfjms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":646843},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2e21920b999817abf40e2eaaeebabb92/zenstack-1.0.1.tgz","publisher":"zenstack","_integrity":"sha512-bUR6YhJG9ZvLMYL8JA5CoYdXSs/5z4/ITf26p5QAgR8jWCUO4klUBREiCUQkmOGs75t57nu8LSprWEW+a0W2Hg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.0","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.0","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.1_1696271269237_0.5958603712744741","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"zenstack","version":"1.0.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.0.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5921828e8c74eed3faabf62276619057904caa06","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.0.2.tgz","fileCount":170,"integrity":"sha512-Ilm2/gRj3iMcD5u6zCeiyvqfMegzgvf84L5fyQ8nOoSm4c5/cxL/fu3M0EvBw6WFfWbFYydr2aT9/RaagaPfAw==","signatures":[{"sig":"MEQCIEWfKomtQg8yy9cTMLuyAsegE44q2zk9pR1RcRi1xBFRAiBc2iW0o707QM1xr8CVO8o9OJWvicpxQc5tcESvczCeTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":646843},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.0.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b67a1e67b9b3409e5cd716200ec4deae/zenstack-1.0.2.tgz","publisher":"zenstack","_integrity":"sha512-Ilm2/gRj3iMcD5u6zCeiyvqfMegzgvf84L5fyQ8nOoSm4c5/cxL/fu3M0EvBw6WFfWbFYydr2aT9/RaagaPfAw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"3.21.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.0.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.0.2","zod-validation-error":"^0.2.1","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.0.2","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.0.2_1696362180962_0.28766645241674293","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"zenstack","version":"1.1.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.1.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"586d6a21b16035174ccde0161514207c86981392","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.1.0.tgz","fileCount":170,"integrity":"sha512-4xg951g1s4ACtcRFLV0h1GVaoUdIJDu1SwzeOFmAI8DlH0HRGI8jrYh5bHnkRrODemonzV6EfsXZtK8uKd794g==","signatures":[{"sig":"MEUCIA0MKImT0iWD2+fGODX9pTpveBSVX8uUdVFOoMipwZejAiEAqp0SBI+P7MMpAs8Pzkv426IH8zYwbbMd/JKSJ9vfZCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":653933},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.1.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/485ec069d67d5e1ed31a851f08db0312/zenstack-1.1.0.tgz","publisher":"zenstack","_integrity":"sha512-4xg951g1s4ACtcRFLV0h1GVaoUdIJDu1SwzeOFmAI8DlH0HRGI8jrYh5bHnkRrODemonzV6EfsXZtK8uKd794g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.1.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.1.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.1.0","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.1.0_1697504684851_0.17024554647659595","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"zenstack","version":"1.1.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.1.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c5c400ecc121cd709eb02c7ff6ba865b16570634","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.1.1.tgz","fileCount":170,"integrity":"sha512-gO2oCVxtHRcXBarMcSkfphF2MUAc9Xh2uJpeustPTkeF7AE/RsEfOnc/fuwlqGdNCEcrNRyDfZRNUJunMhX56A==","signatures":[{"sig":"MEQCIEWESYDfvt+dY+8lV2tCz5bFfHM+tqtn8Oh3NgyheQPbAiAvYv4jFN6b5ao7AihLxJ0l/5rmrPXMXzE4hUxiBBlNvw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":653933},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.1.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","publish-dev":"pnpm publish --registry http://localhost:4873","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2b7b8b1c8154035170c1ec50dfabcfcf/zenstack-1.1.1.tgz","publisher":"zenstack","_integrity":"sha512-gO2oCVxtHRcXBarMcSkfphF2MUAc9Xh2uJpeustPTkeF7AE/RsEfOnc/fuwlqGdNCEcrNRyDfZRNUJunMhX56A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.1.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.1.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.1.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.1.1_1698058957874_0.9164725599053303","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"zenstack","version":"1.2.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.2.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e4465193e3f0344a454c57151295e4db280d7e4a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.2.0.tgz","fileCount":173,"integrity":"sha512-HCf0rGsCwRXRYcdIbbYJQO5/Efva39hp51XNx2BzfYch5NsIKXar58Ehy5nHv5ymphuYiXD2tlBr6NdII76/Zg==","signatures":[{"sig":"MEUCIBFkaEcDkQLKs+vu6GIKagpzlJ9FVB829yHjNQ8P/ZP2AiEAgZYnqTKTU+O4AgnXSmYJ7X0T4BuLtznu0ZH1O5NcHfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":647160},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.2.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4bed87cb0a44f052f41ba20204cc9331/zenstack-1.2.0.tgz","publisher":"zenstack","_integrity":"sha512-HCf0rGsCwRXRYcdIbbYJQO5/Efva39hp51XNx2BzfYch5NsIKXar58Ehy5nHv5ymphuYiXD2tlBr6NdII76/Zg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.2.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.2.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.2.0","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.2.0_1698874725612_0.8562914539811868","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"zenstack","version":"1.2.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.2.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0d23f34803d951181d95e3fcdc29bb9f4906469b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.2.1.tgz","fileCount":173,"integrity":"sha512-l5acoYBEwexVVl6JX+Sf2TyqwqZr7enfv+R6QD9nKG5KLYy9BswREBACeTsBxefV/FtjzS9wckQDFbdSefAIgg==","signatures":[{"sig":"MEQCIH0A/J3b0pJg3bL/e0FxoMxAAYURxWDLl3SVFqSeo+66AiA3ywjusV9BDcsc6EoC3jrQO4PGkBybdUMo5eCAhynVmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":647160},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.2.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f747182065fdbfe646a3fdbc9dd903d1/zenstack-1.2.1.tgz","publisher":"zenstack","_integrity":"sha512-l5acoYBEwexVVl6JX+Sf2TyqwqZr7enfv+R6QD9nKG5KLYy9BswREBACeTsBxefV/FtjzS9wckQDFbdSefAIgg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.2.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.2.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.2.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.2.1_1699472493557_0.3602687013052286","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"zenstack","version":"1.2.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.2.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"af02d405c47e41cb1df5ec38b1afe95fdd9adeca","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.2.2.tgz","fileCount":173,"integrity":"sha512-SiFKPNWS8NSzd/sTaOdeLB0/nJzQn9al7rGuNhxzGz1qfFuXMtYPTgEtijmk1EVacPRvmwW3oTS/Kosmfuo0gA==","signatures":[{"sig":"MEUCIDTNw2L1tIzINf9cg+FuRp3h4su5COcLBH7b2H+F0cs+AiEAuA4KjoUEHNPtlGFP9XHHfse1Uplsj0SBMec8lp8VwDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":651160},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.2.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2e4a8516529d6d1dbf4726af3d973a45/zenstack-1.2.2.tgz","publisher":"zenstack","_integrity":"sha512-SiFKPNWS8NSzd/sTaOdeLB0/nJzQn9al7rGuNhxzGz1qfFuXMtYPTgEtijmk1EVacPRvmwW3oTS/Kosmfuo0gA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"A toolkit for building secure CRUD apps with Next.js + Typescript","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.2.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.2.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.2.2","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.2.2_1699925863827_0.6755905346774309","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"zenstack","version":"1.3.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.3.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bd6a00982ac625e3730802d82d48037074983c62","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.3.0.tgz","fileCount":176,"integrity":"sha512-U6+tLRWqsde60SWe6haEeHtO/C5SWrFTTBZp7KDURmET+Y9bX9Y0o9b29WvS5rKP4rmEpyFC2n4U91Nt4gAAwA==","signatures":[{"sig":"MEYCIQD8Bslk01eh7XPXj8bBOYsTlLrWziLpJaJrhQbb+ulZHgIhAIaYFNyj/bE5Mj2HHF4O3Jpx15fErfpfjcBQDT4eSjjD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":671891},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.3.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/aada68a779ec09c04a9ee181c1088a5e/zenstack-1.3.0.tgz","publisher":"zenstack","_integrity":"sha512-U6+tLRWqsde60SWe6haEeHtO/C5SWrFTTBZp7KDURmET+Y9bX9Y0o9b29WvS5rKP4rmEpyFC2n4U91Nt4gAAwA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.3.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.3.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.3.0","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.3.0_1700102761472_0.6175366658053594","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"zenstack","version":"1.3.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.3.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ac2eeed092c2b6ca48b7cd9f6dc1c902b8432a6a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.3.1.tgz","fileCount":173,"integrity":"sha512-xE+9za+ae+ZPWd9kx9vy6gQ+ZOI0/MzQZee64Wo2K8NwQ3WzLu1v5B/EyaizL4h4Sg/PDDPFRR5IFnTl03UH2g==","signatures":[{"sig":"MEYCIQCSacBxEt+DZ2rwrVucCQOd/MdcNJQ7iVJo8IDGBbesTwIhAIU6lad1OYACxdG9pRa26vx1jBnNr8SoxclFvomMT8Gq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":660477},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.3.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/df781db5b9c5f73eabfeac63415cc7bb/zenstack-1.3.1.tgz","publisher":"zenstack","_integrity":"sha512-xE+9za+ae+ZPWd9kx9vy6gQ+ZOI0/MzQZee64Wo2K8NwQ3WzLu1v5B/EyaizL4h4Sg/PDDPFRR5IFnTl03UH2g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.3.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.3.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.3.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.3.1_1700262457366_0.7408311680437414","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"zenstack","version":"1.3.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.3.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1dd36202158816661a9a654d071cdda2fa41aa75","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.3.2.tgz","fileCount":173,"integrity":"sha512-lT5/uKADKAljKYxmQDDNTyXKc60PupJT7h+wFRSOjjpxpb9B8+4bcNEcmJi4cShdUUaRYLlkb+OfhNX88I54qA==","signatures":[{"sig":"MEUCIAm7wxQdSvjyUwg3dTkHALsDt8QVXfgMuWqx6eMObCuZAiEAu5z4+ZlN1RupDMmY3Va6c3Zugcjs7Wystbg2Cbgqbcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":660477},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.3.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e4011fb5cdd6ac8ac14e1f2d71b1e4d6/zenstack-1.3.2.tgz","publisher":"zenstack","_integrity":"sha512-lT5/uKADKAljKYxmQDDNTyXKc60PupJT7h+wFRSOjjpxpb9B8+4bcNEcmJi4cShdUUaRYLlkb+OfhNX88I54qA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.3.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.3.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.3.2","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.3.2_1700965306596_0.7647936102631114","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"zenstack","version":"1.4.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.4.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"23483e320012dfe07bfd8e2df64009bba7a07b1f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.4.0.tgz","fileCount":179,"integrity":"sha512-EI6RKX4aSPMqYVCA6Y7RLASlp59lTeAiNWMwkJv15/jkA+OM0IfOXXMJK/7JNmuMYKWJfjMkt2vZ5w1uuy2XGA==","signatures":[{"sig":"MEYCIQCKX9OEtawNwmgidN6q27paVyLph/Ccv0GK02ZVKFVp0QIhAMz1Y3SWbr79zusZeR7CECjTOugg6jdM9JGrbcAqplKg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":687837},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.4.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3218e6c33b72369c0d57465eb98e05f1/zenstack-1.4.0.tgz","publisher":"zenstack","_integrity":"sha512-EI6RKX4aSPMqYVCA6Y7RLASlp59lTeAiNWMwkJv15/jkA+OM0IfOXXMJK/7JNmuMYKWJfjMkt2vZ5w1uuy2XGA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.4.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.4.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.4.0","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.4.0_1701383344897_0.1238060820447302","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"zenstack","version":"1.4.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.4.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1692a63e28e80afb928ca1506130fa0b1b26e770","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.4.1.tgz","fileCount":179,"integrity":"sha512-kO3Gvm9o3v073ehKiwlw5CchnUCHXP7fm2ZELQhq7eSgyn+fSWmkphUorht6GtYRU/qA5OggM4j61Tzu1kMocQ==","signatures":[{"sig":"MEYCIQDxmQ3Jr3rxwNAQ9ds0sCISMWnv/ImiaRhxmfM80ZXWSwIhAPYOuJF3z0RWmhqhOFN3CuzaiIGZn8PlfIpA12cm2A3n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":694578},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.4.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/bf846bbb46f0a93b1381a90fbd5b660d/zenstack-1.4.1.tgz","publisher":"zenstack","_integrity":"sha512-kO3Gvm9o3v073ehKiwlw5CchnUCHXP7fm2ZELQhq7eSgyn+fSWmkphUorht6GtYRU/qA5OggM4j61Tzu1kMocQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.4.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.4.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","jest":"^29.5.0","dotenv":"^16.0.3","eslint":"^8.27.0","prisma":"^4.8.0","rimraf":"^3.0.2","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","ts-jest":"^29.0.3","ts-node":"^10.9.1","copyfiles":"^2.4.1","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","typescript":"^4.8.4","@types/jest":"^29.5.0","@types/node":"^18.0.0","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","concurrently":"^7.4.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","eslint-plugin-jest":"^27.1.7","@zenstackhq/runtime":"1.4.1","@types/async-exit-hook":"^2.0.0","@typescript-eslint/parser":"^5.42.0","@typescript-eslint/eslint-plugin":"^5.42.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.4.1_1702019402330_0.8394575820900423","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"zenstack","version":"1.5.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.5.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0c1c19d0f4f55c06303067b50e1579ff3c2d9c5b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.5.0.tgz","fileCount":179,"integrity":"sha512-K5I2cnwjwjNrOTKerRfC6XkddRZ6phVhpZCJ8D1lwdz04pC+S6YTzkWIbFs/9F8GxOW9DXTRP2Xcxl34vfmtdQ==","signatures":[{"sig":"MEQCIGDeZCyF48qESgoz27U37+iXHFhmHLl1QxIzUo/LDainAiA76nYm9ZyK1ea/+2GRjf8uOq3BJHR110CNaIWG1vgUNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":700270},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.5.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf bundle dist","watch":"tsc --watch","bundle":"pnpm clean && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/86421dd7825c31421bc19ae7d8ccad4b/zenstack-1.5.0.tgz","publisher":"zenstack","_integrity":"sha512-K5I2cnwjwjNrOTKerRfC6XkddRZ6phVhpZCJ8D1lwdz04pC+S6YTzkWIbFs/9F8GxOW9DXTRP2Xcxl34vfmtdQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.5.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.5.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.5.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.5.0_1702598533966_0.41561723315780763","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"zenstack","version":"1.6.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.6.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9934c85686a5d5fd25e422888d04086cd08637e4","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.6.0.tgz","fileCount":178,"integrity":"sha512-klJbqq1XmUMHIL9ayWx3rWWadv+2m43X11+4EaN8MCOFc/HlAGzykQfQWDD3bB7Q8Z2qrAK6Ogn5gXxBYyqwzg==","signatures":[{"sig":"MEQCIBLswhY8wj0G04BbRcGp1VZOP5ql06XPvC0n/yS5obr0AiBZTRegtuTlq7mT2YMIM+mU0L2nOLRSmmV4XJzpv4nBQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":706195},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.6.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/89e1a6cb07837c1680833139777952c4/zenstack-1.6.0.tgz","publisher":"zenstack","_integrity":"sha512-klJbqq1XmUMHIL9ayWx3rWWadv+2m43X11+4EaN8MCOFc/HlAGzykQfQWDD3bB7Q8Z2qrAK6Ogn5gXxBYyqwzg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.3.8","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.6.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.6.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.6.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.6.0_1704115927728_0.3315722722538734","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"zenstack","version":"1.6.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.6.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"92ee7379ba0a81ca063e7c007b55b15619dcc047","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.6.1.tgz","fileCount":178,"integrity":"sha512-0aE7vqf6BfvBhTf+gkY/8Lp3RNu2iZiUkIce1GFC8e09ud65zNNVFMatQRBn+4cAyulTuElwZattcLrt/gUsRQ==","signatures":[{"sig":"MEUCICSMkmcf8p0ZEQTqfPdO4csFhmuTpOTlc3Dqz2ZTTCpCAiEAwfsSFtfZMSM26hVU8BqvY5h9yBZs2uhfnTmpali0SUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":709230},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.6.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4069f1325dd03e54d0fd8bbc5a493b60/zenstack-1.6.1.tgz","publisher":"zenstack","_integrity":"sha512-0aE7vqf6BfvBhTf+gkY/8Lp3RNu2iZiUkIce1GFC8e09ud65zNNVFMatQRBn+4cAyulTuElwZattcLrt/gUsRQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"18.16.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.6.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.6.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.6.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.6.1_1704285838587_0.8822534317818835","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"zenstack","version":"1.6.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.6.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2ea1a8eb3e454999afc7c4f457a4d20201664f2c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.6.2.tgz","fileCount":178,"integrity":"sha512-H9DpINQLYscEgLe1Mh7572XQeGo3nuTJxe9LwsQR2Q9IhMrsIwMJgrdPMynBRsBIJmOS/o+lrvKT7r70qWGHgw==","signatures":[{"sig":"MEQCIE4hbSJ23GUvcQiQaDkNdfsFvX+w6pR6BUqCDSFDQ/fVAiBMVaGWUbVYZ1LvN/ST225bTccCPcZpKtAjT9uYo3pA7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":709230},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.6.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b43205e0ca08c18bd6d8f3982a122fb0/zenstack-1.6.2.tgz","publisher":"zenstack","_integrity":"sha512-H9DpINQLYscEgLe1Mh7572XQeGo3nuTJxe9LwsQR2Q9IhMrsIwMJgrdPMynBRsBIJmOS/o+lrvKT7r70qWGHgw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.6.2","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.6.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.6.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.6.2_1704867301187_0.45432964227857986","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"zenstack","version":"1.7.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.7.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2d0dc885c24c74f35d5d148361d8e7f539533ed1","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.7.0.tgz","fileCount":187,"integrity":"sha512-dOhSg11eXDyvD9gAD/6Oh1wSCiWfDjNjCQ+89m+HTeXnZk6AqVS/svMOutmTSuTTK8nMJnd8fe9U2mizWGwZ0g==","signatures":[{"sig":"MEQCIE4PWN9TTKwkCwQoN4l/kzzNfREWttNx3KxJLoHgHhgMAiBfvi3/ZqYpsFqHKyZVdw5fA0ZNKCcN1BZ8lXOhync7Gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":750175},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.7.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a73058e9dc5de6073aa4a5bcaa797bbd/zenstack-1.7.0.tgz","publisher":"zenstack","_integrity":"sha512-dOhSg11eXDyvD9gAD/6Oh1wSCiWfDjNjCQ+89m+HTeXnZk6AqVS/svMOutmTSuTTK8nMJnd8fe9U2mizWGwZ0g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.7.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.7.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.7.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.7.0_1705389957677_0.3166590273052521","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"zenstack","version":"1.7.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.7.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2f1fb4ef90a325eb6b7715a2fbfdbeb56739a129","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.7.1.tgz","fileCount":187,"integrity":"sha512-m6pctZgoC7iOiHM78JCFGcwlu1lyFVscI9KrdlaUN6jaK0VAAeQLQUyEMvK68fcGnmENdahU/ID6eOeGbKafRA==","signatures":[{"sig":"MEYCIQDPQDdOm9bPPQpwBaLQ0kggknuBft7ZPP8vxy2Eet6DzgIhAIPuq4Qq3/vMBd4nFJT34PCGZm7Vx5SsOPhQz/3s6+sk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":750175},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.7.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2e753071fb5b0f0bbaf164de9d3996b4/zenstack-1.7.1.tgz","publisher":"zenstack","_integrity":"sha512-m6pctZgoC7iOiHM78JCFGcwlu1lyFVscI9KrdlaUN6jaK0VAAeQLQUyEMvK68fcGnmENdahU/ID6eOeGbKafRA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.7.1","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.7.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.7.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.7.1_1706192335231_0.08157493394889026","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"zenstack","version":"1.8.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.8.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4da24b6b13c9da0259ab110b239aabf6c3ac7881","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.8.0.tgz","fileCount":190,"integrity":"sha512-ZtN+3o+Zqwi+AFqw6xdQpq1jLrFH9BlMLMBpAkKVXWLG01CwylzMcbQzrEgXyRdhIhZpZ/ZuVRaXAqymFcpuHQ==","signatures":[{"sig":"MEYCIQCkZzOZDgo3XpciD0VHcRMdwRhAtoKYWYKzcJ6KsPFAhgIhAOpNh/SYYdenalbAZxyYwBmfaYUDGxeQBVrFkaLh+0et","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":753895},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.8.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cd45f9b3389b13da45bb9ad204884996/zenstack-1.8.0.tgz","publisher":"zenstack","_integrity":"sha512-ZtN+3o+Zqwi+AFqw6xdQpq1jLrFH9BlMLMBpAkKVXWLG01CwylzMcbQzrEgXyRdhIhZpZ/ZuVRaXAqymFcpuHQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.8.0","async-exit-hook":"^2.0.1","node-machine-id":"^1.1.12","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.8.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.8.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.8.0_1706799251337_0.44034108480347767","host":"s3://npm-registry-packages"}},"1.8.1":{"name":"zenstack","version":"1.8.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.8.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8a34553bbaad14c3ee93747dccbd4cce70c0e379","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.8.1.tgz","fileCount":190,"integrity":"sha512-UcUCUOqD32cilaEVRAtomPk/Z9rdfQArQ10CMhgspj5ucZiyQZRj5Ms2RBTKcWg5oZV5dv+P0E6GcfidGSQrmQ==","signatures":[{"sig":"MEUCIB0OfUQdF1QjY805DH/FVzvnaWC9C6ERki3NgpThje61AiEAnAJ/vBWgRN+dFJFSUwgFIV7M7UMQQPuY/gO0QWac+WQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":757359},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.8.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1053b51679ee67a81c99e987f54a4791/zenstack-1.8.1.tgz","publisher":"zenstack","_integrity":"sha512-UcUCUOqD32cilaEVRAtomPk/Z9rdfQArQ10CMhgspj5ucZiyQZRj5Ms2RBTKcWg5oZV5dv+P0E6GcfidGSQrmQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.8.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.8.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.8.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.8.1_1706800252884_0.575445658610823","host":"s3://npm-registry-packages"}},"1.8.2":{"name":"zenstack","version":"1.8.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.8.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e8c0e73da93afb213e4de12b9f6a02d79a8a7ccc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.8.2.tgz","fileCount":190,"integrity":"sha512-8St3IDNo5+cwKk91GMlmQXWzlSli+LWW4Qa9RYgR2HVWbS9wZegUZw60/Y6YG4uP36v5XaGyth6I6s3DVGB+5w==","signatures":[{"sig":"MEYCIQCw+exzByCjWvU/iCaBB9vEuR3y6Gpb4+i3MkZZ5trnAAIhALhP9V+/DG2oANZD/2yNyNWVGRm/kABf61LbeNSIgtt+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":758563},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.8.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/235bd25ef2d3453c65384e32cf8cee43/zenstack-1.8.2.tgz","publisher":"zenstack","_integrity":"sha512-8St3IDNo5+cwKk91GMlmQXWzlSli+LWW4Qa9RYgR2HVWbS9wZegUZw60/Y6YG4uP36v5XaGyth6I6s3DVGB+5w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.2.0","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.8.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.8.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.8.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.8.2_1707548160065_0.2135664635363499","host":"s3://npm-registry-packages"}},"2.0.0-alpha.1":{"name":"zenstack","version":"2.0.0-alpha.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e192b0a4d66d59b90c6fc420ca710a405d8190a5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.1.tgz","fileCount":196,"integrity":"sha512-ZIPTQknOEKjD22uccaOo+HGy0BXrUVukv5qBpK+y7GKdX6XPlxeUhrVXSkeA7hJ0pYNAHUalmSb/6Tk1rQpPug==","signatures":[{"sig":"MEQCIAeVvp5wUKt0zHykwWiR5mrziwCdMc1QuDOD/NowCyISAiA4XegoqBeLVV58EXx0qPb5tdktbHiO85dT9XsqCcO1sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":778301},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ec2778b8c0a0b37e435418dff76e2568/zenstack-2.0.0-alpha.1.tgz","publisher":"zenstack","_integrity":"sha512-ZIPTQknOEKjD22uccaOo+HGy0BXrUVukv5qBpK+y7GKdX6XPlxeUhrVXSkeA7hJ0pYNAHUalmSb/6Tk1rQpPug==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.1_1707917282505_0.054192977294574174","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"zenstack","version":"1.9.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.9.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6014970165648d47e529dbf05e5ce10211bc1cc6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.9.0.tgz","fileCount":190,"integrity":"sha512-NqQQ49rb6JFQXSmcWq78udJBEZAz7leJ9aSpsvok7jqPyUz3qDQWVsdGTvbYyv/OsNIf2s/jiiphJI2rXPG3HQ==","signatures":[{"sig":"MEUCIFSS70dBHxaPG2ZX1p7KEG3GLGmpKH9p0aRVdmkz4mLUAiEA4UanF5Yd/2wd/I26kg4A5PygIvqS6qDvOGb+aag6NOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":761141},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.9.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"ZENSTACK_TEST=1 jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3e1ebff5824fb733f4ff828844c399f4/zenstack-1.9.0.tgz","publisher":"zenstack","_integrity":"sha512-NqQQ49rb6JFQXSmcWq78udJBEZAz7leJ9aSpsvok7jqPyUz3qDQWVsdGTvbYyv/OsNIf2s/jiiphJI2rXPG3HQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.9.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.9.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.9.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.9.0_1708137265165_0.34127747347727055","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"zenstack","version":"1.10.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.10.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7685daf7625768ce1c507e593cf853ed35ff7920","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.10.0.tgz","fileCount":190,"integrity":"sha512-O9JbhPW1GuyMJtFcN/uj7OsjG8D97clKAF7hFAzAj3XxE1Ffq6sXcq0NKn4NIZVae4xrhlyM54fd/o0t8LeH/A==","signatures":[{"sig":"MEYCIQD2aVIHUJkSHGY/v8cnu2AG0iKzL+Uzf8RnFWQWT9BirgIhANX8hct7l8mVSDM+qaav6qsw7ouwPdlZNbeCvBPR+mcq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":769297},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.10.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/20eb96e9c7eb92866e77e342268e0796/zenstack-1.10.0.tgz","publisher":"zenstack","_integrity":"sha512-O9JbhPW1GuyMJtFcN/uj7OsjG8D97clKAF7hFAzAj3XxE1Ffq6sXcq0NKn4NIZVae4xrhlyM54fd/o0t8LeH/A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.10.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.10.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.10.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.10.0_1709355161513_0.550755077047089","host":"s3://npm-registry-packages"}},"2.0.0-alpha.2":{"name":"zenstack","version":"2.0.0-alpha.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4798c280074b5acbdfb8f3650f65cfb29157236e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.2.tgz","fileCount":196,"integrity":"sha512-GYD+/HpWTyuWsZDOpYfTSjd6s/2feBANmSXJPa4aaTfufCjxnkLKEflHntVYBgHxo3yRThB4y1Gm+0b/tSkkkw==","signatures":[{"sig":"MEUCIGsWjI/KKqFbSO6BOaRdnnBsnqLlCxoNJvPa0S6ZwzfwAiEA+1ZPJuwFhQapSvRCUtNDHJFNkwGWPLgS6hZd9h/fSvA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":812829},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e7cac2b804654529214893b097ec1659/zenstack-2.0.0-alpha.2.tgz","publisher":"zenstack","_integrity":"sha512-GYD+/HpWTyuWsZDOpYfTSjd6s/2feBANmSXJPa4aaTfufCjxnkLKEflHntVYBgHxo3yRThB4y1Gm+0b/tSkkkw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.2_1709788851905_0.45434218026798256","host":"s3://npm-registry-packages"}},"2.0.0-alpha.3":{"name":"zenstack","version":"2.0.0-alpha.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f539cb6befef2027f4e4390b818f0a4a5fee3e7f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.3.tgz","fileCount":196,"integrity":"sha512-04J6F8ZeQTSBGbvCZCab8oLyzbWEQ+GaWgwWblNZJVKTcdnvTRIXT0pDrJpfAjHFplkp/PgG68MyXRlgjEDdgw==","signatures":[{"sig":"MEUCIQD+uJ27Dkv526e11wq+6Oj4MyzTVeQAei0Ocs+RIwpTBQIgFggteKfOqa756W55FzgdvfdJjYGevfyv0wHbsrNuifg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":812773},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.3.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/cfb7c9a36bcc3098255b007dff9fbb81/zenstack-2.0.0-alpha.3.tgz","publisher":"zenstack","_integrity":"sha512-04J6F8ZeQTSBGbvCZCab8oLyzbWEQ+GaWgwWblNZJVKTcdnvTRIXT0pDrJpfAjHFplkp/PgG68MyXRlgjEDdgw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.3_1709789856517_0.002510569113076455","host":"s3://npm-registry-packages"}},"2.0.0-alpha.4":{"name":"zenstack","version":"2.0.0-alpha.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ff642f3f301822b5cc8716731692c4e20307184f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.4.tgz","fileCount":196,"integrity":"sha512-OVbxVAK4T44W75W8cHiBsI6Fm9lB+t2UXpapkbBYQbBX2dmkf8tFT0jj1pxtFHKHcZDX5GDbe337QWCeIK9mEQ==","signatures":[{"sig":"MEUCIQCtI1xHZueIYbyCoQMWj3KAh+nv5HphDXz3etFOzJ39vwIgXwM4nl7MaBsKTHGxMLKFiK0poV2O3LGvSlPYCMWkyao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":812950},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.4.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0ef2b6d5806e1a36c5a7f7c09bf5ffe1/zenstack-2.0.0-alpha.4.tgz","publisher":"zenstack","_integrity":"sha512-OVbxVAK4T44W75W8cHiBsI6Fm9lB+t2UXpapkbBYQbBX2dmkf8tFT0jj1pxtFHKHcZDX5GDbe337QWCeIK9mEQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.4_1709791005104_0.3489762654070998","host":"s3://npm-registry-packages"}},"2.0.0-alpha.5":{"name":"zenstack","version":"2.0.0-alpha.5","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.5","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6cd7c5d4847073a2c6248912e7beee78b1a04ba5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.5.tgz","fileCount":196,"integrity":"sha512-DLBimf5OkHM12MJrJaxg7O09qDSdgWkydy/qVvXJlRFSt3Ncp0AB6xZpL6p5rd5JRYE9IT1Y/kHy9pUuQwNXfA==","signatures":[{"sig":"MEYCIQCdvC3pzijDp4fTBCvr1t/k9bl3IYV22q82cqYXADKRBAIhAL1TNqIntwB+Eef+ATGrovxGFYjcxbOrQWtQD+qfqsVc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":814448},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.5.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/82ce8daaed133fcab9bc74d2609768b2/zenstack-2.0.0-alpha.5.tgz","publisher":"zenstack","_integrity":"sha512-DLBimf5OkHM12MJrJaxg7O09qDSdgWkydy/qVvXJlRFSt3Ncp0AB6xZpL6p5rd5JRYE9IT1Y/kHy9pUuQwNXfA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.5","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.5","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.5","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.5_1709828368983_0.04960794452149031","host":"s3://npm-registry-packages"}},"1.10.1":{"name":"zenstack","version":"1.10.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.10.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"03a619d8fbb7b8cc9a89a2d50ff66b93b1ec40f5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.10.1.tgz","fileCount":190,"integrity":"sha512-7jM9PUJdTLXpUbBNTB0ptg/MzH2b7t7zn3En5z++6DZZwnOSN+KHPlh/PPDGAs3qMdYrw45BPJLeh6tOnh7tMQ==","signatures":[{"sig":"MEUCIA+9p4bjXrJjhPH6nbRzWhie8afhaBMsluRgZnNwub7zAiEAg6UrhgpNpDWvgVniZ6RJlX1ZDKnAejyUhK3YOq4vetY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":772796},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.10.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/70d8213a61f4bf4772d36a37d949ed5d/zenstack-1.10.1.tgz","publisher":"zenstack","_integrity":"sha512-7jM9PUJdTLXpUbBNTB0ptg/MzH2b7t7zn3En5z++6DZZwnOSN+KHPlh/PPDGAs3qMdYrw45BPJLeh6tOnh7tMQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.10.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.10.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.10.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.10.1_1709858512908_0.7099453555799258","host":"s3://npm-registry-packages"}},"1.10.2":{"name":"zenstack","version":"1.10.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.10.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f65d881b2417e7cdbcca7850b81af6197b8a65f1","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.10.2.tgz","fileCount":190,"integrity":"sha512-Z3TYzp/XNa4rC9C1xzxHRlv0ljBHFVg45wx/mPgQY/Fxg+zkNUfnNPMC54SMwMvf5Y2BwmpwqehzTWQYg7F/pg==","signatures":[{"sig":"MEYCIQCjU3rylPoQKSkMQkyPTAKaPxzivx9sSUSV1AaU+6etVAIhAM72uzQ2kS3QjKT4jgQCBNZ0P4lrsJcgC1qlhkEtxsqr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":772796},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.10.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/18d6064440c27df1d143ecf5b2a6db8e/zenstack-1.10.2.tgz","publisher":"zenstack","_integrity":"sha512-Z3TYzp/XNa4rC9C1xzxHRlv0ljBHFVg45wx/mPgQY/Fxg+zkNUfnNPMC54SMwMvf5Y2BwmpwqehzTWQYg7F/pg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.10.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.10.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.10.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.10.2_1709879578897_0.610869685682373","host":"s3://npm-registry-packages"}},"1.10.3":{"name":"zenstack","version":"1.10.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.10.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4cf715bdd4d467194d0013b784038514e0770afb","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.10.3.tgz","fileCount":190,"integrity":"sha512-cX7bmSDc8y/A3vnfqBetV6p8j4zLWdVEqiyl2fZwEkDh3QAW1/RW/IwiRV3zrGdacg3YBGuxSeTok6ZOQG9CHw==","signatures":[{"sig":"MEYCIQCWH6VFx2WsN0OaDbddrB5WoF4ON8EufBseIfahm5Ze9gIhALUm+8TvDOIcst3FQ3vSITVr1/F08yXtAJDytv1eszzU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":781147},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.10.3.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3b3d2598a2f18b36c5a9255ce3c71b13/zenstack-1.10.3.tgz","publisher":"zenstack","_integrity":"sha512-cX7bmSDc8y/A3vnfqBetV6p8j4zLWdVEqiyl2fZwEkDh3QAW1/RW/IwiRV3zrGdacg3YBGuxSeTok6ZOQG9CHw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.10.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.10.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.10.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.10.3_1709947919705_0.8211171395220522","host":"s3://npm-registry-packages"}},"2.0.0-alpha.6":{"name":"zenstack","version":"2.0.0-alpha.6","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.6","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e0e7258e670caf6c92f55c398e75f0bf0dc35dfe","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.6.tgz","fileCount":196,"integrity":"sha512-+LMhES7Vv8yhqaoi2xMH9BKPkZRJ0GiXda8s2kDJiGyBFhDS6lbIBrbmZoS6QiPVLP1faW+iSP04ECOzKutSlg==","signatures":[{"sig":"MEUCIAVI6KUz1lFICjUw9C3zWGzgtgAG+ysm4L6MzpjNotIeAiEAuWTslxWM+fTgU8mSIlcbbE0VofiI+Xa/kMq/6rk5oT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":822527},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.6.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8519b446daf0506feb268d6b226eb36c/zenstack-2.0.0-alpha.6.tgz","publisher":"zenstack","_integrity":"sha512-+LMhES7Vv8yhqaoi2xMH9BKPkZRJ0GiXda8s2kDJiGyBFhDS6lbIBrbmZoS6QiPVLP1faW+iSP04ECOzKutSlg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.6","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.6","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.6","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.6_1710000952966_0.9062145041202538","host":"s3://npm-registry-packages"}},"2.0.0-alpha.7":{"name":"zenstack","version":"2.0.0-alpha.7","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-alpha.7","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d63749b8f3588246d2e5140d9f6212f29d53bc90","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-alpha.7.tgz","fileCount":196,"integrity":"sha512-kYNnvEzamEBa3HSxYUrSnfFwp6SULFGdxhTnbtLGIOeEHkpIlfPP5Rc2HDjJCKNr+btmCHMZNBf73IP1MhFv3Q==","signatures":[{"sig":"MEYCIQC+sXgtSSEX0CSCRFSCCZ9cyt+G8IWJTzjni+d/4MNyWgIhAI+nPkTvWRzQVWGiTyvbLBuDSLq/mfyerkEAMBhx135m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":822527},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-alpha.7.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8175ac6a3e835955af9dc4a7ad93ba76/zenstack-2.0.0-alpha.7.tgz","publisher":"zenstack","_integrity":"sha512-kYNnvEzamEBa3HSxYUrSnfFwp6SULFGdxhTnbtLGIOeEHkpIlfPP5Rc2HDjJCKNr+btmCHMZNBf73IP1MhFv3Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-alpha.7","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-alpha.7","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-alpha.7","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-alpha.7_1710196274843_0.2593068857347973","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"zenstack","version":"1.11.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.11.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"25b1ec3678d64471d6be43dd2b77959ead86b476","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.11.0.tgz","fileCount":190,"integrity":"sha512-4v4EZtP7Q1UtOkdRHFd9KZn25LP/4qYIbjd77seAWv9opECQHfgUOuDA9dHROhOjyujBNHMfCB5fjya+AEZlMQ==","signatures":[{"sig":"MEYCIQCdxHFj0qAP4Qe11ST3PJFF2PMyz9wOEn60UZYvI6Jt+gIhALRF5uApD/IrkMlmtExtPDPB0BFRNK04qF8l6dp9fjBc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":783973},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.11.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5635f182b351902104c444fccf9837f8/zenstack-1.11.0.tgz","publisher":"zenstack","_integrity":"sha512-4v4EZtP7Q1UtOkdRHFd9KZn25LP/4qYIbjd77seAWv9opECQHfgUOuDA9dHROhOjyujBNHMfCB5fjya+AEZlMQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.11.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.11.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.11.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.11.0_1710607524682_0.48017053919232633","host":"s3://npm-registry-packages"}},"2.0.0-beta.1":{"name":"zenstack","version":"2.0.0-beta.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d57d88a7c71a9df94079d7757d8a0d7d7df812f1","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.1.tgz","fileCount":199,"integrity":"sha512-af7MUwUsZs8fr+J6AhsuGWOSF57TDbioYVPDkUM1VGI3Q1M7qpRKd9Sb6TX86bBrXkU82x86GPBiwdw+EsOpCg==","signatures":[{"sig":"MEUCIQDWzVMtotDX9aNVmkH5OD/euVgNtc5jkf0+OdgvZHUegAIgbL6mVgpKog3/Q50fkKYZpFm8wPgvHMOjUzN7ccY7BOI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":847242},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9ba4ac3d3e522d671b8455db0a60b61f/zenstack-2.0.0-beta.1.tgz","publisher":"zenstack","_integrity":"sha512-af7MUwUsZs8fr+J6AhsuGWOSF57TDbioYVPDkUM1VGI3Q1M7qpRKd9Sb6TX86bBrXkU82x86GPBiwdw+EsOpCg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.1_1710722853955_0.9737560276463848","host":"s3://npm-registry-packages"}},"2.0.0-beta.2":{"name":"zenstack","version":"2.0.0-beta.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3eec2026299ee48b08ff56d094ab2f12001479b0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.2.tgz","fileCount":199,"integrity":"sha512-c9ipBfGO0BK5MAWI86FoctmdWOarRwP5tigg1UsmhrsfhLAm5fL52wSgbJqYcnZXrVORgiDiv0j8FqO9lJ8KVQ==","signatures":[{"sig":"MEUCIQCy7rN2h7YYpPJWIK0NOs2roZ4dwvxVIA5qBsUOBqdx6QIgIWGiQcyzik8nwOczkyMGBDnu9Lnaa2ZBAbgv7nVDhpo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":846313},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/09e4223edc26cd141e7d2cafaea0e80b/zenstack-2.0.0-beta.2.tgz","publisher":"zenstack","_integrity":"sha512-c9ipBfGO0BK5MAWI86FoctmdWOarRwP5tigg1UsmhrsfhLAm5fL52wSgbJqYcnZXrVORgiDiv0j8FqO9lJ8KVQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.2_1710821228477_0.5845805085240401","host":"s3://npm-registry-packages"}},"1.11.1":{"name":"zenstack","version":"1.11.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.11.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"852265a4df57a71263f2398caa0ab2988d4b4d74","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.11.1.tgz","fileCount":190,"integrity":"sha512-CY2UHxVxkJxmga+u36eEEE5q7JWf2voiL2lnV9o9X4l+FI6nT74pgKewCf7hHLTzD5dHKplqpjfQHgm99P2Bvg==","signatures":[{"sig":"MEUCIAs9no0hdZGiUEEi0hLLbombAZ/PhvJovD3QKGfB14X3AiEA8xzSqEv0+VZTqU6iohGyK8rLvA2k8aa2sU7x7//qnEE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":784181},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.11.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5e1990837642673b477df81e3c1a17e2/zenstack-1.11.1.tgz","publisher":"zenstack","_integrity":"sha512-CY2UHxVxkJxmga+u36eEEE5q7JWf2voiL2lnV9o9X4l+FI6nT74pgKewCf7hHLTzD5dHKplqpjfQHgm99P2Bvg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.11.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.11.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.11.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.11.1_1710961967990_0.29377085225513655","host":"s3://npm-registry-packages"}},"2.0.0-beta.3":{"name":"zenstack","version":"2.0.0-beta.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d282372e9c7e6ff75867239c4d9736ff0c6d9afe","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.3.tgz","fileCount":199,"integrity":"sha512-tL11YyHx201mm4Y/7OELMcWGMsQwaS8WL0c5hWzwDrU70YHSuBMzf82fgfnhU4jz1QLrnO4q5amy8A4+ela5pQ==","signatures":[{"sig":"MEUCIGEeU4Csx+RgL2qlY7owulzuGkr7JjZkcP80aeZomI0nAiEA1FqlhQ+2fZYGrrM2gmVlGnjGUes332bKh9noA/PvLu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850563},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.3.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c41522425b570d1d43953ff070cffae6/zenstack-2.0.0-beta.3.tgz","publisher":"zenstack","_integrity":"sha512-tL11YyHx201mm4Y/7OELMcWGMsQwaS8WL0c5hWzwDrU70YHSuBMzf82fgfnhU4jz1QLrnO4q5amy8A4+ela5pQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.3_1711404718109_0.49764804716468314","host":"s3://npm-registry-packages"}},"2.0.0-beta.4":{"name":"zenstack","version":"2.0.0-beta.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1629511085d77bf31976e1db3083872c150ef273","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.4.tgz","fileCount":199,"integrity":"sha512-3cOfs9HoRipxBPO3GO7jXaMAKJjGh13YRKtzGtMnvu7ZIGZyUpH7MG7zoXrpam0hjiowy2KXs7Gu80H3EzwkCw==","signatures":[{"sig":"MEUCIQC8qlNlOxiP3meNgcGAMIAzrqLNRmJm01IFAwudChhnBQIgaEu3UG8Sf8IxtH3RuJBlbr1s9IDkbELA4HhVe5vvDWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850563},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.4.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c95c60cad4f1470c4335e89ccf3a0474/zenstack-2.0.0-beta.4.tgz","publisher":"zenstack","_integrity":"sha512-3cOfs9HoRipxBPO3GO7jXaMAKJjGh13YRKtzGtMnvu7ZIGZyUpH7MG7zoXrpam0hjiowy2KXs7Gu80H3EzwkCw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.4_1711579559285_0.18812053840288767","host":"s3://npm-registry-packages"}},"2.0.0-beta.5":{"name":"zenstack","version":"2.0.0-beta.5","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.5","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"225b61e477d6f11c243dc6ea217a7629a9d93ba0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.5.tgz","fileCount":199,"integrity":"sha512-UfblS81jRniU+pZmPn+p6/huQGhS2xnhNf+rKgdW4FfH25flNZUz9+GclQ82OinCifWGJE1x1VsUqovq6k+mvw==","signatures":[{"sig":"MEYCIQCb0DL6K7kAGMNJrvdwgNYvXD3Us/VyZqJScAG0hlCC8AIhAONUxaXgDkbRyHSSTvR9ruyZ9fECnuTVftlXQwquM8nj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850360},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.5.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/215bb5cdc9f1fc875f2d707180862cb4/zenstack-2.0.0-beta.5.tgz","publisher":"zenstack","_integrity":"sha512-UfblS81jRniU+pZmPn+p6/huQGhS2xnhNf+rKgdW4FfH25flNZUz9+GclQ82OinCifWGJE1x1VsUqovq6k+mvw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.5","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.5","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.5","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.5_1711847069236_0.02325806276135345","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"zenstack","version":"1.12.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.12.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"edc304f2a6dd984c5187ad52ca8305964777b9da","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.12.0.tgz","fileCount":190,"integrity":"sha512-CPatN8oLvfWPzL9smY5NbdX43o7moEeKaDoxXX45qGOoxDxj2ug6TDqnqGrzgh4ljeckC5JoebrqnHpICJmnuQ==","signatures":[{"sig":"MEYCIQCCsgkjStAgkGRqfVVW6cUI93wllEO1ZDZC4Ec3S7vBPwIhAK0v836NvEXolr7GE7YuTlRGhy7b516gaycLNMvkPXNi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":784181},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.12.0.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5e0eb8d23591bd3a48e310149a11bdc6/zenstack-1.12.0.tgz","publisher":"zenstack","_integrity":"sha512-CPatN8oLvfWPzL9smY5NbdX43o7moEeKaDoxXX45qGOoxDxj2ug6TDqnqGrzgh4ljeckC5JoebrqnHpICJmnuQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.12.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.12.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.12.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.12.0_1711917083523_0.3596411182413204","host":"s3://npm-registry-packages"}},"2.0.0-beta.6":{"name":"zenstack","version":"2.0.0-beta.6","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.6","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7bf5d3c6cf0209aa176c1aad085e39bf0d503858","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.6.tgz","fileCount":199,"integrity":"sha512-mEqsmazuJcEs8LQRSfNZDWOc9yY+dI3LTlAE6sWwM9c2f4YSeAmiepj8YClIipA6MQGtTVSGQBz/BsLfVxMQsg==","signatures":[{"sig":"MEYCIQDLSKzpdtt1Uit/AI/gP6Nz5jc1xEGrY/qC4akugrhwKwIhAP4adxIqOQCDoiXOGeiPx6LAwRdeiGUdmDYr2nRMcj9F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":851611},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.6.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/127e3fc937795753fa81700622eb576d/zenstack-2.0.0-beta.6.tgz","publisher":"zenstack","_integrity":"sha512-mEqsmazuJcEs8LQRSfNZDWOc9yY+dI3LTlAE6sWwM9c2f4YSeAmiepj8YClIipA6MQGtTVSGQBz/BsLfVxMQsg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.6","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.6","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.6","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.6_1712390807638_0.2090052929769457","host":"s3://npm-registry-packages"}},"2.0.0-beta.7":{"name":"zenstack","version":"2.0.0-beta.7","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.7","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"cbe92be0e063d4e532e5dbdaf7eaf7571525ee08","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.7.tgz","fileCount":199,"integrity":"sha512-uKHtfl1rDy0wojcdNUJBDZl3oqpBjvF5DWX/kTpltAGRdKNWA51cGU4mPDjRmBsJkUGTSp8p5MGyaHW81vubLQ==","signatures":[{"sig":"MEQCIHaQOrMou8eNyKjVAaBB39kS9ChvxHQ8aUotaqTujV93AiBcLv+0H0uBLCftXAYG+k6rbJPrD4lNE/JXN+2o4TF5XQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":852608},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.7.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/56c65d608f0ed7f6f1be9d78395ec362/zenstack-2.0.0-beta.7.tgz","publisher":"zenstack","_integrity":"sha512-uKHtfl1rDy0wojcdNUJBDZl3oqpBjvF5DWX/kTpltAGRdKNWA51cGU4mPDjRmBsJkUGTSp8p5MGyaHW81vubLQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.7","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.7","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.7","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.7_1712450832088_0.6933202483015446","host":"s3://npm-registry-packages"}},"1.12.1":{"name":"zenstack","version":"1.12.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.12.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c8f2f6adc1cebf151492de06a334c8d2efb916dc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.12.1.tgz","fileCount":190,"integrity":"sha512-EMYwvcQWaan3KHbHxW/ZQZye2GapO1l7Wcmd6ygtVzTQ6i0KlKR6yu/BKCcfWOjeixG4Zvyxn+PiiBltrQC97g==","signatures":[{"sig":"MEUCIQCsQOIYYD9JIY/oB+9mpNA1p8W50YOV/+kTLnKSBM1o4wIgXyo9BttWHyYIABKumImSvjY1F0rbfk0NrtkFvWoOvl0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":784364},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.12.1.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f4e06c9c9ead2aee416de3f55e9ac61a/zenstack-1.12.1.tgz","publisher":"zenstack","_integrity":"sha512-EMYwvcQWaan3KHbHxW/ZQZye2GapO1l7Wcmd6ygtVzTQ6i0KlKR6yu/BKCcfWOjeixG4Zvyxn+PiiBltrQC97g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.12.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.12.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.12.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.12.1_1712615688927_0.2904099848419861","host":"s3://npm-registry-packages"}},"2.0.0-beta.8":{"name":"zenstack","version":"2.0.0-beta.8","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.8","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0ebc3f6cd278dc00a4e642bd34c090870f981c1f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.8.tgz","fileCount":196,"integrity":"sha512-gAkixnDVKvaE65jGw1W1FfGqesHU0UWaa4vayu4FbCZjMcN5i/MyAdTu3LDFQ0dkpetriuThvBXSCOWm1CFg1w==","signatures":[{"sig":"MEUCIQCKER1COa3Kz8Hw9Ze16gm8nC6M05avBmBDZTAyFyLsQgIgMRtJ4s4UZDLSnmQd39s2T7Mtrh/nFJExHaz8oGQxITg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848896},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.8.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/69099126b38f66387a5c11ebe6beeec7/zenstack-2.0.0-beta.8.tgz","publisher":"zenstack","_integrity":"sha512-gAkixnDVKvaE65jGw1W1FfGqesHU0UWaa4vayu4FbCZjMcN5i/MyAdTu3LDFQ0dkpetriuThvBXSCOWm1CFg1w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.8","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.8","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.7.1","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.7.1","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.8","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.8_1712672845428_0.30416874428086005","host":"s3://npm-registry-packages"}},"1.12.2":{"name":"zenstack","version":"1.12.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.12.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"30eab9c94680e7bf568fd99ae967ede64b6cae76","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.12.2.tgz","fileCount":190,"integrity":"sha512-GIK7ckg4xti1VJW8yRwRl5DOqIPrEXh+G3pGpYPYMl4nl8fYBwBJlLmdlDqMhs2W4RNwaGtI6FnCVElkSYwThQ==","signatures":[{"sig":"MEUCIDLdWPZLO9CDQVW9DUsNXzROGPkvrLcUgIkzozrlUIGZAiEAqaPJh8yh/BU9XcOsjn29J04WneLaZQgFajyY7bhkY+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":782575},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.12.2.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e0cfd93c5afe1aae51b280349db49255/zenstack-1.12.2.tgz","publisher":"zenstack","_integrity":"sha512-GIK7ckg4xti1VJW8yRwRl5DOqIPrEXh+G3pGpYPYMl4nl8fYBwBJlLmdlDqMhs2W4RNwaGtI6FnCVElkSYwThQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.12.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.12.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.12.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.12.2_1712808984601_0.5129510928201493","host":"s3://npm-registry-packages"}},"2.0.0-beta.9":{"name":"zenstack","version":"2.0.0-beta.9","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.9","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5ad97b9425b2b2b96b789f20dc70f482091a5b80","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.9.tgz","fileCount":196,"integrity":"sha512-y0CqBmrx2j/fN5rc5qdBdsO7SVaGHsXtCP46Nkfk91i6+8A5zGmqEM6TaZYFIHuDWT9lol97E33w3bPY5D1b5w==","signatures":[{"sig":"MEUCIB8aGVSPXzz/wBXAQRnosNW+PnLxUldjH0DpE+STwhXLAiEAxH/3j0qYL/rJWwkqchsTRpJy/F30KmSnJ2/k2KMVmNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849301},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.9.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d6f7dc0f5dc1bd81dce5fc849d7b294c/zenstack-2.0.0-beta.9.tgz","publisher":"zenstack","_integrity":"sha512-y0CqBmrx2j/fN5rc5qdBdsO7SVaGHsXtCP46Nkfk91i6+8A5zGmqEM6TaZYFIHuDWT9lol97E33w3bPY5D1b5w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.9","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.9","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.9","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.9_1712817891802_0.22598516351564424","host":"s3://npm-registry-packages"}},"2.0.0-beta.10":{"name":"zenstack","version":"2.0.0-beta.10","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.10","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"548e5c51e61f716f797498291a1b424b581c6897","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.10.tgz","fileCount":196,"integrity":"sha512-40Hsd0RnDxVIJV87pG5pv67Skt826H5ajz2CTTToqFsunNDkBANRd0pvpm2o+RPFHlNNP9wyZu+QmWFkvL9niw==","signatures":[{"sig":"MEUCIE3wDCB+Ac4AMyOVOOVM3pAJqSS+aeyJk+/CM7xpm0NIAiEApCAP3W2HuaRm5fO8qn8i8CQlgBOLy4gjZAUUrL4NEIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848566},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.10.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/159116dc15aeeea6c7d70b85ecc35dc1/zenstack-2.0.0-beta.10.tgz","publisher":"zenstack","_integrity":"sha512-40Hsd0RnDxVIJV87pG5pv67Skt826H5ajz2CTTToqFsunNDkBANRd0pvpm2o+RPFHlNNP9wyZu+QmWFkvL9niw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.10","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.10","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.10","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.10_1712821477299_0.024619644228077053","host":"s3://npm-registry-packages"}},"1.12.3":{"name":"zenstack","version":"1.12.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.12.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e8a273dfcf2ef4b2d024bd1f4a14d93aff9e2c7a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.12.3.tgz","fileCount":190,"integrity":"sha512-09FBE1CS6IlYsvlNEVR/dI8cUCcYDI0vMa7xyrkq65mwESvIWRmxpMFqS1wPHjwBDrtqJpyVJK3TbTyXfsIwlg==","signatures":[{"sig":"MEUCIE+D6pKzqVNbSTzKQO6mkp3XiKTF/YsdzByFQ25yOP26AiEAjtW1uCKSZ+d4TW2XqBZMpmSHGReIPYiOHs6gKVlKpAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":782615},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.12.3.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4c18ff26a62c77d9bd7472430c8c489d/zenstack-1.12.3.tgz","publisher":"zenstack","_integrity":"sha512-09FBE1CS6IlYsvlNEVR/dI8cUCcYDI0vMa7xyrkq65mwESvIWRmxpMFqS1wPHjwBDrtqJpyVJK3TbTyXfsIwlg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.12.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.12.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.12.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.12.3_1712907246025_0.9177783568671707","host":"s3://npm-registry-packages"}},"2.0.0-beta.11":{"name":"zenstack","version":"2.0.0-beta.11","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.11","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d79161c23e0df6dd47a82bd6f71ec0527308c7bc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.11.tgz","fileCount":196,"integrity":"sha512-VYWFTtH8rODBLE0DvzSrHvMWxgGcTb/X/Rl53sswof8L/TARiw1QR+O99ERXKaXmeR/4cFHaKe9C2HvG7fpHSQ==","signatures":[{"sig":"MEQCIBJgKovu1q1ScPRhDwxx0OAGgabyouJXvWNrbdSY+zE9AiBdr25Ysa9ArX/pJHAQpZQ+CyYOyLqn7VU/ql/G6STatQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849231},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.11.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e101400d7aec6ce230c6177db6127f2a/zenstack-2.0.0-beta.11.tgz","publisher":"zenstack","_integrity":"sha512-VYWFTtH8rODBLE0DvzSrHvMWxgGcTb/X/Rl53sswof8L/TARiw1QR+O99ERXKaXmeR/4cFHaKe9C2HvG7fpHSQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.11","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.11","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.11","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.11_1712996284603_0.2135317573540727","host":"s3://npm-registry-packages"}},"2.0.0-beta.12":{"name":"zenstack","version":"2.0.0-beta.12","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.12","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a1c506c1dda52e1395836062ee5a40662a1655e0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.12.tgz","fileCount":196,"integrity":"sha512-lMGH335gAkz0VI1tasqA5ewIoFOfaf91O+ZVN90BdCXGSTEeiCZGsW130kWz1sarh5PtirsvGjskokBUsGaHKQ==","signatures":[{"sig":"MEUCIFcxGKz1B0tC/saESW4bnvXUD90vcXiwnDDrjcW+pbbyAiEAg48EcORHVnWW3VFXnSZDPqdv4Ob4ySw8ipXLa+7J+FA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850581},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.12.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/16689ca11ba1268a7abcb7c20cb78337/zenstack-2.0.0-beta.12.tgz","publisher":"zenstack","_integrity":"sha512-lMGH335gAkz0VI1tasqA5ewIoFOfaf91O+ZVN90BdCXGSTEeiCZGsW130kWz1sarh5PtirsvGjskokBUsGaHKQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.12","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.12","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.12","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.12_1713055919388_0.1599833201030727","host":"s3://npm-registry-packages"}},"2.0.0-beta.13":{"name":"zenstack","version":"2.0.0-beta.13","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.13","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"128a6307cf3079c120ee5f5a513c2da22e052aea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.13.tgz","fileCount":196,"integrity":"sha512-rGYWbYxMB0DbvC+qcLSwIQOVFa8vKhlHHVEEsoN83qPfek8M3xuQs3mLf3ooAgUzG9A8cb18SRj81rZzkwVkng==","signatures":[{"sig":"MEYCIQDG9IANw0EIHVTudKaprS7zmxb/K1RcmIJrbouRL3s4cgIhAO6ZD5WZEJowXvaRFWICWrmwSub78VnVdvUX54w0IV55","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":855037},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.13.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e6cd8f58378343f1292480c30dedc1fd/zenstack-2.0.0-beta.13.tgz","publisher":"zenstack","_integrity":"sha512-rGYWbYxMB0DbvC+qcLSwIQOVFa8vKhlHHVEEsoN83qPfek8M3xuQs3mLf3ooAgUzG9A8cb18SRj81rZzkwVkng==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.13","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.13","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.13","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.13_1713165934658_0.026126618345076347","host":"s3://npm-registry-packages"}},"2.0.0-beta.14":{"name":"zenstack","version":"2.0.0-beta.14","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0-beta.14","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b1a8ba336f25ade52888e5e5f31ebe8fa0e22e2c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0-beta.14.tgz","fileCount":196,"integrity":"sha512-kfDtUpeAJplHw9Fr+Tx2iRCVzt93jvxvPXIP0qGbXWdwJKfQOH29P3ZC0EsmwR4EwTGQr+Tw5EvuDQTMe1Ho/A==","signatures":[{"sig":"MEQCIG6p96bAKzfM0on8PMLC1QHFIrZscEGDXxCU579Y4Tc1AiAu4qrejpsvB17C3wdoTrnfHrSPP2pzHRDpV2MX0AhgvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":855690},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0-beta.14.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e3970fc4108512c87a476ce992adc16d/zenstack-2.0.0-beta.14.tgz","publisher":"zenstack","_integrity":"sha512-kfDtUpeAJplHw9Fr+Tx2iRCVzt93jvxvPXIP0qGbXWdwJKfQOH29P3ZC0EsmwR4EwTGQr+Tw5EvuDQTMe1Ho/A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0-beta.14","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0-beta.14","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0-beta.14","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0-beta.14_1713184289335_0.6978700327418605","host":"s3://npm-registry-packages"}},"1.12.4":{"name":"zenstack","version":"1.12.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.12.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d4e426066cdeffb05c22f3627bbb19c3ed741d8c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.12.4.tgz","fileCount":190,"integrity":"sha512-r1QaiGixzJFk42nbcQ92dC7a6aKG4+9CW98fF4iJexAb4zI82oL0Yus7HNlhKPDBQbD/dFFsdgPwT2FeeavzYA==","signatures":[{"sig":"MEUCIDLxoDHrehXQnWY+iDnlLk47ATslJDR24DZcjGS36RwOAiEAoFyuZZzfYI8rVDDSusDCN4g+eANbhwSnNzJZD9ychxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":782615},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.12.4.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3d281ab8b23e2e40f3aeb9c0671cca4a/zenstack-1.12.4.tgz","publisher":"zenstack","_integrity":"sha512-r1QaiGixzJFk42nbcQ92dC7a6aKG4+9CW98fF4iJexAb4zI82oL0Yus7HNlhKPDBQbD/dFFsdgPwT2FeeavzYA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.12.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.12.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.12.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.12.4_1713743284614_0.4229734128489484","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"zenstack","version":"2.0.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f589eb06cd05d7161b8793eaf4c0526fef0dce14","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.0.tgz","fileCount":196,"integrity":"sha512-4QzRGLtzM/SPR00Kk3BwpWLXHBWOu5YMI8cN6Ygu0PhBOxsC5Dibq62+9mqFASGv72zMAF056utmIIIMW/wxpg==","signatures":[{"sig":"MEUCIE8gOvff1B0OffFh/2dLBBke2+JeLO0TlZN4NjjsF+gxAiEA51JOEGDG3O5cpMUN/ztDnXrQllEZFRPW/zSaDNrrRGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":856319},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d168f1dc3f451aea806ae74448b7cc59/zenstack-2.0.0.tgz","publisher":"zenstack","_integrity":"sha512-4QzRGLtzM/SPR00Kk3BwpWLXHBWOu5YMI8cN6Ygu0PhBOxsC5Dibq62+9mqFASGv72zMAF056utmIIIMW/wxpg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.12.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.12.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.0_1713973562640_0.1478716377506566","host":"s3://npm-registry-packages"}},"1.12.5":{"name":"zenstack","version":"1.12.5","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@1.12.5","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"cbfecd9f32ed051008a9b4c422c2e1eaee11aa11","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-1.12.5.tgz","fileCount":190,"integrity":"sha512-lc6u/aVzIrIOISkyaFGUYYGOsD7nk8m5KJTj9Ag/V1WL69xcJ6eX4k2QGWXAnmpN3vE0yzl9sQosQTuv7xuVgA==","signatures":[{"sig":"MEYCIQCFw4X+130mLHSUgHup3PQcyRT7kZ97YaLLBLc10QHBIAIhAIGD7KiKrXrXuQ+NkUhbnJRM5TTM6X+ilSppqBg26ja7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":782900},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-1.12.5.tgz","engines":{"vscode":"^1.56.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/78ce898ee1fc9d4667be0aeab4ca3a6b/zenstack-1.12.5.tgz","publisher":"zenstack","_integrity":"sha512-lc6u/aVzIrIOISkyaFGUYYGOsD7nk8m5KJTj9Ag/V1WL69xcJ6eX4k2QGWXAnmpN3vE0yzl9sQosQTuv7xuVgA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}]},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"1.12.5","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"1.12.5","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","@prisma/generator-helper":"^5.0.0","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^4.8.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^4.8.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"1.12.5","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"_npmOperationalInternal":{"tmp":"tmp/zenstack_1.12.5_1714050629206_0.14907531153212572","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"zenstack","version":"2.0.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"df7c96553bf1a3b349e230d51e61e68e26645204","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.1.tgz","fileCount":196,"integrity":"sha512-IDTXX+aTYxow//3w+w11buMSDPbxm1zMzp5/EMRurmrzPrJDkCByhow36LSfzoaXlcvUOF1JFTW2G47YOC6ZdA==","signatures":[{"sig":"MEQCIH7WkI7Zn7yC/hLCQTLr5X5JQ/humNsRZdeuS447FYGMAiB+UHbB1J06Q17qdd4TG0wvnRK9wToEZCX1j6PlW5K4OQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":857088},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0f6125e091531ad2ece83475d1e65ece/zenstack-2.0.1.tgz","publisher":"zenstack","_integrity":"sha512-IDTXX+aTYxow//3w+w11buMSDPbxm1zMzp5/EMRurmrzPrJDkCByhow36LSfzoaXlcvUOF1JFTW2G47YOC6ZdA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.13.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.13.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.1_1714111283303_0.3422685727462975","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"zenstack","version":"2.0.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"dfb7dd4621b6831290cceccfebc4c96ab8ac9d6a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.2.tgz","fileCount":196,"integrity":"sha512-r0H4IGFqaRyGfe0LznHlsdxMPlJQe3ocvmxjqzxST1IJw8em94r7PvTTPAbi+N1r/txUVmMEdP7vOKxxI/5ohA==","signatures":[{"sig":"MEUCIQCreMXRZX0/Fx0qnTU2FVoS66MJmxNno/cKPMk4tua4gwIge3dNrGOdV1D0kUqUveAIDBRSJRGdSI5lY/2nWAlJlL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":861252},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/98ea53b28bb3d1f74a546682edb297dc/zenstack-2.0.2.tgz","publisher":"zenstack","_integrity":"sha512-r0H4IGFqaRyGfe0LznHlsdxMPlJQe3ocvmxjqzxST1IJw8em94r7PvTTPAbi+N1r/txUVmMEdP7vOKxxI/5ohA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.13.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.13.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.2_1714556888451_0.16398783910340908","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"zenstack","version":"2.0.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.0.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"90a50c3175bea5c3e06fa4c5cd5eeb64c46eceaf","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.0.3.tgz","fileCount":196,"integrity":"sha512-ManI6LC/b4oEQzsndJCsipLCbYynjZVal+jh7p/M2t1GQDEPA+7S2UDv1IYbzNy/J5DQh5htsEZFqZ3txT9/Ig==","signatures":[{"sig":"MEUCIC9g0uKIXRlPOlvpJoji3ytlyOvEOwoNujs/nqUQXyJBAiEAzhK+lfAbogpUdcnAPZ7njxcBADx0xx/oktzoyUb+NrE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":861253},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.0.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/4dd76c50b9850c53e209370ac7f7e287/zenstack-2.0.3.tgz","publisher":"zenstack","_integrity":"sha512-ManI6LC/b4oEQzsndJCsipLCbYynjZVal+jh7p/M2t1GQDEPA+7S2UDv1IYbzNy/J5DQh5htsEZFqZ3txT9/Ig==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.0.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.0.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.13.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.13.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.0.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.0.3_1714874738911_0.5437489559470947","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"zenstack","version":"2.1.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.1.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6989a0dc148a5906e778301ce8ef51926ce6070c","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.1.0.tgz","fileCount":202,"integrity":"sha512-gdW8QG8yJ7xkvwOtZnuQOFj4vaW2xlhngp35/Rr8/ui+wvKFKPzG7g4Im1ITz+CvhU9M1PgGTVQXKCVng15cDg==","signatures":[{"sig":"MEYCIQC8UhHeYQX8w1KRtTUC8bw+SdcNtRiAckXIHkKd6KV12gIhAMp0x1vht0QVRs772/E+tq19lvEGK4iq68cCkUkG8dUz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":900885},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.1.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/bb9e4725950c2c2fb2230f7d8e0ea0c9/zenstack-2.1.0.tgz","publisher":"zenstack","_integrity":"sha512-gdW8QG8yJ7xkvwOtZnuQOFj4vaW2xlhngp35/Rr8/ui+wvKFKPzG7g4Im1ITz+CvhU9M1PgGTVQXKCVng15cDg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.1.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.1.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.13.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.13.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.1.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.1.0_1715600945369_0.5450000102628125","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"zenstack","version":"2.1.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.1.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f7b7298f2fcb678af7b46a289159d49029a8e2c7","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.1.1.tgz","fileCount":202,"integrity":"sha512-HypQqeEiUbCo87sYfQbcF9gFQPUe+ad7ts9hK3hMbmmWqfX/f8WUc9giVnQPslwAbzGa64OWSl/oKwOB9na3yg==","signatures":[{"sig":"MEYCIQD4KT1ThtS1bi8RbxJB/5Fu+fxXOpbjw4/nfwez2H5TmgIhAOM8KktMVOFNv2eJfQxJsNcTtRtbb7qcg9tZ3mhaJOha","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":900885},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.1.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a87806d607d14ad5e98e46144743946b/zenstack-2.1.1.tgz","publisher":"zenstack","_integrity":"sha512-HypQqeEiUbCo87sYfQbcF9gFQPUe+ad7ts9hK3hMbmmWqfX/f8WUc9giVnQPslwAbzGa64OWSl/oKwOB9na3yg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.1.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.1.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.13.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.13.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.1.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.1.1_1715783605844_0.21367470359771934","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"zenstack","version":"2.1.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.1.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"27c9a2f063f420b8fc4cb3812dd433c49151044e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.1.2.tgz","fileCount":202,"integrity":"sha512-xprgh99yk3PPPEMwNpC8zTiwTDf+gPlGA7Fw5NUqPMLRDLLza0d6QK4c9fXjzraKpIpdt+4Dzp1MO1gYBAbsng==","signatures":[{"sig":"MEQCIGdeJibqm+uPSlr+yGKmKqDxZgTdqSnMI39eoSUJWupoAiBTvnu0kWT4JqZDGxvC5KNvvWfvcDAioZ8ZBOEAS0ppBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":900885},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.1.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination '../../../.build'","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6680c71494aa39bdaf64888ff163d8be/zenstack-2.1.2.tgz","publisher":"zenstack","_integrity":"sha512-xprgh99yk3PPPEMwNpC8zTiwTDf+gPlGA7Fw5NUqPMLRDLLza0d6QK4c9fXjzraKpIpdt+4Dzp1MO1gYBAbsng==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.1.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.1.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.13.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.13.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.1.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.1.2_1716176289272_0.44490164861629466","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"zenstack","version":"2.2.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.2.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6def14472877fe4a427c900a06b5d9ff590132a5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.2.0.tgz","fileCount":205,"integrity":"sha512-7H4BvB079cdqsX09B3tXWbRPU0Z82Ll6L/MSaHSFsMhr4Y4gX6o7oCMfYB1SssHLXyM3FnQhzQr1jiqiGut+ZA==","signatures":[{"sig":"MEYCIQDV/2yVz+7Qhktt4I3+Lm96sWsKE/zXCftBJHxOHndsdAIhAKQ1OxEbpPS0ZOdnfTa9zujsrb/+Ftw/hMnlhVuKlbLE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":931415},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.2.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0e512a539a2dba9533c92b51c9a40e0c/zenstack-2.2.0.tgz","publisher":"zenstack","_integrity":"sha512-7H4BvB079cdqsX09B3tXWbRPU0Z82Ll6L/MSaHSFsMhr4Y4gX6o7oCMfYB1SssHLXyM3FnQhzQr1jiqiGut+ZA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.2.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.2.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.15.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.15.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.2.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.15.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.2.0_1717992448612_0.14509993541898591","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"zenstack","version":"2.2.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.2.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"055e9eea755b399e7a351eb8d44281a9cf114ad5","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.2.1.tgz","fileCount":205,"integrity":"sha512-OrZ0/TH7+VbFdQbdlY2mPQN5J+kBq0TD4e56Xyn8OygtL9amxtwJoOwCWVOL6OuouVAkuFz7xSzeyGaSsJj2LA==","signatures":[{"sig":"MEQCIH/TTtcPWfQTrw0QPqxaJXU7CCznoRDLb3TWfeQfAQbRAiAqvEjHgR3Q5ZAdVDIK51DAqBS0EQMTJSayAq2GHDzDnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":931415},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.2.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/670bea1a64aec4681f0f8a54d3832d94/zenstack-2.2.1.tgz","publisher":"zenstack","_integrity":"sha512-OrZ0/TH7+VbFdQbdlY2mPQN5J+kBq0TD4e56Xyn8OygtL9amxtwJoOwCWVOL6OuouVAkuFz7xSzeyGaSsJj2LA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.2.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.2.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.15.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.15.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.2.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.15.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.2.1_1718073971244_0.3341719161189518","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"zenstack","version":"2.2.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.2.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"dac7c1eb8121377d12711e406005cffc8518947a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.2.2.tgz","fileCount":205,"integrity":"sha512-66dVr3gT8q5xrBqdCWDwE4EUwU23sPu4QKSe6i4DwjQ/LfmHumaES61Or26374J2cWGo5o2UxN77w8NY/wceHg==","signatures":[{"sig":"MEYCIQDY3LDByltB8Q6Ua5e4POs5DNL5fYmNLcsldDeRhvz8UwIhAI7vUl/KF2Iz7LA5VUdac7UKLWKlC94oMwkOSRCRv6SH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":929912},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.2.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/98e60337e1f861976a84f519f82c0b8f/zenstack-2.2.2.tgz","publisher":"zenstack","_integrity":"sha512-66dVr3gT8q5xrBqdCWDwE4EUwU23sPu4QKSe6i4DwjQ/LfmHumaES61Or26374J2cWGo5o2UxN77w8NY/wceHg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.2.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.2.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.15.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.15.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.2.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.15.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.2.2_1718374679665_0.17578316894497936","host":"s3://npm-registry-packages"}},"2.2.3":{"name":"zenstack","version":"2.2.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.2.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1cc875029c81ed8a0a4adc57c64c32a4e78291e9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.2.3.tgz","fileCount":205,"integrity":"sha512-qmvg9NEppSxwTo1uUU478DjYvjXylWv8/L6a1vHCHOTqzXJ/NVGeWFbuSR+MZoOoD7D0BpvfENAn3xW+ibyoUw==","signatures":[{"sig":"MEUCIDnSpvm70gLlZI3QhQiUQmmVwEWgG7JLmwQvggsqnWetAiEAmuW1Ff9NeLAasU4lqnhJSCqhERzP4P8LdGLAlz3lwLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":930318},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.2.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6c1e0f4ef8b14a689d76045bcfda5e33/zenstack-2.2.3.tgz","publisher":"zenstack","_integrity":"sha512-qmvg9NEppSxwTo1uUU478DjYvjXylWv8/L6a1vHCHOTqzXJ/NVGeWFbuSR+MZoOoD7D0BpvfENAn3xW+ibyoUw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.2.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.2.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.15.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.15.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.2.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.15.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.2.3_1718378348685_0.6114557798162916","host":"s3://npm-registry-packages"}},"2.2.4":{"name":"zenstack","version":"2.2.4","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.2.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e8908e84e2636ec6defa03220c930b718edaf547","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.2.4.tgz","fileCount":205,"integrity":"sha512-fc8oHZejcSxqt8IkG50FAlkj6+YJnd0cwsbWKOyAL8V9ifbdm1k/fE4GqHGXf/l2InaSbfI6ftWSjXTxzi+0NA==","signatures":[{"sig":"MEYCIQDawrN170A3r1PjU6P03JxmHpI9uZEDnpNv4GvmqpeI+QIhAN6vnfCF4EyLXRz+cjSlwlxxb72BA0GwAUbGFyyofoGo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":930318},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.2.4.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/28e9df82836213ab9f766d8fe212a650/zenstack-2.2.4.tgz","publisher":"zenstack","_integrity":"sha512-fc8oHZejcSxqt8IkG50FAlkj6+YJnd0cwsbWKOyAL8V9ifbdm1k/fE4GqHGXf/l2InaSbfI6ftWSjXTxzi+0NA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","pluralize":"^8.0.0","promisify":"^0.0.3","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.2.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","get-latest-version":"^5.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.2.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"^5.15.0","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"^5.15.0","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.2.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.15.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.2.4_1718885510072_0.22855149351471948","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"zenstack","version":"2.3.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.3.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"be3f98fd08203d6d60c3aec6afe8eccf9faa1c98","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.3.0.tgz","fileCount":205,"integrity":"sha512-CIAeNAFYS916EhYmZp+hagHj3cV5pApNT6c74h4TIJFoZRBmedrgf/vvN6rLbJ/z8Z108nbT1mmvGGNtWgYqhA==","signatures":[{"sig":"MEUCIDcqxd+BBtctsBUPqXhOXa1BCwLJdSfnXO8yVlPq4br6AiEAjfD9iAcUsQogAlg98H0dA9kfSQ9KV3axyz4MA6z+Wuc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":953404},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.3.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2c53f6edd47069e5104e6a3f455b633b/zenstack-2.3.0.tgz","publisher":"zenstack","_integrity":"sha512-CIAeNAFYS916EhYmZp+hagHj3cV5pApNT6c74h4TIJFoZRBmedrgf/vvN6rLbJ/z8Z108nbT1mmvGGNtWgYqhA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.3.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.3.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.16.x","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.16.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.3.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.3.0_1720804035605_0.42417036271846076","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"zenstack","version":"2.3.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.3.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"388425e16c28db7e84a0aeecfd58108e76d14ea0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.3.1.tgz","fileCount":205,"integrity":"sha512-+QYwmUx40IjypdGzcZK2oh0LXAi8vNzdhbdurazH3ywuuylg0c7FZqcxgwmWbUv8UWgG/yQ9C0u9QMCxCZ3F1g==","signatures":[{"sig":"MEUCIQDHdum+0Q0GkBYpARL1Hp1tU52cvZ30EHTfobDCu4xMNgIgOrDyJ1R6ky9F3YQKa3Y7t981htubucbgnyAz2qWMRls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":951837},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.3.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/20e04564b344e45f4abcc64c31170881/zenstack-2.3.1.tgz","publisher":"zenstack","_integrity":"sha512-+QYwmUx40IjypdGzcZK2oh0LXAi8vNzdhbdurazH3ywuuylg0c7FZqcxgwmWbUv8UWgG/yQ9C0u9QMCxCZ3F1g==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.3.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.3.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.16.x","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.16.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.3.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.3.1_1721012760272_0.5515699026114151","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"zenstack","version":"2.3.2","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.3.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a4d0b50d243421b88b6f06106b27671b47c3c188","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.3.2.tgz","fileCount":205,"integrity":"sha512-FUgLQ6WZc5g/IbENbfgU5JsFxX/sPeEYQMEVoHiffKaGv0Xkozlr6epO4gxl8v3jke9DbumDkvQUJEd5gr3Zog==","signatures":[{"sig":"MEUCIFxBVGvXUAXMCafyu6413VxXhNtwGGQooTgkesfz2dp3AiEAnHPl/i/XfB030upJiXiOamtti2mnCcL0e5VjOCU2JMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":951837},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.3.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c6fabc580924b99e9cdf10c4e32fa519/zenstack-2.3.2.tgz","publisher":"zenstack","_integrity":"sha512-FUgLQ6WZc5g/IbENbfgU5JsFxX/sPeEYQMEVoHiffKaGv0Xkozlr6epO4gxl8v3jke9DbumDkvQUJEd5gr3Zog==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.3.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.3.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"5.16.x","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.16.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.3.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.3.2_1721016584530_0.3505334061824785","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"zenstack","version":"2.3.3","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.3.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"78f9af27046e6b499d28ae870103de12a280518b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.3.3.tgz","fileCount":205,"integrity":"sha512-SYezs2btlJme59Zwc/OLAQ2vUiXWb5RbrcV52ZTD2nWrZo8LFvyTeD4kpBWrLHMmsjVYUGxzEuHnCkJ0/HoUwA==","signatures":[{"sig":"MEQCIACZ98FybKw1uqY/9O0Za1pC72BacG0KE17GuBw8X113AiA8bL2NbfIw0ggo8gc+eq73z4CYjGpPEoJ9RylaQULD6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":952093},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.3.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c1ddeb49f3393546e09e2ffa56d6a002/zenstack-2.3.3.tgz","publisher":"zenstack","_integrity":"sha512-SYezs2btlJme59Zwc/OLAQ2vUiXWb5RbrcV52ZTD2nWrZo8LFvyTeD4kpBWrLHMmsjVYUGxzEuHnCkJ0/HoUwA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.3.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.3.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.17.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.3.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.17.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.3.3_1721430839869_0.22246395932025065","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"zenstack","version":"2.4.0","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.4.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8f7a68f2338a11c6fe582220a213b65b4dab8acb","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.4.0.tgz","fileCount":205,"integrity":"sha512-mi0x9Hdf7cKl8EaKLhTNsyj0UOVmrb5o5Iouqe7AXvlncsQhdh8Yq+lporRdSP3+UH7C2gN9hON9ntVIwo4oXQ==","signatures":[{"sig":"MEQCIGP2YEn3bemP3INycBoxtXgkJKj/Y872giVFCW9l28mBAiAM/Y4HiLROtRHB9TjUiFReMVwvX5lwQJ2lsjNGt3sThg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":955034},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.4.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ecb4149f65ca008679cd814cf006c73b/zenstack-2.4.0.tgz","publisher":"zenstack","_integrity":"sha512-mi0x9Hdf7cKl8EaKLhTNsyj0UOVmrb5o5Iouqe7AXvlncsQhdh8Yq+lporRdSP3+UH7C2gN9hON9ntVIwo4oXQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.4.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.4.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.17.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.4.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.17.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.4.0_1722919577969_0.06498690824336006","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"zenstack","version":"2.4.1","keywords":["fullstack","react","typescript","data modeling"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.4.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7d909625e44cd7055f4746104c5dc0fd8cc33cf8","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.4.1.tgz","fileCount":205,"integrity":"sha512-4nNImzHjaLuWn6IdIPl4BMgvdTIb/GmUp1O23dTl7nRY83iRtgywuEsZyAsQWeF29bS7aM7aGlKgdeS40PxXDg==","signatures":[{"sig":"MEUCIETrySNtOY2jIfJkJHMNH8ujk/uG/s8HYySak6yczTLHAiEAwe+50qB/cDVjfCRR4dMBWvwx7gRYkgHODUbzS9SPC6A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":955047},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.4.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ba8457d8f59e230df240eb859187b158/zenstack-2.4.1.tgz","publisher":"zenstack","_integrity":"sha512-4nNImzHjaLuWn6IdIPl4BMgvdTIb/GmUp1O23dTl7nRY83iRtgywuEsZyAsQWeF29bS7aM7aGlKgdeS40PxXDg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.4.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.4.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.18.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.4.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.4.1_1722997017958_0.7176244703509056","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"zenstack","version":"2.5.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.5.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"500dc1d350ddcef6f2884500c6c54a5cc0b20a8f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.5.0.tgz","fileCount":208,"integrity":"sha512-sOu0Xa+z6lm5nL0oPPjuwtytQb2g5dy2ksRU51Mt6HIE5sj7Yg/Jj/yb64aCzPB4elF8hrbsXkvus5fScsxnlg==","signatures":[{"sig":"MEQCIGk5gUm4gnWUdZ+OvYqltsawWJdQn4rwd5Mr/jLOdbaBAiA5WcRIsfSBAc3O2nlT5bGF0r+XZov3sGBh2q0vsBM8Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":971041},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.5.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ff5ddbf4ef22ffe8f31685d3c9a9188c/zenstack-2.5.0.tgz","publisher":"zenstack","_integrity":"sha512-sOu0Xa+z6lm5nL0oPPjuwtytQb2g5dy2ksRU51Mt6HIE5sj7Yg/Jj/yb64aCzPB4elF8hrbsXkvus5fScsxnlg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.5.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.5.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.5.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.5.0_1725673324928_0.870737252908965","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"zenstack","version":"2.5.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.5.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fb47fd3219934210a9ef617c825110f23c7cdfb3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.5.1.tgz","fileCount":208,"integrity":"sha512-2FqIAEocJGp6XXX0ZHa7b31SwCR5Io8p8nxbl6YwNAN25BEmE10rjjgqUPNpf8ba1UOkZjcHMTRmJoR8B55HIA==","signatures":[{"sig":"MEYCIQDmjMI/kBLbtatkCNPaNQnK17nca5vdu2o3zwgCg1oVXQIhAPS+eZklLovQsFUB5gcuEaSvGw24u4rjsucQWyqokr8j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":971041},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.5.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9983de6c33b514cb97e10732176ea560/zenstack-2.5.1.tgz","publisher":"zenstack","_integrity":"sha512-2FqIAEocJGp6XXX0ZHa7b31SwCR5Io8p8nxbl6YwNAN25BEmE10rjjgqUPNpf8ba1UOkZjcHMTRmJoR8B55HIA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.5.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.5.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.5.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.5.1_1725727006812_0.22780183861997072","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"zenstack","version":"2.6.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.6.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"e5f69a733bf6014d842ebb642fb724680656a368","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.6.0.tgz","fileCount":208,"integrity":"sha512-1PqXgtJ8RtEQ481z6btwzRRIU+zlfdb5PawaKu/9nxhcInwnU5pyOD7ACAzcNgxmC9oh6hUNfOra0uSYOjY5ig==","signatures":[{"sig":"MEQCIEql4UQPMZNXu7iEghK1vVaix7f2UgTEoH8qnigwlIF6AiAD4MPUEO+nlZOaGvhHHrq7mIXFhr0RzeFxKqcDGCN0ZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":974920},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.6.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a5cfa20c6e4dc67e0d272fe383001cf8/zenstack-2.6.0.tgz","publisher":"zenstack","_integrity":"sha512-1PqXgtJ8RtEQ481z6btwzRRIU+zlfdb5PawaKu/9nxhcInwnU5pyOD7ACAzcNgxmC9oh6hUNfOra0uSYOjY5ig==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.6.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.6.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.6.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.6.0_1727071238970_0.6049632222801979","host":"s3://npm-registry-packages"}},"2.6.1":{"name":"zenstack","version":"2.6.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.6.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9df25eb520c105bbc4c2eca3477d0524c30586f9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.6.1.tgz","fileCount":208,"integrity":"sha512-kiERIsU83/NKV13mm7WvC3qi9dRhLIXzvM29yjo+lElCHP3Zhh13T5CDXdsC9iOXhJbtn6SkHguIuAVXX0hOIg==","signatures":[{"sig":"MEYCIQC6eb62VRpOZq37X0e6TKGFHWxXUMZ7BqbEo8T+xOx0JwIhAKHfjfVAU6etkZ0HEKk50lNu4STK1a1gsFbdMvU6SWKB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":974920},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.6.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e87ffeb56d32bacd0d74d3ecc569aedb/zenstack-2.6.1.tgz","publisher":"zenstack","_integrity":"sha512-kiERIsU83/NKV13mm7WvC3qi9dRhLIXzvM29yjo+lElCHP3Zhh13T5CDXdsC9iOXhJbtn6SkHguIuAVXX0hOIg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.6.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.6.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.6.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.6.1_1727116936650_0.3535882617964363","host":"s3://npm-registry-packages"}},"2.6.2":{"name":"zenstack","version":"2.6.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.6.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"cb8353aa08bcaf581db409ce66921f6814b0744d","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.6.2.tgz","fileCount":208,"integrity":"sha512-lwZbUb3aOfJ4zMfjFXYtakJNmaPUub9rrejRZyAqkVZJgDIkAjN8Eo8Sch3dFKRuyVI+q2iHtCn8sXBQgMUzUw==","signatures":[{"sig":"MEUCIBPpO/e2Q+TWjyJzCke54b2tbOACmGVHSCYtC/aBuSgzAiEAtnZjTZw3jg1HrzNgz5uqf6sI3se5fS3TmiTXfVwbtDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":976839},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.6.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/dd7d2f943b331983a0746580b253d48a/zenstack-2.6.2.tgz","publisher":"zenstack","_integrity":"sha512-lwZbUb3aOfJ4zMfjFXYtakJNmaPUub9rrejRZyAqkVZJgDIkAjN8Eo8Sch3dFKRuyVI+q2iHtCn8sXBQgMUzUw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.6.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.6.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.20.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.6.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.6.2_1727476052939_0.07277082063532903","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"zenstack","version":"2.7.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.7.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"53acdbc8933c5a9010f8d55573996d86dcafe2cc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.7.0.tgz","fileCount":208,"integrity":"sha512-VEqRtL5y1KkD5q0UJt0xaJN3z/vBobJStcn58+h8c3YMmYETmwXrvaBsv3Yq9uwZ5Ro9BxqS4UZYD+vnkQkRqQ==","signatures":[{"sig":"MEUCICh/neHsG0sYumW2ePpfBvnAzRtABgs/UwJBEQDU1OTCAiEAqO+FF5gi9UK2KT6xmP29Wx9JI1P+uUF56WQPpAij2ds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981300},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.7.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/00429b13dd806ece0c2000485d1b8a33/zenstack-2.7.0.tgz","publisher":"zenstack","_integrity":"sha512-VEqRtL5y1KkD5q0UJt0xaJN3z/vBobJStcn58+h8c3YMmYETmwXrvaBsv3Yq9uwZ5Ro9BxqS4UZYD+vnkQkRqQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.7.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.7.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.21.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.7.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.21.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.7.0_1729116248229_0.7220660649890012","host":"s3://npm-registry-packages"}},"2.7.1":{"name":"zenstack","version":"2.7.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.7.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d11e763e25f8b1a2399bdbadef9f2422ca332595","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.7.1.tgz","fileCount":208,"integrity":"sha512-jFGc66jB/1T55/nlGgoNj6HPnqVi5VGRfKxhxWxcW5yYWX2wQmNGLG8duiy4V8X/Qj9Resjc/Hve8sOSa3vxng==","signatures":[{"sig":"MEYCIQCxoB+szPLabHTR2fu4Bx4ycXrmj5DU0/cRmgzT2fdLgwIhAJrtZ6+0iIysU3+7IFpQrsvdmAkGjm8ft/Hl9sc80Qqe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981100},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.7.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/02f3b55e0bd9b196c41904b2d9e2b31c/zenstack-2.7.1.tgz","publisher":"zenstack","_integrity":"sha512-jFGc66jB/1T55/nlGgoNj6HPnqVi5VGRfKxhxWxcW5yYWX2wQmNGLG8duiy4V8X/Qj9Resjc/Hve8sOSa3vxng==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.7.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.7.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.21.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.7.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.21.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.7.1_1729313181617_0.30748961849607115","host":"s3://npm-registry-packages"}},"2.7.2":{"name":"zenstack","version":"2.7.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.7.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3ee61943f3def617a6615795c37135ee0138e1d6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.7.2.tgz","fileCount":208,"integrity":"sha512-duvZNlrU58zxKsVbQUM1u+X2jd0ACReolFsAOVmxlnsItJyFQaPiof740NoSbwPZrv9d4654e6HaeCjyh/eOxA==","signatures":[{"sig":"MEUCIHT+KafUnVMxiWQh718sJYqsbc97WnrbZcpciyH2jDwwAiEAweEGAn+r9v2SEZVnKx9zbSVJhW3kWPVPxzFTJ1F7pM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":978499},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.7.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e53bece75ae88633a764dab91c66a1fd/zenstack-2.7.2.tgz","publisher":"zenstack","_integrity":"sha512-duvZNlrU58zxKsVbQUM1u+X2jd0ACReolFsAOVmxlnsItJyFQaPiof740NoSbwPZrv9d4654e6HaeCjyh/eOxA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.7.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.7.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.21.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.7.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.21.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.7.2_1729530683516_0.2598733627829968","host":"s3://npm-registry-packages"}},"2.7.3":{"name":"zenstack","version":"2.7.3","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.7.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f7982d81377e90bb5fb0a42cd88ddcb63151e441","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.7.3.tgz","fileCount":208,"integrity":"sha512-+AKWVrt0gP8D0UPMtK4OhZ0YVLLZH6d6teHFWCjVmyhaUgNduwBrw/WabIfObkOcDFdx2E8Y9pm+WPg2cVDejQ==","signatures":[{"sig":"MEQCICJYU2QpOfAUJ/lLf9SlUepHHMGmW2Tch+0+PUyFQJ6LAiA5Lcdk0ltLaz69EpMeeCiZOHX5KPvxNTSDpns7if6iUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":978568},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.7.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/665a2d22955a36cd4c68ccb8c301bd10/zenstack-2.7.3.tgz","publisher":"zenstack","_integrity":"sha512-+AKWVrt0gP8D0UPMtK4OhZ0YVLLZH6d6teHFWCjVmyhaUgNduwBrw/WabIfObkOcDFdx2E8Y9pm+WPg2cVDejQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.7.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.7.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.21.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.7.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.21.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.7.3_1729622685311_0.7153311295370377","host":"s3://npm-registry-packages"}},"2.7.4":{"name":"zenstack","version":"2.7.4","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.7.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"bc0873a6caa8cb4d4c3affb5556ed39424515628","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.7.4.tgz","fileCount":208,"integrity":"sha512-asYrWKAhC0dPgtAwaqAfvrF56l+e2IQgxzEqCb4NsLLojMj9ctsXU27BwlXahn/7wV+kbfDjFyTq79cQpeC1KA==","signatures":[{"sig":"MEUCIEPDf1YdE2Z1J+LnGGLo9FqK2QdK23+NPGjg02sjVlblAiEAzzcyfQBk94k1tOQeF8CHRu7rVmBzOuE90pBJU8ptLaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":979567},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.7.4.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/337fd814af5b3eb0900e48dcca173b31/zenstack-2.7.4.tgz","publisher":"zenstack","_integrity":"sha512-asYrWKAhC0dPgtAwaqAfvrF56l+e2IQgxzEqCb4NsLLojMj9ctsXU27BwlXahn/7wV+kbfDjFyTq79cQpeC1KA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.7.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.7.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.21.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.7.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.21.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.7.4_1729890965201_0.18890567396097824","host":"s3://npm-registry-packages"}},"2.7.5":{"name":"zenstack","version":"2.7.5","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.7.5","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"096d7cfb021326fa5c67937a65561eaee2b82d36","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.7.5.tgz","fileCount":208,"integrity":"sha512-ak6bhzkLDILxETsFnARXKadhOUxG5454x88kIUOI03WnkRLHm9gWKNfKZQRR+Im0ekAboCqMmugAHIuI9pcKlQ==","signatures":[{"sig":"MEUCIQDRD7hYkyqUKbjtgH3tgVSvbWv7zeH4TF7zbC8pneHgnAIgN/2vM3A2ymWZaJV9mTWph+vEEFwZi/QNwCzMTetI6OM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":979567},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.7.5.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/7ce29350ffaec89fe3bc230ade61f2e1/zenstack-2.7.5.tgz","publisher":"zenstack","_integrity":"sha512-ak6bhzkLDILxETsFnARXKadhOUxG5454x88kIUOI03WnkRLHm9gWKNfKZQRR+Im0ekAboCqMmugAHIuI9pcKlQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.7.5","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.7.5","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.21.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.7.5","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.21.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.7.5_1730654828693_0.7691503092819618","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"zenstack","version":"2.8.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.8.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c092a52a2288f67848a568b25a53392ef8f27094","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.8.0.tgz","fileCount":217,"integrity":"sha512-u9nuvU5NppqIwjvCigs5Co1D6bp2SkLlCrPsydfj2JQZKtsZzv0gWsymc4uCFCi4cUg2xI8qhAa5AftLX7CCIg==","signatures":[{"sig":"MEQCICOGOL4gl4cC5uEvCT8dO1x9tRAid3ONPd5m5j0CPif1AiBWas8v9DbCHBa3nj6yTgEHPjeuCm4Gs4xyNzHKLvQBCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1013115},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.8.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/3b8c5ef44799a64e4dfc5c1a76482605/zenstack-2.8.0.tgz","publisher":"zenstack","_integrity":"sha512-u9nuvU5NppqIwjvCigs5Co1D6bp2SkLlCrPsydfj2JQZKtsZzv0gWsymc4uCFCi4cUg2xI8qhAa5AftLX7CCIg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.8.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.8.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.8.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.8.0_1730865621193_0.4493774401503048","host":"s3://npm-registry-packages"}},"2.8.1":{"name":"zenstack","version":"2.8.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.8.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"81a995c9f1f40258a4522bd1f14be3595caad24a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.8.1.tgz","fileCount":217,"integrity":"sha512-ADUxAgPBzmv7Wq6XUYjsIaEPidWDeQdvo/ELNoNmFlnIpOMPI9qZ/dyYtQh3BvkADFVw9AwZl3FWUZuF3DG/jg==","signatures":[{"sig":"MEUCIGM/9g5QLoxAtXaC22gwnF8L5Mix5vZyo0c32TWtjXzbAiEAu0Om+kLGK+m5/C0UJiTVrJNYJieGWKPWRezvkLuquiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1016881},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.8.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5dd294a2f085f0c7a0b2439c5074559a/zenstack-2.8.1.tgz","publisher":"zenstack","_integrity":"sha512-ADUxAgPBzmv7Wq6XUYjsIaEPidWDeQdvo/ELNoNmFlnIpOMPI9qZ/dyYtQh3BvkADFVw9AwZl3FWUZuF3DG/jg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.8.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.8.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.8.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.8.1_1731010970895_0.9971484691967869","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"zenstack","version":"2.9.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.9.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"047e48773dd1f60b23f2da05cd5c4161fc5ba106","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.9.0.tgz","fileCount":217,"integrity":"sha512-2s4OykMi33JpxKwI8P3UoIIehxeak3Y6hjnvKtSEoz9F5iyTp1OpBPYbq/IWGtV87b26X7Cz072B5HIA6zNiQg==","signatures":[{"sig":"MEUCIGbUQJiy1jA1kn5RF/nrNWOKJ/YWmtAxTdOgHtMUaPPFAiEAmJLzF1pgQ/Rs6H05UJBQaZDF9wDLUTo/MbPzD5A7PrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1017447},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.9.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/debe0aed6179446a116d58f6a0264604/zenstack-2.9.0.tgz","publisher":"zenstack","_integrity":"sha512-2s4OykMi33JpxKwI8P3UoIIehxeak3Y6hjnvKtSEoz9F5iyTp1OpBPYbq/IWGtV87b26X7Cz072B5HIA6zNiQg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.9.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.9.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.9.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.9.0_1731969511692_0.6391185598662255","host":"s3://npm-registry-packages"}},"2.9.1":{"name":"zenstack","version":"2.9.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.9.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0ec62e3548915d109a754a21afd0869633674d2e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.9.1.tgz","fileCount":217,"integrity":"sha512-L2UWCcWMWTyyg0MPLAJNneHbcAnczWAmDCb6f5UshLUwVJw7PRtvkcmYTPMjAdJIKBpPtSFrYUBRZW2vMxmOrw==","signatures":[{"sig":"MEYCIQDAuKv0ihIqbKsSvmR3BEwasSYNkNBX40UZkREg6sSo3QIhAIk2M6DcyOJXRUIkdmj4Qe+Poh/wfxaqCFR4AaQsi9H/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1018258},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.9.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6a303f8023791534c1c75ed5fae9c364/zenstack-2.9.1.tgz","publisher":"zenstack","_integrity":"sha512-L2UWCcWMWTyyg0MPLAJNneHbcAnczWAmDCb6f5UshLUwVJw7PRtvkcmYTPMjAdJIKBpPtSFrYUBRZW2vMxmOrw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.9.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.9.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.9.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.9.1_1732036086365_0.7932515570317766","host":"s3://npm-registry-packages"}},"2.9.2":{"name":"zenstack","version":"2.9.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.9.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"77ba5a877ce3d4fb388b76e95b05f694cbe864ea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.9.2.tgz","fileCount":217,"integrity":"sha512-EX5iqW2Op8Xo7KtzPKyzl36ig1vxRsDb4ih8JtsHT3OBJ956KHqd9F9a9L2AlBnlCIP8DMKahNK7caINGWma/A==","signatures":[{"sig":"MEUCIGR9ingMV8PrtfCXYi2KV6RmCwpFwt9f5wfCAQ04HNdoAiEA/co1kCSPffR0E1/BVVfOfhnMcRKKGPMb7V7IPP9+ShM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1019876},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.9.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9a3891a18c4f0ff68f1f0ec2bbf34673/zenstack-2.9.2.tgz","publisher":"zenstack","_integrity":"sha512-EX5iqW2Op8Xo7KtzPKyzl36ig1vxRsDb4ih8JtsHT3OBJ956KHqd9F9a9L2AlBnlCIP8DMKahNK7caINGWma/A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.9.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.9.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.9.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.9.2_1732305826813_0.1423287979697856","host":"s3://npm-registry-packages"}},"2.9.3":{"name":"zenstack","version":"2.9.3","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.9.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f71e67e1baf4fb554aa565bf9153a614703a8c06","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.9.3.tgz","fileCount":217,"integrity":"sha512-PfpjafUVEXFxp/dTvuBaHGr93QQtmliEvkYdeu2jSFMjuW5bUS92B651kGZWNSJlzb7Ueh0TmxtZ0fMruOwauw==","signatures":[{"sig":"MEUCIC8Ctg1jeqKM04fH3WYmObP50Q2pu6vHrXJ17DbUtvZbAiEAziAHuAXerVzPVKwzEZXqHC7a+LoRA5i/oqpYw7LVZ7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1020237},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.9.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/7757028a5fc311ab1fc1b38eaa9040f3/zenstack-2.9.3.tgz","publisher":"zenstack","_integrity":"sha512-PfpjafUVEXFxp/dTvuBaHGr93QQtmliEvkYdeu2jSFMjuW5bUS92B651kGZWNSJlzb7Ueh0TmxtZ0fMruOwauw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.9.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.9.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.9.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.9.3_1732583334512_0.08552794554709475","host":"s3://npm-registry-packages"}},"2.9.4":{"name":"zenstack","version":"2.9.4","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.9.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a96755137c0b8b15436952a9eb8047d463c16347","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.9.4.tgz","fileCount":217,"integrity":"sha512-/IZtiDqyecVbvVkr2F6IeColgqn7Wj+G4PMn+1ezNDEdtQq0DxfU8lRokiHQyFvdjymRxQA+Jk6Gqov3WLgXkw==","signatures":[{"sig":"MEUCIQCY2FOJ1pprM2fDGKGFh60alYvOKC+zeKS0CP7bAbwm8QIgNvZ2zU6Rr5SmSyh2ArBlz2cVuhjGN8MOD8XsCJKmRm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1020237},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.9.4.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/54f1daa1b6eb8576c0da1f8e504a0868/zenstack-2.9.4.tgz","publisher":"zenstack","_integrity":"sha512-/IZtiDqyecVbvVkr2F6IeColgqn7Wj+G4PMn+1ezNDEdtQq0DxfU8lRokiHQyFvdjymRxQA+Jk6Gqov3WLgXkw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.9.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.9.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.15.12","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"5.22.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.9.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.9.4_1732698706401_0.05932748868078863","host":"s3://npm-registry-packages"}},"2.10.0":{"name":"zenstack","version":"2.10.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.10.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d6a85bc7c343df0ba552b457e571dabcd605d191","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.10.0.tgz","fileCount":217,"integrity":"sha512-eMUP2EnnTT2tMog26PaWH/oXIKO+c+xbuqPA/K2lEMQCElQPK9FV3jycKj8KHe221yuUYohpdqkovNGl8D43AA==","signatures":[{"sig":"MEYCIQDe4TvxyxbPs7ci6AP7VKsiI5M9HZvV2PouucHS1n+63QIhAJ+EB4VJ9Ep+FZpXHvNqE8o7kLDVyu0AbBQQCu1Og7YM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1026628},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.10.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8f793fdbbe066630472192f0a1557ea5/zenstack-2.10.0.tgz","publisher":"zenstack","_integrity":"sha512-eMUP2EnnTT2tMog26PaWH/oXIKO+c+xbuqPA/K2lEMQCElQPK9FV3jycKj8KHe221yuUYohpdqkovNGl8D43AA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.10.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.10.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.0.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.10.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.0.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.10.0_1733386244003_0.9880926514287307","host":"s3://npm-registry-packages"}},"2.10.1":{"name":"zenstack","version":"2.10.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.10.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"07a5a169f43786e668f96ef218420f41a6bd1aa0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.10.1.tgz","fileCount":217,"integrity":"sha512-EF6l0f4mhK10eh2Sq/M8xaDuvuF+CMFreq3XSDtN7fNQJT22Yw78cUzAYSfbbwsxtT8+jWsDusK1tHsAnvrIRg==","signatures":[{"sig":"MEQCIBXNrcEIatdlK+VRSjU3/i512Ycg1qkpV2/b5vP94EsRAiAWk+CJ4ZX2+rJyXhhO5OQRFhe6ag1eb82I3YslTVyDMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1026701},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.10.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c7d5f4f3dad6396b1bf0542e96a9921e/zenstack-2.10.1.tgz","publisher":"zenstack","_integrity":"sha512-EF6l0f4mhK10eh2Sq/M8xaDuvuF+CMFreq3XSDtN7fNQJT22Yw78cUzAYSfbbwsxtT8+jWsDusK1tHsAnvrIRg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.10.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.10.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.0.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.10.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.0.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.10.1_1734059967025_0.372432380495914","host":"s3://npm-registry-packages-npm-production"}},"2.10.2":{"name":"zenstack","version":"2.10.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.10.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6909964c9130ea1e85186a4758893f5bfa4efda6","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.10.2.tgz","fileCount":217,"integrity":"sha512-RNXwvsx8xKMJydRTz/t9h1qQJPJ2tf7cFFDQ3389f7uuXRlGU24nTl2r0RvMpMsRb7BNrlUx/mMCwlholTZZiw==","signatures":[{"sig":"MEQCICsdRXhVJ55QbI1tvhsPZn+V74ibOVS+zJaP5EbClmnpAiAJl0jHf0M+9bSgmEnBtqYp36qOMKRE0Al6AN4GLgEXXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1026701},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.10.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ed28617b7f8112e13b51ea876b57443e/zenstack-2.10.2.tgz","publisher":"zenstack","_integrity":"sha512-RNXwvsx8xKMJydRTz/t9h1qQJPJ2tf7cFFDQ3389f7uuXRlGU24nTl2r0RvMpMsRb7BNrlUx/mMCwlholTZZiw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.10.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.10.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.1.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.10.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.1.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.10.2_1734529684851_0.3163409231782237","host":"s3://npm-registry-packages-npm-production"}},"2.11.0":{"name":"zenstack","version":"2.11.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5091724ecb0a6967748bd2edd790ce5e0290fbb1","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.0.tgz","fileCount":217,"integrity":"sha512-6LIfOU9h6ZD6KnBTwMN5lXURbKVJhQvMLCLBXmm8WlV6b/2pC6MMQWhGUbObydqUroT5bjKWBv2QZvevrLbRSA==","signatures":[{"sig":"MEYCIQDe9u72EzoSlVFy7VKtDOkWq8NL440Ym2ScH+ybM8IWrAIhAL/Ond1dOIpsFmKVJAXKFTaAUtpGcjFCB51udR8XL+hD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033366},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/1452c92aa9ba83d43a54dcda7f301682/zenstack-2.11.0.tgz","publisher":"zenstack","_integrity":"sha512-6LIfOU9h6ZD6KnBTwMN5lXURbKVJhQvMLCLBXmm8WlV6b/2pC6MMQWhGUbObydqUroT5bjKWBv2QZvevrLbRSA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.1.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.1.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.0_1736263925921_0.6488308688309306","host":"s3://npm-registry-packages-npm-production"}},"2.11.1":{"name":"zenstack","version":"2.11.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b01097db65ec147a0bf178c714808ae3ab197deb","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.1.tgz","fileCount":217,"integrity":"sha512-eRoOLNHwqB7tzYaU7OHpkz+WXP/nte+kEiYwLXqLVjENZNNzn+CoNkYNS0xZCVRGh2YVOn9wJtxjNgbvFHy8nw==","signatures":[{"sig":"MEUCIBNnaDFiWsExOdzsk9Taq2NR/07gfuNvHheteoza5WKMAiEAy8V7jIljM4yKun1W/yGB4lNHypo1EigesRqjgy5unwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033575},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8fcf655c281ff6eda209208e094ffa02/zenstack-2.11.1.tgz","publisher":"zenstack","_integrity":"sha512-eRoOLNHwqB7tzYaU7OHpkz+WXP/nte+kEiYwLXqLVjENZNNzn+CoNkYNS0xZCVRGh2YVOn9wJtxjNgbvFHy8nw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.2.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.1_1736308089860_0.32387195104168076","host":"s3://npm-registry-packages-npm-production"}},"2.11.2":{"name":"zenstack","version":"2.11.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f8b7c30d6f167808b33e9da6982119256babe198","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.2.tgz","fileCount":217,"integrity":"sha512-IS2teho/2HCzYNteqW2GXlHumRsRsnWYWwQO09zZBZ6BOxSrN0eVUraIOi3Q5rEs73RIG7uaO0MzI0eWWnucWw==","signatures":[{"sig":"MEUCIQCzkkJvLvQGUnLFrMAzDGRZRUFu83WTWdfiiq4EoqYLdAIgWQvtH/0mPQDTfvyBZQo2Lca+n+/t9JhDngKLcRWtSaw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033575},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6edb0e78d875e84db6c9e8e3995ee496/zenstack-2.11.2.tgz","publisher":"zenstack","_integrity":"sha512-IS2teho/2HCzYNteqW2GXlHumRsRsnWYWwQO09zZBZ6BOxSrN0eVUraIOi3Q5rEs73RIG7uaO0MzI0eWWnucWw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.2.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.2_1736748292908_0.6249891156013765","host":"s3://npm-registry-packages-npm-production"}},"2.11.3":{"name":"zenstack","version":"2.11.3","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"de7f5268bdbb142ac3c2bdb99d0a6e1ac783a221","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.3.tgz","fileCount":217,"integrity":"sha512-kxb828bPh2B5JS6SlGdODSMZlyZKXHllI8oQSMbtIGUdwclSe/RaTxESLxQH0e7x3h/LZxbxJ95wjWvqQ7V/KA==","signatures":[{"sig":"MEQCIEDsklI+YSH0Mung+Ry4SiaYsrWTPbQIdhzAnVyhc8olAiAdhr43I/2Rxlb0LmfwDmjvC5J+xF67v/zezhEQGsg+Vw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1036241},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/fe231e3c61bf2a693102a5d6710f7a20/zenstack-2.11.3.tgz","publisher":"zenstack","_integrity":"sha512-kxb828bPh2B5JS6SlGdODSMZlyZKXHllI8oQSMbtIGUdwclSe/RaTxESLxQH0e7x3h/LZxbxJ95wjWvqQ7V/KA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.2.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.3_1736850456436_0.3205927577908392","host":"s3://npm-registry-packages-npm-production"}},"2.11.4":{"name":"zenstack","version":"2.11.4","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.4","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b3f551eee45f825a7771030b7bcbbdbbf163c4e3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.4.tgz","fileCount":217,"integrity":"sha512-rpF1viE/MRT0lz5atAwHxJ7iNKkMMJjlU2rWdZ2310RVF3evC7ps/t+cEXD0572l2UHAOWbcopJldaiUh2+lVg==","signatures":[{"sig":"MEUCIBZYw8WJjk2R9NhRP1l0wCwL8DbIol1kEmzIzXlSF+F3AiEA848lcC6WSaS6Udvua2773M1WiEP3dCKkMW8YlqDDv3Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1036241},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.4.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/89a408837dc45109e423cbceb4df6156/zenstack-2.11.4.tgz","publisher":"zenstack","_integrity":"sha512-rpF1viE/MRT0lz5atAwHxJ7iNKkMMJjlU2rWdZ2310RVF3evC7ps/t+cEXD0572l2UHAOWbcopJldaiUh2+lVg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.4","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.4","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.2.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.4","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.4_1737078820159_0.5725888393371434","host":"s3://npm-registry-packages-npm-production"}},"2.11.5":{"name":"zenstack","version":"2.11.5","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.5","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b6049ee7a9651eafb52c135b87d761e357d98fa9","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.5.tgz","fileCount":217,"integrity":"sha512-VbKoFyPX0luubeyWwqr4AdE2kk+ALZVJn3a8g2adH4xkI00irFL2Hj0i6AAAdjGb+s8sT5QgFhWIqU8NksEIjQ==","signatures":[{"sig":"MEQCIEWMh8XQpRQhA3z/m3fFHMJ75Vtjt40KzoMusNHx2wbBAiBQs+HPl+XAwMXx6WmdIVyC74BhMSb20Ck0TPvT7Qj30Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1036241},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.5.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/af3f60b57ec79c474501ea83f4c10465/zenstack-2.11.5.tgz","publisher":"zenstack","_integrity":"sha512-VbKoFyPX0luubeyWwqr4AdE2kk+ALZVJn3a8g2adH4xkI00irFL2Hj0i6AAAdjGb+s8sT5QgFhWIqU8NksEIjQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.5","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.5","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.3.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.5","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.3.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.5_1738145194826_0.9157734766626544","host":"s3://npm-registry-packages-npm-production"}},"2.11.6":{"name":"zenstack","version":"2.11.6","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.11.6","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"0af2a3579c633a9bc07036512cecaa2f54d483bd","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.11.6.tgz","fileCount":217,"integrity":"sha512-5IzhYnLQb3o4qcPIbcgb2evp39lbF3IOUeN6PQstJQR5FjzBCee1pGa44uAb7i7jdW66OniTqncppHMcqXAciA==","signatures":[{"sig":"MEUCIBP3bN7IPFX5WIEgr1243ZNaQnl0TlLavZtPZbWjgEr1AiEAiRr0NzwFbRTh0CSS5uj43Eh9u/E7CCqwqv7ZgOXe2rU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1036241},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.11.6.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c60a376cdc911687b1913f9e964be512/zenstack-2.11.6.tgz","publisher":"zenstack","_integrity":"sha512-5IzhYnLQb3o4qcPIbcgb2evp39lbF3IOUeN6PQstJQR5FjzBCee1pGa44uAb7i7jdW66OniTqncppHMcqXAciA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.11.6","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.11.6","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.3.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.11.6","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.3.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.11.6_1738964035158_0.8881417103196583","host":"s3://npm-registry-packages-npm-production"}},"2.12.0":{"name":"zenstack","version":"2.12.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.12.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"1cf75bf56fcc29d0c84fab7b4fecd64a2349f33e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.12.0.tgz","fileCount":217,"integrity":"sha512-iCUXm4SV6N02tgYRrnlM5bzw83x60hyPuuss01xPyFY81HkORah2wdeL7r/hPfdG8M9SV1ZMVkI7enjyihKTmA==","signatures":[{"sig":"MEYCIQDy0pVsnSkcQ2CVtmiSIKB6ztThj7xi3N486jaat9qf4gIhAIma6ok4OwPrPsv4KhnTKTSQpEOqqzEBHS6mPh+MFOEx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1044123},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.12.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6d7b24d7c653afb10ee54fb3c102f076/zenstack-2.12.0.tgz","publisher":"zenstack","_integrity":"sha512-iCUXm4SV6N02tgYRrnlM5bzw83x60hyPuuss01xPyFY81HkORah2wdeL7r/hPfdG8M9SV1ZMVkI7enjyihKTmA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.12.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.12.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.4.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.12.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.4.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.12.0_1740516734775_0.4109980774408124","host":"s3://npm-registry-packages-npm-production"}},"2.12.1":{"name":"zenstack","version":"2.12.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.12.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"ed81114427f71ea8244cc9cebf3cdc3f38d228d3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.12.1.tgz","fileCount":217,"integrity":"sha512-IuKwtIaG2rOwN30nbvqsw57tAJ5FV2yM5VImBN/c8J63qB9zm5wiTP9KPHh8y/aIJhS/n6e5FiwCk+mDPihH0w==","signatures":[{"sig":"MEQCIBhDm4yIDWzjG+Go7DFJ/+riNavbHBiLNBQwFxVTyDGBAiBhkZx5si1H/5bFuxWf5TKlbepT0wwmYKImUfEzomrffA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1044123},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.12.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ce393456ed46964515116c261f1ae394/zenstack-2.12.1.tgz","publisher":"zenstack","_integrity":"sha512-IuKwtIaG2rOwN30nbvqsw57tAJ5FV2yM5VImBN/c8J63qB9zm5wiTP9KPHh8y/aIJhS/n6e5FiwCk+mDPihH0w==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.12.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.12.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.4.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.12.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.4.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.12.1_1741048238737_0.6947082248355625","host":"s3://npm-registry-packages-npm-production"}},"2.12.2":{"name":"zenstack","version":"2.12.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.12.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8fee4e925773110d8bc6376d0e6ed2bc770cee5e","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.12.2.tgz","fileCount":217,"integrity":"sha512-TMX3MXmMGIWWqh7syDKOFiwjF6d0A1XZ7E/jbAiAXe1BhCvE7rQdo3jl+zEgRJBWSW7lD31gCl9XjAUns/2UOQ==","signatures":[{"sig":"MEUCIElGC+7IH3YUp7Yvf7Zu5g8uYjIhoUzlvjdQs+jP3jdVAiEAykzTOa5zBZzTPFaUwPH5lAN6O6TuCS29ar1MQ+JdpiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1044309},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.12.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c09557529a13c0741bede48ec1ae338e/zenstack-2.12.2.tgz","publisher":"zenstack","_integrity":"sha512-TMX3MXmMGIWWqh7syDKOFiwjF6d0A1XZ7E/jbAiAXe1BhCvE7rQdo3jl+zEgRJBWSW7lD31gCl9XjAUns/2UOQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.12.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.12.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.4.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.12.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.4.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.12.2_1741373378797_0.032908327844905605","host":"s3://npm-registry-packages-npm-production"}},"2.12.3":{"name":"zenstack","version":"2.12.3","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.12.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d774e139e95dd9d16ecda662dd6568254508ef05","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.12.3.tgz","fileCount":217,"integrity":"sha512-k/KvO/gryvXpHKz/HiC8BDWjEwTyrVCezRXDsP4eOGl/QpjJNYBkljDhR/2atfQMT1jKYDc196Q919dNtUTPTg==","signatures":[{"sig":"MEQCIA32eEPw0P249xwCI+tvBd1Bn8gxpPIL+G9dTknM5b9TAiBI0/zKGtzCKS0RJNDKWYcW/rZRR75clgrguCRFz8hDBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1045090},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.12.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/620cd32baa1bdc6d16b500c3be1f334b/zenstack-2.12.3.tgz","publisher":"zenstack","_integrity":"sha512-k/KvO/gryvXpHKz/HiC8BDWjEwTyrVCezRXDsP4eOGl/QpjJNYBkljDhR/2atfQMT1jKYDc196Q919dNtUTPTg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.12.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.12.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.5.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.12.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.12.3_1741839642704_0.7374134965268473","host":"s3://npm-registry-packages-npm-production"}},"2.13.0":{"name":"zenstack","version":"2.13.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.13.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6a1c233ebf4f259be711709627161e64b008fcf0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.13.0.tgz","fileCount":217,"integrity":"sha512-7pYcL03+frkSitf5LI8h60wZLhpUxcQI1/8Gr5/cwIKOUaBsFafhZheebM2brATogCReyyNKAOr4aXTnIGI7IA==","signatures":[{"sig":"MEUCICMFtBIrsflwgyaGpd9mpYCuVVb5rtUrfI7ZOvGs9J1xAiEAz2OGwUJwtJrPdl20KSKAyulpKfQmhD9jD0NtECHeuyU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1048421},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.13.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/19ecce9ad9c8f49fd96e8be31813e037/zenstack-2.13.0.tgz","publisher":"zenstack","_integrity":"sha512-7pYcL03+frkSitf5LI8h60wZLhpUxcQI1/8Gr5/cwIKOUaBsFafhZheebM2brATogCReyyNKAOr4aXTnIGI7IA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.13.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.13.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.5.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.13.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.13.0_1742790026721_0.6718173289305156","host":"s3://npm-registry-packages-npm-production"}},"2.13.1":{"name":"zenstack","version":"2.13.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.13.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"45e0e419bb3e7207919855716943b54777408d11","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.13.1.tgz","fileCount":217,"integrity":"sha512-t0+/snfYtgozPUJtDHP06/wwRiD0v+6LgsbR2Rkyx5HIqMmw21sMARC2udH9CY/BssPQ9r4SxqjNCrFjMv+44A==","signatures":[{"sig":"MEUCIQC7v/VAK5Dv6uiZJqXAHaqm+R77k040vOmCk8DE1IhVgQIgDfK4ZxnMlY0vHBlnbMj8SIZ2x6H1Im/RtueRIq/W6co=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049539},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.13.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/8d377cac8a0aa8044f659580702ae7c6/zenstack-2.13.1.tgz","publisher":"zenstack","_integrity":"sha512-t0+/snfYtgozPUJtDHP06/wwRiD0v+6LgsbR2Rkyx5HIqMmw21sMARC2udH9CY/BssPQ9r4SxqjNCrFjMv+44A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.13.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.13.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.5.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.13.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.13.1_1743743888306_0.3071887980610357","host":"s3://npm-registry-packages-npm-production"}},"2.13.2":{"name":"zenstack","version":"2.13.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.13.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"57fe660afb804d96cb6d0a550920ecc57ad2d94f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.13.2.tgz","fileCount":217,"integrity":"sha512-YSHpUf8GuidMCOhGGBNgku4ralPgLqn7JjaM1hN3P7+r/Abg9BRUtf/tqVRmVUkQ75zNHCh/MYHRL5dnXD6+kA==","signatures":[{"sig":"MEUCIQDsQxYlSseur9cl2gEFE+bI55a4u2iigN+u8NPvff/HogIgc8t15GD/WPtdnsNYDi3KbzYJmj/5NjGbTkip5qtlsJU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049887},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.13.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/0655649cb2ebf06651448e86cb59817e/zenstack-2.13.2.tgz","publisher":"zenstack","_integrity":"sha512-YSHpUf8GuidMCOhGGBNgku4ralPgLqn7JjaM1hN3P7+r/Abg9BRUtf/tqVRmVUkQ75zNHCh/MYHRL5dnXD6+kA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.13.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.13.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.5.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.13.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.13.2_1744045903922_0.52017523483127","host":"s3://npm-registry-packages-npm-production"}},"2.13.3":{"name":"zenstack","version":"2.13.3","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.13.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"d96e87d21d8cbae2128843e5f13a2298ad16f43a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.13.3.tgz","fileCount":217,"integrity":"sha512-QRnGSpQKedNma72WJ/2NS/rUKm9tJhhcnSE8feU++5odp5MgHYW+atfy+uiZwnhfaLlztroTTx234a2LJQOKrw==","signatures":[{"sig":"MEUCIQDfAh78yGP/KDW9vSWJdHsXkGT+CA18W25U2Lv9pHu/OQIgLw/qyVVGSTZHNNPq7Mc+h1aKU06CZm1l56yWQnG0MDY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049882},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.13.3.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/60d5d8e0ee7057c57d45972baff1ec49/zenstack-2.13.3.tgz","publisher":"zenstack","_integrity":"sha512-QRnGSpQKedNma72WJ/2NS/rUKm9tJhhcnSE8feU++5odp5MgHYW+atfy+uiZwnhfaLlztroTTx234a2LJQOKrw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.13.3","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.13.3","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.5.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.13.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.13.3_1744235392450_0.29740452362551895","host":"s3://npm-registry-packages-npm-production"}},"2.14.0":{"name":"zenstack","version":"2.14.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.14.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f003885a8b5cdeb695b2afde36add04dc062068a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.14.0.tgz","fileCount":217,"integrity":"sha512-9f496tsbLix/F1ZlT0Tjt8zu70/tDB48i+Pv+e8tRooBh/wdMMweqbuihtGDpF7IUGKxO3eNdRca1uc4cPVYrQ==","signatures":[{"sig":"MEUCIQDBQz6j0UWSNuDcvuXtuuXzFLzJiLcrbD6mjXQ5Nrx+IAIgFe7wIgjOz042XsIuSqMMGrUmdaOimbdBOBxGVc3X5oc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049254},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.14.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/19f2e68bf0794c90d729d3edbebb7cc1/zenstack-2.14.0.tgz","publisher":"zenstack","_integrity":"sha512-9f496tsbLix/F1ZlT0Tjt8zu70/tDB48i+Pv+e8tRooBh/wdMMweqbuihtGDpF7IUGKxO3eNdRca1uc4cPVYrQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.14.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.14.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.6.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.14.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.6.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.14.0_1744761081359_0.46617955397449884","host":"s3://npm-registry-packages-npm-production"}},"2.14.1":{"name":"zenstack","version":"2.14.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.14.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"a1b601d238b0a0afe0f252e1c7a89a76fdfecda0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.14.1.tgz","fileCount":217,"integrity":"sha512-coFqjE88IhY+W6yW+u61XNowNDDHko7fftBMsp982V6XmwnhafTrTRI2ZlpS72lo9sGJM9iCC0KwWMlahLK8ig==","signatures":[{"sig":"MEUCIDJomsNflyNGNDj5svUTKKylEssXUgS6Kat8ut8dPu4PAiEA6wYc0sRAruNr9zCoi2oiFaQc6ousXoych2JjavayKMU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049254},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.14.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/103a64d2e3a335a59bab77416bf14693/zenstack-2.14.1.tgz","publisher":"zenstack","_integrity":"sha512-coFqjE88IhY+W6yW+u61XNowNDDHko7fftBMsp982V6XmwnhafTrTRI2ZlpS72lo9sGJM9iCC0KwWMlahLK8ig==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.14.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.14.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.7.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.14.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.7.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.14.1_1746463083006_0.46039587934656834","host":"s3://npm-registry-packages-npm-production"}},"2.14.2":{"name":"zenstack","version":"2.14.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.14.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"f854efbc573ee3293fe57653df5bc1cbd275cd74","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.14.2.tgz","fileCount":217,"integrity":"sha512-x7LPLILbaS395A1PDUNcOVLzkXzbd345OopXAJcMUA8O1+41r6qsHLuSMWpmPcLh+M8TZRucRfjFKsNf3zhOIQ==","signatures":[{"sig":"MEUCIQCy8yPChYhlJW8UM/aRWSvsammMmz53+42WFC8CgZHurQIgSzt2SgGjUBIQsl4iK003vOU1VKCPrPVrgqrYmTNSN9A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049254},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.14.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/ade9e77174e44157ad39e257b5acbfdb/zenstack-2.14.2.tgz","publisher":"zenstack","_integrity":"sha512-x7LPLILbaS395A1PDUNcOVLzkXzbd345OopXAJcMUA8O1+41r6qsHLuSMWpmPcLh+M8TZRucRfjFKsNf3zhOIQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.14.2","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.14.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.7.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.14.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.7.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.14.2_1746750647617_0.18572953572649276","host":"s3://npm-registry-packages-npm-production"}},"2.15.0":{"name":"zenstack","version":"2.15.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.15.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b2d11db5c45f5ca0c0e0717ce8807fb2120adfc3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.15.0.tgz","fileCount":217,"integrity":"sha512-n3hBU4/7ZK+U1FTzwdvtqX9zp+sczLmmyff7/dOk1qzDu0JumT8OpY03vlCoBPahW2RhI1iXcLfJjd35q6SUdQ==","signatures":[{"sig":"MEYCIQCG9IleU0NnekEZkFqWI14sL8GoJcY1Dka+SgvIV75x3QIhAMKZUeW+CaklZCctz1JA7YctB/ubsM3Sh3SA2/XP2wGS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1049749},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.15.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/fb57207e864134b08baef16588d1c8d4/zenstack-2.15.0.tgz","publisher":"zenstack","_integrity":"sha512-n3hBU4/7ZK+U1FTzwdvtqX9zp+sczLmmyff7/dOk1qzDu0JumT8OpY03vlCoBPahW2RhI1iXcLfJjd35q6SUdQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.15.0","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.15.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.8.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.15.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.8.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.15.0_1747805959352_0.561410005768503","host":"s3://npm-registry-packages-npm-production"}},"2.15.1":{"name":"zenstack","version":"2.15.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.15.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7f7e42a2ab30ec0de89ca96b7bd73e4c8c6daadc","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.15.1.tgz","fileCount":217,"integrity":"sha512-FsBZ88xtaUGF/Htqd+J0SWdTFEDi372nvQeGbo7uaIh8tKTiHvtqis9Y0xcm+H1g/0BRwrcPy7WkBzK6mONdLQ==","signatures":[{"sig":"MEUCIH4VZMbh5ove6Dl9WZNrqFT6kof3uWiUwUZFJtnZw0f1AiEAsfhwKzertpQ3GQ0h8fxBegNCVMRiDTtBFTTYM38zSdo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1050556},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.15.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/c21ccd436ad80f0e5518a98761353bb7/zenstack-2.15.1.tgz","publisher":"zenstack","_integrity":"sha512-FsBZ88xtaUGF/Htqd+J0SWdTFEDi372nvQeGbo7uaIh8tKTiHvtqis9Y0xcm+H1g/0BRwrcPy7WkBzK6mONdLQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","change-case":"^4.1.2","pretty-repl":"^4.0.0","strip-color":"^0.1.0","sleep-promise":"^9.1.0","terminal-link":"^2.0.0","tiny-invariant":"^1.3.1","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.15.1","async-exit-hook":"^2.0.1","lower-case-first":"^2.0.2","upper-case-first":"^2.0.2","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.15.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.8.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.15.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.8.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.15.1_1748972080941_0.07657206996184174","host":"s3://npm-registry-packages-npm-production"}},"2.16.0":{"name":"zenstack","version":"2.16.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.16.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"c813720c57c3949103df424d3aeeb57111d29e3a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.16.0.tgz","fileCount":217,"integrity":"sha512-E8OF4URA+HO1ZPB/xMDW/ykcxm9h3bbcagUO9KBAevZRzKlGQxJ4gQdF1osLend2kYV8871yqVpKsFfJK/Mexg==","signatures":[{"sig":"MEYCIQD4z2lOLj16tj4qYk8hnR94ahDJ7IvI4EvPzKawnoxQvQIhAJAKItvyA4fXwbDU+NIxF6Df54DhCtzS6R39ImW4LD+U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1057043},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.16.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","actor":{"name":"ymc9","type":"user","email":"yiming@whimslab.io"},"email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5bc9946fbf92b53ccdb8f18c250d6ee6/zenstack-2.16.0.tgz","publisher":"zenstack","_integrity":"sha512-E8OF4URA+HO1ZPB/xMDW/ykcxm9h3bbcagUO9KBAevZRzKlGQxJ4gQdF1osLend2kYV8871yqVpKsFfJK/Mexg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.10.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.16.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.16.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^2.19.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.10.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.16.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.10.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.16.0_1750473206622_0.4948772967123942","host":"s3://npm-registry-packages-npm-production"}},"2.16.1":{"name":"zenstack","version":"2.16.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.16.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"306b8b0958fde46e95892b327622bbe35b039276","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.16.1.tgz","fileCount":220,"integrity":"sha512-dVbW5o5l0PLH0RiuACcJLgYvDVtYN2RqZ5K7GauafgHcq3+6dDarIzxp6Cl3aCTGcoNxY2KA2gZ85UZgZOb6Eg==","signatures":[{"sig":"MEQCIEv9t46fIHV3n2nMMIBMbKlzM+6rZvO2lOn5n+XCoV2+AiAXAOOOT9yGLnkN1ZHQBfB5k7FKeZdd1i9yfP92GZvMaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1061286},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.16.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","actor":{"name":"ymc9","type":"user","email":"yiming@whimslab.io"},"email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2ad52aee8f5d4f304cbdb320342795cc/zenstack-2.16.1.tgz","publisher":"zenstack","_integrity":"sha512-dVbW5o5l0PLH0RiuACcJLgYvDVtYN2RqZ5K7GauafgHcq3+6dDarIzxp6Cl3aCTGcoNxY2KA2gZ85UZgZOb6Eg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.16.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.16.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.10.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.16.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.10.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.16.1_1751860938912_0.11149307823644827","host":"s3://npm-registry-packages-npm-production"}},"2.17.0":{"name":"zenstack","version":"2.17.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.17.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b0ae6e7cfec9d5bdf96dad561727ce3f812b9bec","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.17.0.tgz","fileCount":226,"integrity":"sha512-q2XCBcG77yBILwNX060BZl+3bjN7KV6AQYYcWn1nzh//g50848g41gcz9z9A576qQlryeKOcoy5DTiO9Z3zKtg==","signatures":[{"sig":"MEUCIAkXBdJS3qBnOCuLk70FXWxssvWvEYkpeFh0fKBFGEccAiEA9PnFux+xk24sFyekY4taGv/P/TRo3wvOvUZhno/jahY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1071762},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.17.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2ed90b131830349ea2ee9b521e61ea40/zenstack-2.17.0.tgz","publisher":"zenstack","_integrity":"sha512-q2XCBcG77yBILwNX060BZl+3bjN7KV6AQYYcWn1nzh//g50848g41gcz9z9A576qQlryeKOcoy5DTiO9Z3zKtg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.17.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.17.0","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.11.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.17.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.11.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.17.0_1753000086375_0.9879968585256924","host":"s3://npm-registry-packages-npm-production"}},"2.17.1":{"name":"zenstack","version":"2.17.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.17.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"4f9ba15b7de4c8feece3d646b87e367c2d62f75a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.17.1.tgz","fileCount":226,"integrity":"sha512-3MF4lfwDm5nbLABh6lHI7GiGn2dirGPxFVc7CGMdDhoFXQ7+FPX4fCO4G84kAo11wNLRnr4xR9ZHBvo87FRzew==","signatures":[{"sig":"MEQCIGDigdccB0EHSAl9fwiRZPT3rYoEHgFs6Rwmc8tW+y1BAiB5Tyf0/WQTfYNq3R/nrQcQwpTDedxoOnMYnm8Mj1dWjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1070307},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.17.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/14939f2d84caf3dd8721903c8a5c5243/zenstack-2.17.1.tgz","publisher":"zenstack","_integrity":"sha512-3MF4lfwDm5nbLABh6lHI7GiGn2dirGPxFVc7CGMdDhoFXQ7+FPX4fCO4G84kAo11wNLRnr4xR9ZHBvo87FRzew==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.17.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.17.1","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.12.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.17.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.17.1_1753087780304_0.7046267639864126","host":"s3://npm-registry-packages-npm-production"}},"2.17.2":{"name":"zenstack","version":"2.17.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.17.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"7222f98db48f0effa922c9409ad9c766e722b68a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.17.2.tgz","fileCount":226,"integrity":"sha512-IbPzVXENoEHNVvtfFJB62U2Kz6UTOZiVUQbyDfA8cLwG6ZQffpqEpL4I9z/o2mi5NfherR7pVHZNcuBJRiyFXg==","signatures":[{"sig":"MEQCIBsOXiqg1MJkTFoCVUY5DSTFjlUEW8LH3RvdRgjrM20wAiAVTB4fHELWVfFFcyqnhe85lxrRU333K0kHXsyXITRCtg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1074384},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.17.2.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6bc7cd438ebcfa9f3a7db78de13f741c/zenstack-2.17.2.tgz","publisher":"zenstack","_integrity":"sha512-IbPzVXENoEHNVvtfFJB62U2Kz6UTOZiVUQbyDfA8cLwG6ZQffpqEpL4I9z/o2mi5NfherR7pVHZNcuBJRiyFXg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","dependencies":{"ora":"^5.4.1","zod":"^3.22.4","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^16.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","@types/node":"^20.12.7","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.17.2","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.17.2","zod-validation-error":"^1.5.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.12.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.17.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"prisma":"5.0.0 - 6.12.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.17.2_1753618111631_0.4546052999954513","host":"s3://npm-registry-packages-npm-production"}},"2.18.0":{"name":"zenstack","version":"2.18.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.18.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"06bf6d6716cba3515591b8353dd17850f68e7e01","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.18.0.tgz","fileCount":226,"integrity":"sha512-7SLV1i4s4R5BNChte0xKrSnUL8XpQyuvG3venceDCB1Tk83YLJOhOoulXguWr9DbIyoEKak0VyrvK8kxDA3ixQ==","signatures":[{"sig":"MEQCID9pLyB2UdueDPsboYYHuhA/bI0MWmm+PLPjNGYP9BOqAiBxoN64MV5KJ6NyXIJY+W795P2P1GXevHm8D/uh5WbD2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1076092},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.18.0.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/68d3d58191fb11ecfc6fe8d85a8e3c18/zenstack-2.18.0.tgz","publisher":"zenstack","_integrity":"sha512-7SLV1i4s4R5BNChte0xKrSnUL8XpQyuvG3venceDCB1Tk83YLJOhOoulXguWr9DbIyoEKak0VyrvK8kxDA3ixQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.18.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.18.0","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.13.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.18.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"zod":"^3.25.0","prisma":"5.0.0 - 6.13.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.18.0_1754781571050_0.7051670071008889","host":"s3://npm-registry-packages-npm-production"}},"2.18.1":{"name":"zenstack","version":"2.18.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.18.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"5acd04a4fa9913a28eaf77da8f2a08bedc0f6882","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.18.1.tgz","fileCount":226,"integrity":"sha512-MIERGjgEUua4ojl5XZ5dPy7IpBACZalWaK2cCCdS1K3oT6voOWpWa/nheK/SeD2ctGjHxouhdMtMXuJ+cYirfg==","signatures":[{"sig":"MEUCIQCtSQ9ywKlI/+GILYYohKOpQxkFy8UGaTaZ2/gcWheNtQIgILomZZ/cMcBF+QibM3duanHgMRyPUtO97IJLTXR8Jig=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1076092},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.18.1.tgz","engines":{"vscode":"^1.63.0"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/9fb96a2f421b37385de65462cd77b14f/zenstack-2.18.1.tgz","publisher":"zenstack","_integrity":"sha512-MIERGjgEUua4ojl5XZ5dPy7IpBACZalWaK2cCCdS1K3oT6voOWpWa/nheK/SeD2ctGjHxouhdMtMXuJ+cYirfg==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"configuration":{"title":"ZenStack","properties":{"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.18.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.18.1","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.56.0","@prisma/client":"6.14.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.18.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":["onLanguage:zmodel"],"peerDependencies":{"zod":"^3.25.0","prisma":"5.0.0 - 6.14.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.18.1_1755398944951_0.18839684570975668","host":"s3://npm-registry-packages-npm-production"}},"2.19.0":{"name":"zenstack","version":"2.19.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.19.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"31636524dd35b14f717a556173017ee3360f73ea","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.19.0.tgz","fileCount":242,"integrity":"sha512-CnH7tazExdA2N3m4i7RYx5MmEH8UbFoxpEtTvT606A20GQxjcxwjVAfnyMjpCTSf6Z9MFBL5TT6c604xg9AI8A==","signatures":[{"sig":"MEYCIQD4fsMihSDZ1WIV4N3NY2psR3PN/scmDUCBsbrAMVOtMQIhAPuHNTdeIGKfhZYb045W/Vq3iyMoC2Im8DRQvHkNxX6H","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1157571},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.19.0.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/989c201923f7702009a6e5b0ee525894/zenstack-2.19.0.tgz","publisher":"zenstack","_integrity":"sha512-CnH7tazExdA2N3m4i7RYx5MmEH8UbFoxpEtTvT606A20GQxjcxwjVAfnyMjpCTSf6Z9MFBL5TT6c604xg9AI8A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.19.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.19.0","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.16.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.19.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.16.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.19.0_1757640251394_0.5860397054711486","host":"s3://npm-registry-packages-npm-production"}},"2.19.1":{"name":"zenstack","version":"2.19.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.19.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"83041fefad8ebeddff14bebd94d6c28c1bc7a74b","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.19.1.tgz","fileCount":226,"integrity":"sha512-R8Ehz2EujSzE155SIw9yO4daoW53sWV1mzydfXLWEvWAvvw53QT8x9HU3s7s4xaXR0BpsLQOaKitTmqOzK7eCQ==","signatures":[{"sig":"MEUCIHujsyeCUSdv1jsM794izwEuTZV9L6RRgYGi4cYlUv8tAiEA9JjOxuxMlgIqmiV8A2i5pbx0d5z/DF8hAAzUyLQVY1s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1084703},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.19.1.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/89d14149960fc05451b9ae677f99f472/zenstack-2.19.1.tgz","publisher":"zenstack","_integrity":"sha512-R8Ehz2EujSzE155SIw9yO4daoW53sWV1mzydfXLWEvWAvvw53QT8x9HU3s7s4xaXR0BpsLQOaKitTmqOzK7eCQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.19.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.19.1","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.16.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.19.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.16.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.19.1_1759109960257_0.20825720202353515","host":"s3://npm-registry-packages-npm-production"}},"2.19.2":{"name":"zenstack","version":"2.19.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.19.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"3a01337a95db79d20e4e94011be6400a77fdc198","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.19.2.tgz","fileCount":226,"integrity":"sha512-DYgq1v8KZJlUNQPFBSBokCIalb8s+UJs/hfcEscE/JixmNLK+dC4MwIxeTvFIjjhDe34+fo+sCUgsc/vnZSL9Q==","signatures":[{"sig":"MEUCIGjMHsUyR54AHoDs8Dz/iOo8qf+haMlgRlFjAvHqskuhAiEAzBB1+CnUBf71dylrbVBXhctg+siJFQNe5vvZ5OnbcKM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1084703},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.19.2.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/5fe7d56409fdb23b95ea92d499ebead9/zenstack-2.19.2.tgz","publisher":"zenstack","_integrity":"sha512-DYgq1v8KZJlUNQPFBSBokCIalb8s+UJs/hfcEscE/JixmNLK+dC4MwIxeTvFIjjhDe34+fo+sCUgsc/vnZSL9Q==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.19.2","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.19.2","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.16.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.19.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.16.x"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.19.2_1759285845261_0.729999205485447","host":"s3://npm-registry-packages-npm-production"}},"2.20.0":{"name":"zenstack","version":"2.20.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.20.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"b4d64ad5e736523663c87b0cb4a3c0341acf66cd","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.20.0.tgz","fileCount":226,"integrity":"sha512-d4aI6AD8Nd4s+07CfdLT0mOZH6b/oG2Kg7EKQTAGSP5rQuxYyJX5/pOf+yNHcfbBmSwbshAkGotlLHbR2A/dcQ==","signatures":[{"sig":"MEQCIEncT0GkgGI0WEOmPwBPfbkQ6jxuTd1l9hJNUyAFiBKZAiArJPFffbNKxRm6tkBxJTTMTrvzmlrDRhkF+RssTF+3gw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1085974},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.20.0.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/d4f1585aec6de6779eec60aa88aa4bde/zenstack-2.20.0.tgz","publisher":"zenstack","_integrity":"sha512-d4aI6AD8Nd4s+07CfdLT0mOZH6b/oG2Kg7EKQTAGSP5rQuxYyJX5/pOf+yNHcfbBmSwbshAkGotlLHbR2A/dcQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.20.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.20.0","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.17.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.20.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.17.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.20.0_1760497524894_0.7014613829026153","host":"s3://npm-registry-packages-npm-production"}},"2.20.1":{"name":"zenstack","version":"2.20.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.20.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"fd13ce868ab1f9bd23a590d4d6d7bc0f250fdd52","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.20.1.tgz","fileCount":226,"integrity":"sha512-0QyTsK3Z2fPUSqJtet0bqWGWIT/Z+m/7pAXo/8yioXgf78RhnCYGPpiGYrhFaUnHbvRMKAeW8h5pVyrLIew1UA==","signatures":[{"sig":"MEUCIFtqhNbZ7hPospIw/hXfX3/InngdUNa6nqUEV0PMuLJlAiEAzWrydg7jg+3EfLZaM2HvXR1vAyKqVgFNhUxFbCC1Jfg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1086082},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.20.1.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/f6e9631250f540830bbbf871d490277e/zenstack-2.20.1.tgz","publisher":"zenstack","_integrity":"sha512-0QyTsK3Z2fPUSqJtet0bqWGWIT/Z+m/7pAXo/8yioXgf78RhnCYGPpiGYrhFaUnHbvRMKAeW8h5pVyrLIew1UA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.20.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.20.1","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.17.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.20.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.17.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.20.1_1760506665801_0.4392990510186636","host":"s3://npm-registry-packages-npm-production"}},"2.21.0":{"name":"zenstack","version":"2.21.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.21.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"2e9fcac93499ea4c1105543611de480996f566f0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.21.0.tgz","fileCount":226,"integrity":"sha512-IJm0mZXNZESCjL59V+XbwXq10ZA6tje0bsT9ZHYa5A3GRqMr81cec/gEVeQjUgSCI1bkH0g1EEwXtpQikCglNA==","signatures":[{"sig":"MEUCIBgMYFjW4hy4dIuFdu9lc32losKN7Qyv0U7Bx4KMZByfAiEAmSz9L7BA0t+a6odOw2/BRsb6SAr7KgN5NhyCIdUXa5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1088251},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.21.0.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/6a9f05a56847cf7685bf585fd621728e/zenstack-2.21.0.tgz","publisher":"zenstack","_integrity":"sha512-IJm0mZXNZESCjL59V+XbwXq10ZA6tje0bsT9ZHYa5A3GRqMr81cec/gEVeQjUgSCI1bkH0g1EEwXtpQikCglNA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.21.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.21.0","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"6.17.x","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.17.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.21.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.18.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.21.0_1761800839659_0.30811498071567045","host":"s3://npm-registry-packages-npm-production"}},"2.21.1":{"name":"zenstack","version":"2.21.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.21.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"9e16f35c5a57c643caa9f6507fa6d7311dbed0d3","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.21.1.tgz","fileCount":226,"integrity":"sha512-Cem6cCHWm4LRGVM6dAX9t78yjIJ2u5HnmO+HTtACY09Jqo+D6Lcv5fShHaZ7DWAhiQQXTgsnQB4ndMriw06Lnw==","signatures":[{"sig":"MEYCIQCy1diRzNOrhjJLv+TZ/dVY9B1/CcJhL1TzCGLf9XILBAIhAJdxN996S0uESiOAt+DbNZKVewiaVzsUs1/N/qlc/UW/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1088251},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.21.1.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/e5f7ea3dabcb86194f59de85905721e7/zenstack-2.21.1.tgz","publisher":"zenstack","_integrity":"sha512-Cem6cCHWm4LRGVM6dAX9t78yjIJ2u5HnmO+HTtACY09Jqo+D6Lcv5fShHaZ7DWAhiQQXTgsnQB4ndMriw06Lnw==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.21.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.21.1","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"6.17.x","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.17.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.21.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 6.18.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.21.1_1762624001547_0.3899284723858023","host":"s3://npm-registry-packages-npm-production"}},"2.22.0":{"name":"zenstack","version":"2.22.0","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.22.0","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8c365e46fec59ab9ca04ddd0ad75f39898da4d6f","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.22.0.tgz","fileCount":226,"integrity":"sha512-W6JUJZsiF1woMdDvRYaCEOuY9TeOWFf278Gb6kuUV1cnwQFyxrPt0dziRwChRKgm0CBthUbGwPg4FE0GGcSuJA==","signatures":[{"sig":"MEQCIBnpdUuqNmaqDHf+Akb5qUCp+/Dc6QxscCOnNVKkp1YzAiA/NBWlaa0zh9J1u+CKhZmUfKTZzQhVe8zRYaYYuFIH1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1091283},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.22.0.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/2479e3bd13b6e369ad46fe80b000ddb1/zenstack-2.22.0.tgz","publisher":"zenstack","_integrity":"sha512-W6JUJZsiF1woMdDvRYaCEOuY9TeOWFf278Gb6kuUV1cnwQFyxrPt0dziRwChRKgm0CBthUbGwPg4FE0GGcSuJA==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.22.0","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.22.0","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"6.19.x","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.22.0","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 7.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.22.0_1764033707469_0.12929877789567557","host":"s3://npm-registry-packages-npm-production"}},"2.22.1":{"name":"zenstack","version":"2.22.1","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.22.1","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"6211044157833911098ffa8fb11a4dcfb9a3066a","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.22.1.tgz","fileCount":226,"integrity":"sha512-VuB+4RdJ1uPx6J5lAu6JE7YMkghzHdw/WiOF4g7QigMaVLSRliONsqZvGKrmLmg+Qvjsd2c1F7K1YowLgvNX+A==","signatures":[{"sig":"MEUCIBSC661v0+7u6RHJ4NKt+Jig0wfLv0c3TeSMRapz2CbAAiEArqxRoxfIGymWHbOyfn/6PvI51oWBOjM485/6ARgB89Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1090568},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.22.1.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/50d969abba780679eac2862f25530f1b/zenstack-2.22.1.tgz","publisher":"zenstack","_integrity":"sha512-VuB+4RdJ1uPx6J5lAu6JE7YMkghzHdw/WiOF4g7QigMaVLSRliONsqZvGKrmLmg+Qvjsd2c1F7K1YowLgvNX+A==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack Language Tools","_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.22.1","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.22.1","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"6.19.x","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.22.1","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 7.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.22.1_1764811982545_0.5680120972381721","host":"s3://npm-registry-packages-npm-production"}},"2.22.2":{"name":"zenstack","version":"2.22.2","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.22.2","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"54ab19e603a08783cac57fc8209e66479e2e0904","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.22.2.tgz","fileCount":226,"integrity":"sha512-40wfmyBFSF5C7udh6ZUsGAdtrKu/jG6k/AnD8xAW/MSEQySTPRJ+aHSYdndQ3VwfG/cK8u0wuVm9yLDJhorNpQ==","signatures":[{"sig":"MEUCIQD74wZSnbi+hzXkXbl808SQ385Ic2obpoG2DRgdqGaZDgIgI6NGNg4AfsVmacH2MzK1P2cBZ7ANoTXpD46BsNESEF8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1090571},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.22.2.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/a9ba33fa40c6bf785a39f7b8f7b908d8/zenstack-2.22.2.tgz","publisher":"zenstack","_integrity":"sha512-40wfmyBFSF5C7udh6ZUsGAdtrKu/jG6k/AnD8xAW/MSEQySTPRJ+aHSYdndQ3VwfG/cK8u0wuVm9yLDJhorNpQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"10.9.4","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack V2 Language Tools","_nodeVersion":"22.21.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^9.0.0","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.22.2","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.22.2","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.1","dotenv":"^16.0.3","prisma":"6.19.x","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.22.2","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 7.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.22.2_1767012104065_0.7538197320986297","host":"s3://npm-registry-packages-npm-production"}},"2.22.3":{"name":"zenstack","version":"2.22.3","keywords":["fullstack","react","typescript","data modeling","prisma"],"author":{"name":"ZenStack Team"},"license":"MIT","_id":"zenstack@2.22.3","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"homepage":"https://zenstack.dev","bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"bin":{"zenstack":"bin/cli"},"dist":{"shasum":"8e0419ffeb8d40128bacdbab4fcb56ccb7aef4a0","tarball":"https://registry.npmjs.org/zenstack/-/zenstack-2.22.3.tgz","fileCount":226,"integrity":"sha512-dYnYidqL8sSEV/ZTRJNaFJPDVdkgNwoU/pjuLyWy1IpKkMdfdCIqL44Uo7AbvFtoF3AXZXTpoTThHqKpzdlKlQ==","signatures":[{"sig":"MEQCIDdz+IWUCpB33pbDbCnOGuOTv4GHBqDuUjbDxwoSEdMtAiBonmHU5O9bI2EKJSYHCLKkkE2NWOdCEEdQyPN09+EgWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1090572},"icon":"asset/logo-256-bg.png","main":"./bundle/extension.js","_from":"file:zenstack-2.22.3.tgz","engines":{"vscode":"^1.99.3"},"preview":false,"scripts":{"lint":"eslint src tests --ext ts","test":"jest","build":"pnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace \"README.md\" dist/README-global.md && copyfiles -u 1 \"src/res/*\" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build","clean":"rimraf dist","watch":"tsc --watch","bundle":"rimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify","postinstall":"node bin/post-install.js","vscode:package":"pnpm bundle && vsce package --no-dependencies","vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"pnpm bundle","vscode:prerelease":"vsce publish --no-dependencies --pre-release"},"_npmUser":{"name":"ymc9","email":"yiming@whimslab.io"},"_resolved":"/private/var/folders/r7/j1xwztq57cl_s92mt6g410tc0000gn/T/b15fec67bd35ad0f6c7b0eed5ec68312/zenstack-2.22.3.tgz","publisher":"zenstack","_integrity":"sha512-dYnYidqL8sSEV/ZTRJNaFJPDVdkgNwoU/pjuLyWy1IpKkMdfdCIqL44Uo7AbvFtoF3AXZXTpoTThHqKpzdlKlQ==","categories":["Programming Languages"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"_npmVersion":"11.15.0","contributes":{"menus":{"editor/title":[{"when":"editorLangId == zmodel","group":"navigation","command":"zenstack.preview-zmodel"},{"when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","group":"navigation","command":"zenstack.save-zmodel-documentation"}],"commandPalette":[{"when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"command":"zenstack.clear-documentation-cache"},{"command":"zenstack.logout"}]},"commands":[{"icon":"$(preview)","title":"ZenStack: Preview ZModel Documentation","command":"zenstack.preview-zmodel"},{"icon":"$(save)","title":"ZenStack: Save ZModel Documentation","command":"zenstack.save-zmodel-documentation"},{"icon":"$(trash)","title":"ZenStack: Clear Documentation Cache","command":"zenstack.clear-documentation-cache"},{"icon":"$(log-out)","title":"ZenStack: Logout","command":"zenstack.logout"}],"grammars":[{"path":"./bundle/syntaxes/zmodel.tmLanguage.json","language":"zmodel","scopeName":"source.zmodel"}],"languages":[{"id":"zmodel","icon":{"dark":"./asset/logo-dark-256.png","light":"./asset/logo-light-256.png"},"aliases":["ZenStack Model","zmodel"],"extensions":[".zmodel"],"configuration":"./language-configuration.json"}],"keybindings":[{"key":"ctrl+shift+v","mac":"cmd+shift+v","when":"editorLangId == zmodel","command":"zenstack.preview-zmodel"},{"key":"ctrl+shift+s","mac":"cmd+shift+s","when":"(activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor') && zenstack.isMarkdownPreview == true","command":"zenstack.save-zmodel-documentation"}],"configuration":{"title":"ZenStack","properties":{"zenstack.searchForExtensions":{"type":"boolean","default":true,"description":"Search for Mermaid extensions when viewing Mermaid source."},"zmodel.format.usePrismaStyle":{"type":"boolean","default":true,"description":"Use Prisma style indentation."}}}},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","directories":{},"displayName":"ZenStack V2 Language Tools","_nodeVersion":"22.21.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"ora":"^5.4.1","uuid":"^11.1.1","colors":"1.4.0","semver":"^7.5.2","langium":"1.3.1","mixpanel":"^0.17.0","ts-morph":"^26.0.0","commander":"^8.3.0","deepmerge":"^4.3.1","pluralize":"^8.0.0","ts-pattern":"^4.3.0","vscode-uri":"^3.0.6","pretty-repl":"^4.0.0","strip-color":"^0.1.0","terminal-link":"^2.0.0","vscode-jsonrpc":"^8.0.2","@zenstackhq/sdk":"2.22.3","async-exit-hook":"^2.0.1","@paralleldrive/cuid2":"^2.2.0","@zenstackhq/language":"2.22.3","zod-validation-error":"^4.0.0","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7"},"publishConfig":{"directory":"dist","linkDirectory":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tmp":"^0.2.7","dotenv":"^16.0.3","prisma":"6.19.x","vitest":"^0.29.7","esbuild":"^0.24.0","renamer":"^4.0.0","tsc-alias":"^1.7.0","@types/tmp":"^0.2.3","@vscode/vsce":"^3.5.0","@types/semver":"^7.3.13","@types/vscode":"^1.99.3","@prisma/client":"6.19.x","@types/pluralize":"^0.0.29","@types/strip-color":"^0.1.0","@zenstackhq/runtime":"2.22.3","@types/async-exit-hook":"^2.0.0"},"activationEvents":[],"peerDependencies":{"zod":"^3.25.0 || ^4.0.0","prisma":"5.0.0 - 7.x","@types/node":">=18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/zenstack_2.22.3_1780768040385_0.5266303541415638","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2022-10-10T05:34:47.186Z","modified":"2026-06-06T17:54:45.375Z","0.1.0":"2022-10-10T05:34:47.434Z","0.1.1":"2022-10-12T15:34:50.680Z","0.1.2":"2022-10-12T15:36:02.659Z","0.1.3":"2022-10-13T01:17:31.802Z","0.1.5":"2022-10-13T01:43:05.811Z","0.1.6":"2022-10-13T01:49:02.467Z","0.1.7":"2022-10-13T01:50:10.157Z","0.1.8":"2022-10-13T02:28:16.686Z","0.1.9":"2022-10-13T02:41:40.459Z","0.1.10":"2022-10-13T02:44:25.200Z","0.1.11":"2022-10-13T02:46:39.671Z","0.1.12":"2022-10-13T02:52:46.827Z","0.1.13":"2022-10-13T03:02:23.278Z","0.1.15":"2022-10-13T03:05:15.522Z","0.1.16":"2022-10-13T03:10:43.438Z","0.1.17":"2022-10-13T03:39:25.019Z","0.1.18":"2022-10-13T04:02:43.375Z","0.1.19":"2022-10-13T04:07:26.220Z","0.1.20":"2022-10-13T04:13:47.327Z","0.1.21":"2022-10-13T04:15:20.777Z","0.1.22":"2022-10-13T04:16:04.991Z","0.1.23":"2022-10-13T08:00:07.005Z","0.1.24":"2022-10-13T13:05:48.254Z","0.1.25":"2022-10-13T15:01:59.497Z","0.1.26":"2022-10-13T15:43:43.372Z","0.1.27":"2022-10-13T15:46:07.021Z","0.1.28":"2022-10-14T02:31:25.907Z","0.1.29":"2022-10-14T02:32:04.506Z","0.1.30":"2022-10-14T02:33:44.554Z","0.1.31":"2022-10-14T02:34:19.457Z","0.1.32":"2022-10-14T02:45:15.319Z","0.1.33":"2022-10-14T08:36:29.478Z","0.1.35":"2022-10-14T08:37:13.399Z","0.1.36":"2022-10-14T08:38:40.107Z","0.1.37":"2022-10-14T08:39:28.148Z","0.1.38":"2022-10-14T08:41:23.989Z","0.1.39":"2022-10-16T14:03:25.388Z","0.1.40":"2022-10-17T00:58:11.702Z","0.1.41":"2022-10-20T09:26:24.671Z","0.1.42":"2022-10-20T09:42:17.309Z","1.0.0":"2022-10-20T14:12:46.502Z","0.1.45":"2022-10-21T01:15:08.121Z","0.1.46":"2022-10-21T11:41:11.943Z","0.1.47":"2022-10-23T09:22:41.840Z","0.1.49":"2022-10-24T13:03:42.973Z","0.1.50":"2022-10-25T08:54:23.297Z","0.1.51":"2022-10-25T09:12:19.935Z","0.1.52":"2022-10-25T09:24:16.548Z","0.1.53":"2022-10-25T12:56:58.690Z","0.1.54":"2022-10-25T13:12:37.694Z","0.1.55":"2022-10-26T02:46:40.202Z","0.1.56":"2022-10-26T08:01:20.715Z","0.1.57":"2022-10-26T12:44:42.754Z","0.1.58":"2022-10-28T15:42:01.759Z","0.2.0":"2022-10-29T00:55:05.271Z","0.2.1":"2022-10-29T01:09:25.025Z","0.2.2":"2022-11-03T11:55:31.052Z","0.2.3":"2022-11-03T12:29:11.868Z","0.2.4":"2022-11-03T14:25:58.022Z","0.2.9":"2022-11-07T06:47:57.486Z","0.2.10":"2022-11-07T09:22:38.655Z","0.2.11":"2022-11-07T10:49:10.388Z","0.2.12":"2022-11-07T15:56:20.354Z","0.2.15":"2022-11-08T02:22:12.626Z","0.3.0":"2022-11-08T03:11:33.645Z","0.3.1":"2022-11-12T15:00:21.353Z","0.3.2":"2022-11-12T15:03:59.405Z","0.3.4":"2022-11-17T13:41:09.200Z","0.3.5":"2022-11-18T09:52:20.056Z","0.3.6":"2022-11-18T09:54:44.994Z","0.3.7":"2022-11-18T10:59:26.748Z","0.3.8":"2022-11-20T15:23:36.151Z","0.3.9":"2022-11-21T02:27:42.075Z","0.3.10":"2022-11-24T08:06:11.338Z","0.3.11":"2022-11-25T02:04:54.479Z","0.3.12":"2022-11-25T05:33:10.060Z","0.3.13":"2022-11-26T03:08:16.946Z","0.3.15":"2022-11-26T03:12:56.042Z","0.3.16":"2022-11-26T03:13:43.488Z","0.3.17":"2022-11-26T03:17:18.910Z","0.3.18":"2022-11-26T04:51:59.758Z","0.3.19":"2022-11-28T08:58:59.423Z","0.3.20":"2022-11-30T13:03:45.093Z","0.3.21":"2022-11-30T14:54:17.504Z","0.3.22":"2022-11-30T16:20:35.698Z","0.3.23":"2022-12-01T02:17:41.217Z","0.4.0-pre.1":"2022-12-01T02:56:09.152Z","0.4.0":"2022-12-01T04:59:24.926Z","0.4.1":"2022-12-02T13:34:35.549Z","0.4.2":"2022-12-05T10:36:20.886Z","0.5.0":"2022-12-16T08:05:52.781Z","0.6.0-pre.1":"2022-12-18T01:52:49.723Z","0.6.0-pre.2":"2022-12-18T02:11:05.683Z","0.6.0-pre.3":"2022-12-18T02:21:18.057Z","0.6.0-pre.4":"2022-12-18T02:25:41.588Z","0.6.0-pre.5":"2022-12-18T08:04:58.292Z","0.6.0-pre.6":"2022-12-18T08:08:59.831Z","0.6.0-pre.7":"2022-12-18T08:19:00.520Z","0.6.0-pre.8":"2022-12-18T08:44:40.093Z","0.6.0-pre.9":"2022-12-18T08:46:55.025Z","0.6.0-pre.10":"2022-12-18T09:10:58.107Z","0.6.0-pre.11":"2022-12-19T09:17:00.550Z","0.6.0-pre.12":"2023-01-11T09:36:50.883Z","0.6.0-pre.13":"2023-01-11T09:46:03.602Z","0.6.0-pre.14":"2023-01-11T13:25:29.486Z","0.6.0-pre.15":"2023-01-11T13:48:39.335Z","0.6.0-pre.16":"2023-01-11T14:39:54.553Z","0.6.0-pre.17":"2023-01-11T15:00:29.335Z","0.6.0-pre.18":"2023-01-12T14:17:19.190Z","0.6.0-pre.19":"2023-01-14T05:24:50.221Z","1.0.0-alpha.19":"2023-01-22T05:50:53.396Z","1.0.0-alpha.20":"2023-01-22T10:47:52.999Z","1.0.0-alpha.21":"2023-01-23T15:42:57.128Z","1.0.0-alpha.22":"2023-01-24T02:37:35.510Z","1.0.0-alpha.23":"2023-01-25T12:50:16.508Z","1.0.0-alpha.24":"2023-01-26T12:47:29.123Z","1.0.0-alpha.25":"2023-01-26T15:09:27.412Z","1.0.0-alpha.26":"2023-01-27T13:23:15.112Z","1.0.0-alpha.27":"2023-01-28T01:29:36.841Z","1.0.0-alpha.28":"2023-01-28T02:19:17.962Z","1.0.0-alpha.31":"2023-02-03T12:15:56.133Z","1.0.0-alpha.32":"2023-02-04T13:27:47.113Z","1.0.0-alpha.33":"2023-02-11T09:11:49.849Z","1.0.0-alpha.34":"2023-02-16T02:00:56.659Z","1.0.0-alpha.35":"2023-02-16T02:18:55.047Z","1.0.0-alpha.36":"2023-02-16T05:02:21.427Z","1.0.0-alpha.40":"2023-02-16T13:58:24.468Z","1.0.0-alpha.41":"2023-02-17T16:45:14.256Z","1.0.0-alpha.42":"2023-02-18T12:30:33.489Z","1.0.0-alpha.43":"2023-02-18T15:13:22.059Z","1.0.0-alpha.44":"2023-02-18T15:20:32.048Z","1.0.0-alpha.45":"2023-02-19T04:42:00.338Z","1.0.0-alpha.47":"2023-03-02T00:01:01.569Z","1.0.0-alpha.48":"2023-03-02T00:12:58.088Z","1.0.0-alpha.49":"2023-03-03T04:23:55.368Z","1.0.0-alpha.50":"2023-03-03T05:14:58.708Z","1.0.0-alpha.51":"2023-03-03T05:30:22.489Z","1.0.0-alpha.53":"2023-03-03T06:42:45.725Z","1.0.0-alpha.54":"2023-03-04T09:25:56.623Z","1.0.0-alpha.55":"2023-03-04T15:09:58.558Z","1.0.0-alpha.56":"2023-03-06T04:04:47.459Z","1.0.0-alpha.57":"2023-03-06T12:00:51.812Z","1.0.0-alpha.58":"2023-03-06T14:56:03.759Z","1.0.0-alpha.60":"2023-03-07T07:02:17.715Z","1.0.16":"2023-03-09T00:01:29.997Z","1.0.0-alpha.61":"2023-03-09T01:00:49.850Z","1.0.0-alpha.70":"2023-03-09T06:48:27.658Z","1.0.0-alpha.62":"2023-03-09T07:18:09.827Z","1.0.0-alpha.71":"2023-03-09T12:12:15.507Z","1.0.0-alpha.63":"2023-03-14T02:05:44.610Z","1.0.0-alpha.73":"2023-03-14T11:24:00.782Z","1.0.0-alpha.74":"2023-03-15T11:43:29.433Z","1.0.0-alpha.75":"2023-03-16T08:47:22.382Z","1.0.0-alpha.76":"2023-03-16T09:11:50.725Z","1.0.0-alpha.77":"2023-03-16T12:24:19.552Z","1.0.0-alpha.78":"2023-03-19T10:47:36.751Z","1.0.0-alpha.79":"2023-03-19T15:39:15.162Z","1.0.0-alpha.80":"2023-03-21T03:33:28.950Z","1.0.0-alpha.81":"2023-03-21T04:44:36.781Z","1.0.0-alpha.82":"2023-03-24T01:22:08.347Z","1.0.0-alpha.85":"2023-03-26T23:20:17.436Z","1.0.0-alpha.86":"2023-03-28T05:28:15.880Z","1.0.0-alpha.87":"2023-03-28T11:35:06.154Z","1.0.0-alpha.88":"2023-03-29T07:19:54.273Z","1.0.0-alpha.89":"2023-03-29T15:23:01.323Z","1.0.0-alpha.90":"2023-03-30T03:56:31.566Z","1.0.0-alpha.91":"2023-03-30T04:21:29.764Z","1.0.0-alpha.92":"2023-03-30T05:46:22.881Z","1.0.0-alpha.93":"2023-03-30T08:57:49.520Z","1.0.0-alpha.94":"2023-03-30T13:16:44.361Z","1.0.0-alpha.95":"2023-03-31T06:46:30.337Z","1.0.0-alpha.96":"2023-03-31T12:36:17.685Z","1.0.0-alpha.97":"2023-03-31T12:46:48.879Z","1.0.0-alpha.98":"2023-03-31T13:03:48.456Z","1.0.0-alpha.99":"2023-04-11T06:40:30.264Z","1.0.0-alpha.100":"2023-04-13T06:48:28.475Z","1.0.0-alpha.101":"2023-04-13T20:22:18.260Z","1.0.0-alpha.102":"2023-04-14T18:25:59.197Z","1.0.0-alpha.110":"2023-04-30T14:38:40.683Z","1.0.0-alpha.111":"2023-05-01T07:02:12.565Z","1.0.0-alpha.112":"2023-05-01T18:03:27.554Z","1.0.0-alpha.113":"2023-05-03T02:36:11.122Z","1.0.0-alpha.114":"2023-05-06T23:52:31.255Z","1.0.0-alpha.115":"2023-05-07T22:42:57.342Z","1.0.0-alpha.116":"2023-05-08T19:18:00.536Z","1.0.0-alpha.119":"2023-05-29T00:17:07.320Z","1.0.0-alpha.120":"2023-05-30T02:39:37.375Z","1.0.0-alpha.121":"2023-05-30T06:01:55.038Z","1.0.0-alpha.122":"2023-06-02T02:07:54.706Z","1.0.0-alpha.124":"2023-06-03T07:41:29.042Z","1.0.0-alpha.125":"2023-06-04T12:28:49.869Z","1.0.0-alpha.126":"2023-06-06T12:14:56.920Z","1.0.0-beta.1":"2023-06-15T07:24:02.440Z","1.0.0-beta.2":"2023-06-19T16:21:54.729Z","1.0.0-beta.3":"2023-07-03T08:52:51.023Z","1.0.0-beta.4":"2023-07-04T14:51:58.112Z","1.0.0-beta.5":"2023-07-05T02:13:08.402Z","1.0.0-beta.6":"2023-07-05T08:48:56.991Z","1.0.0-beta.7":"2023-07-09T11:08:10.219Z","1.0.0-beta.8":"2023-07-10T07:29:38.641Z","1.0.0-beta.9":"2023-07-19T09:09:02.102Z","1.0.0-beta.10":"2023-07-19T10:34:24.440Z","1.0.0-beta.11":"2023-07-20T03:49:29.310Z","1.0.0-beta.12":"2023-07-24T15:04:29.768Z","1.0.0-beta.13":"2023-07-31T03:28:12.205Z","1.0.0-beta.15":"2023-08-08T02:35:26.435Z","1.0.0-beta.16":"2023-08-08T03:34:36.854Z","1.0.0-beta.17":"2023-08-12T15:06:12.149Z","1.0.0-beta.18":"2023-08-14T12:07:49.895Z","1.0.0-beta.19":"2023-08-16T10:33:43.396Z","1.0.0-beta.20":"2023-08-23T09:48:44.334Z","1.0.0-beta.21":"2023-09-05T03:44:28.087Z","1.0.0-beta.22":"2023-09-19T02:43:53.425Z","1.0.0-beta.23":"2023-09-19T04:18:50.881Z","1.0.0-beta.24":"2023-09-21T21:44:53.068Z","1.0.1":"2023-10-02T18:27:49.482Z","1.0.2":"2023-10-03T19:43:01.182Z","1.1.0":"2023-10-17T01:04:45.105Z","1.1.1":"2023-10-23T11:02:38.091Z","1.2.0":"2023-11-01T21:38:45.981Z","1.2.1":"2023-11-08T19:41:33.724Z","1.2.2":"2023-11-14T01:37:44.110Z","1.3.0":"2023-11-16T02:46:01.737Z","1.3.1":"2023-11-17T23:07:37.607Z","1.3.2":"2023-11-26T02:21:46.786Z","1.4.0":"2023-11-30T22:29:05.224Z","1.4.1":"2023-12-08T07:10:02.745Z","1.5.0":"2023-12-15T00:02:14.508Z","1.6.0":"2024-01-01T13:32:07.967Z","1.6.1":"2024-01-03T12:43:58.848Z","1.6.2":"2024-01-10T06:15:01.384Z","1.7.0":"2024-01-16T07:25:57.911Z","1.7.1":"2024-01-25T14:18:55.429Z","1.8.0":"2024-02-01T14:54:11.541Z","1.8.1":"2024-02-01T15:10:53.058Z","1.8.2":"2024-02-10T06:56:00.286Z","2.0.0-alpha.1":"2024-02-14T13:28:02.809Z","1.9.0":"2024-02-17T02:34:25.556Z","1.10.0":"2024-03-02T04:52:41.791Z","2.0.0-alpha.2":"2024-03-07T05:20:52.106Z","2.0.0-alpha.3":"2024-03-07T05:37:36.858Z","2.0.0-alpha.4":"2024-03-07T05:56:45.324Z","2.0.0-alpha.5":"2024-03-07T16:19:29.166Z","1.10.1":"2024-03-08T00:41:53.166Z","1.10.2":"2024-03-08T06:32:59.356Z","1.10.3":"2024-03-09T01:31:59.949Z","2.0.0-alpha.6":"2024-03-09T16:15:53.163Z","2.0.0-alpha.7":"2024-03-11T22:31:15.101Z","1.11.0":"2024-03-16T16:45:24.918Z","2.0.0-beta.1":"2024-03-18T00:47:34.200Z","2.0.0-beta.2":"2024-03-19T04:07:08.713Z","1.11.1":"2024-03-20T19:12:48.236Z","2.0.0-beta.3":"2024-03-25T22:11:58.331Z","2.0.0-beta.4":"2024-03-27T22:45:59.530Z","2.0.0-beta.5":"2024-03-31T01:04:29.481Z","1.12.0":"2024-03-31T20:31:23.747Z","2.0.0-beta.6":"2024-04-06T08:06:48.046Z","2.0.0-beta.7":"2024-04-07T00:47:12.305Z","1.12.1":"2024-04-08T22:34:49.266Z","2.0.0-beta.8":"2024-04-09T14:27:25.749Z","1.12.2":"2024-04-11T04:16:24.807Z","2.0.0-beta.9":"2024-04-11T06:44:52.021Z","2.0.0-beta.10":"2024-04-11T07:44:37.571Z","1.12.3":"2024-04-12T07:34:06.255Z","2.0.0-beta.11":"2024-04-13T08:18:04.847Z","2.0.0-beta.12":"2024-04-14T00:51:59.602Z","2.0.0-beta.13":"2024-04-15T07:25:34.872Z","2.0.0-beta.14":"2024-04-15T12:31:29.559Z","1.12.4":"2024-04-21T23:48:04.859Z","2.0.0":"2024-04-24T15:46:02.955Z","1.12.5":"2024-04-25T13:10:29.462Z","2.0.1":"2024-04-26T06:01:23.574Z","2.0.2":"2024-05-01T09:48:08.676Z","2.0.3":"2024-05-05T02:05:39.148Z","2.1.0":"2024-05-13T11:49:05.549Z","2.1.1":"2024-05-15T14:33:26.186Z","2.1.2":"2024-05-20T03:38:09.455Z","2.2.0":"2024-06-10T04:07:28.924Z","2.2.1":"2024-06-11T02:46:11.493Z","2.2.2":"2024-06-14T14:17:59.938Z","2.2.3":"2024-06-14T15:19:08.823Z","2.2.4":"2024-06-20T12:11:50.315Z","2.3.0":"2024-07-12T17:07:15.914Z","2.3.1":"2024-07-15T03:06:00.441Z","2.3.2":"2024-07-15T04:09:44.814Z","2.3.3":"2024-07-19T23:14:00.135Z","2.4.0":"2024-08-06T04:46:18.270Z","2.4.1":"2024-08-07T02:16:58.234Z","2.5.0":"2024-09-07T01:42:05.330Z","2.5.1":"2024-09-07T16:36:47.052Z","2.6.0":"2024-09-23T06:00:39.239Z","2.6.1":"2024-09-23T18:42:16.939Z","2.6.2":"2024-09-27T22:27:33.236Z","2.7.0":"2024-10-16T22:04:08.628Z","2.7.1":"2024-10-19T04:46:21.796Z","2.7.2":"2024-10-21T17:11:23.801Z","2.7.3":"2024-10-22T18:44:45.590Z","2.7.4":"2024-10-25T21:16:05.409Z","2.7.5":"2024-11-03T17:27:08.949Z","2.8.0":"2024-11-06T04:00:21.543Z","2.8.1":"2024-11-07T20:22:51.310Z","2.9.0":"2024-11-18T22:38:31.986Z","2.9.1":"2024-11-19T17:08:06.667Z","2.9.2":"2024-11-22T20:03:47.178Z","2.9.3":"2024-11-26T01:08:54.729Z","2.9.4":"2024-11-27T09:11:46.626Z","2.10.0":"2024-12-05T08:10:44.374Z","2.10.1":"2024-12-13T03:19:27.255Z","2.10.2":"2024-12-18T13:48:05.051Z","2.11.0":"2025-01-07T15:32:06.151Z","2.11.1":"2025-01-08T03:48:10.081Z","2.11.2":"2025-01-13T06:04:53.114Z","2.11.3":"2025-01-14T10:27:36.627Z","2.11.4":"2025-01-17T01:53:40.460Z","2.11.5":"2025-01-29T10:06:35.138Z","2.11.6":"2025-02-07T21:33:55.426Z","2.12.0":"2025-02-25T20:52:14.993Z","2.12.1":"2025-03-04T00:30:38.964Z","2.12.2":"2025-03-07T18:49:39.023Z","2.12.3":"2025-03-13T04:20:42.901Z","2.13.0":"2025-03-24T04:20:26.978Z","2.13.1":"2025-04-04T05:18:08.658Z","2.13.2":"2025-04-07T17:11:44.240Z","2.13.3":"2025-04-09T21:49:52.656Z","2.14.0":"2025-04-15T23:51:21.607Z","2.14.1":"2025-05-05T16:38:03.342Z","2.14.2":"2025-05-09T00:30:47.986Z","2.15.0":"2025-05-21T05:39:19.561Z","2.15.1":"2025-06-03T17:34:41.194Z","2.16.0":"2025-06-21T02:33:26.831Z","2.16.1":"2025-07-07T04:02:19.124Z","2.17.0":"2025-07-20T08:28:06.556Z","2.17.1":"2025-07-21T08:49:40.498Z","2.17.2":"2025-07-27T12:08:31.901Z","2.18.0":"2025-08-09T23:19:31.327Z","2.18.1":"2025-08-17T02:49:05.175Z","2.19.0":"2025-09-12T01:24:11.699Z","2.19.1":"2025-09-29T01:39:20.551Z","2.19.2":"2025-10-01T02:30:45.455Z","2.20.0":"2025-10-15T03:05:25.109Z","2.20.1":"2025-10-15T05:37:46.052Z","2.21.0":"2025-10-30T05:07:19.902Z","2.21.1":"2025-11-08T17:46:41.789Z","2.22.0":"2025-11-25T01:21:47.742Z","2.22.1":"2025-12-04T01:33:02.765Z","2.22.2":"2025-12-29T12:41:44.261Z","2.22.3":"2026-06-06T17:47:20.552Z"},"bugs":{"url":"https://github.com/zenstackhq/zenstack/issues"},"author":{"name":"ZenStack Team"},"license":"MIT","homepage":"https://zenstack.dev","keywords":["fullstack","react","typescript","data modeling","prisma"],"repository":{"url":"git+https://github.com/zenstackhq/zenstack.git","type":"git"},"description":"FullStack enhancement for Prisma ORM: seamless integration from database to UI","maintainers":[{"name":"jiasheng","email":"jiashengguo@outlook.com"},{"name":"ymc9","email":"yiming@whimslab.io"}],"readme":"","readmeFilename":""}