{"_id":"@alva-sdk/pma","_rev":"1-0da96b1a46a7c8af97c9ceae3fba9b94","name":"@alva-sdk/pma","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@alva-sdk/pma","version":"0.1.0","_id":"@alva-sdk/pma@0.1.0","maintainers":[{"name":"alva-engineer","email":"engineer@alva.xyz"},{"name":"galxe_yumin","email":"yumin@galxe.com"}],"dist":{"shasum":"7c6acc8ac699614c897a859c0efc3cf1f69af091","tarball":"https://registry.npmjs.org/@alva-sdk/pma/-/pma-0.1.0.tgz","fileCount":6,"integrity":"sha512-x4I4ru93BZ4I2EFAt3vLMZg+h2VSJ5qrgXr/grkAMrmu5bnFTB4QnWh6i6RiBBjzaYW1epLxKHXVoFd7AvmpOA==","signatures":[{"sig":"MEUCIGYS2rt2sUJrjjhCa5ll8qWvrCGUi4FcbvOvZphCZh3WAiEA1/0rfNtgWT8WRlABiQUsRsY32iZZajgJhI6pxhZ8nRo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31949},"main":"pma.js","type":"module","_from":"file:alva-sdk-pma-0.1.0.tgz","types":"pma.d.ts","_npmUser":{"name":"galxe_yumin","email":"yumin@galxe.com"},"_resolved":"/tmp/f9c32bbddbd603ee5a5c544e982967c7/alva-sdk-pma-0.1.0.tgz","_integrity":"sha512-x4I4ru93BZ4I2EFAt3vLMZg+h2VSJ5qrgXr/grkAMrmu5bnFTB4QnWh6i6RiBBjzaYW1epLxKHXVoFd7AvmpOA==","_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":["./pma.js","./snippets/*"],"_nodeVersion":"20.11.1","collaborators":["Yumin Xia <me@yumin-xia.com>"],"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/pma_0.1.0_1726789349714_0.18741046623527757","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@alva-sdk/pma","type":"module","collaborators":["Yumin Xia <me@yumin-xia.com>"],"version":"0.1.1","main":"pma.js","types":"pma.d.ts","sideEffects":["./pma.js","./snippets/*"],"description":"<div align=\"center\">","_id":"@alva-sdk/pma@0.1.1","_integrity":"sha512-RC+dNVh2mFcJApC0Elcci1qLxTgK3XHQmXFj5FeP/K5rQIA57x1WQvu5+DvdY9CgWsmn8KvO6QOamlAz9xKhoQ==","_resolved":"/tmp/78bc151867932dc469d6f84e1f25d516/alva-sdk-pma-0.1.1.tgz","_from":"file:alva-sdk-pma-0.1.1.tgz","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-RC+dNVh2mFcJApC0Elcci1qLxTgK3XHQmXFj5FeP/K5rQIA57x1WQvu5+DvdY9CgWsmn8KvO6QOamlAz9xKhoQ==","shasum":"134aff1736ecd8b62fe60c2d5cb4dfdbe349af23","tarball":"https://registry.npmjs.org/@alva-sdk/pma/-/pma-0.1.1.tgz","fileCount":6,"unpackedSize":36962,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHyfbJbfVvTaHaUgPPB1CAwQP97yfuNJkq+qFQ5z73V9AiA+MyyVqx7tAgmO5IqXgo/B+63dar+zobQUYJV0j5ADtw=="}]},"_npmUser":{"name":"galxe_yumin","email":"yumin@galxe.com"},"directories":{},"maintainers":[{"name":"alva-engineer","email":"engineer@alva.xyz"},{"name":"galxe_yumin","email":"yumin@galxe.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/pma_0.1.1_1726792632211_0.3476250008412014"},"_hasShrinkwrap":false}},"time":{"created":"2024-09-19T23:42:29.577Z","modified":"2024-09-20T00:37:12.620Z","0.1.0":"2024-09-19T23:42:29.981Z","0.1.1":"2024-09-20T00:37:12.420Z"},"description":"<div align=\"center\">","maintainers":[{"name":"alva-engineer","email":"engineer@alva.xyz"},{"name":"galxe_yumin","email":"yumin@galxe.com"}],"readme":"<div align=\"center\">\n\n  <h1><code>wasm-pack-template</code></h1>\n\n  <strong>A template for kick starting a Rust and WebAssembly project using <a href=\"https://github.com/rustwasm/wasm-pack\">wasm-pack</a>.</strong>\n\n  <p>\n    <a href=\"https://travis-ci.org/rustwasm/wasm-pack-template\"><img src=\"https://img.shields.io/travis/rustwasm/wasm-pack-template.svg?style=flat-square\" alt=\"Build Status\" /></a>\n  </p>\n\n  <h3>\n    <a href=\"https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\">Tutorial</a>\n    <span> | </span>\n    <a href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\">Chat</a>\n  </h3>\n\n  <sub>Built with 🦀🕸 by <a href=\"https://rustwasm.github.io/\">The Rust and WebAssembly Working Group</a></sub>\n</div>\n\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other\ntemplates and usages of `wasm-pack`.\n\n[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html\n[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* `LICENSE-APACHE` and `LICENSE-MIT`: most Rust projects are licensed this way, so these are included for you\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n","readmeFilename":"README.md"}