{"_id":"@codepuppets-supervan/buildkite-agent","name":"@codepuppets-supervan/buildkite-agent","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@codepuppets-supervan/buildkite-agent","version":"0.1.0","description":"An ultimate fun!","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/codepuppets-supervan/example-npm-package.git"},"author":{"name":"codepuppets-supervan"},"license":"MIT","bugs":{"url":"https://github.com/codepuppets-supervan/example-npm-package/issues"},"homepage":"https://github.com/codepuppets-supervan/example-npm-package#readme","keywords":["node.js","javascript","npm","package","example","demo","hello world"],"_id":"@codepuppets-supervan/buildkite-agent@0.1.0","gitHead":"5cbad0b864b8f66cf9294b0ef86d7d96d2a4810d","_nodeVersion":"23.2.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BPDSUp+Q26VqUzGR0FQBnIAjQzRRCZqPgRwKe0meW3KWTazyYlboD7sj1HznNT7iY9Bmlwsg2aXc4LQ0yhHBTw==","shasum":"ade7b87ceec77379c8bec019c01d544434417361","tarball":"https://registry.npmjs.org/@codepuppets-supervan/buildkite-agent/-/buildkite-agent-0.1.0.tgz","fileCount":4,"unpackedSize":4354,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGXswq027OhOkQorpsRneWF4IUoWLMpOy0uYVMUqaIFbAiEAtTZAi3f/4fEODN1STFfh+6RYqwPT5JYtYw5tYAQBapA="}]},"_npmUser":{"name":"codepuppets-supervan","email":"codepuppets.supervan@gmail.com"},"directories":{},"maintainers":[{"name":"codepuppets-supervan","email":"codepuppets.supervan@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/buildkite-agent_0.1.0_1731644747591_0.9807818116872471"},"_hasShrinkwrap":false}},"time":{"created":"2024-11-15T04:25:47.524Z","0.1.0":"2024-11-15T04:25:47.845Z","modified":"2024-11-15T04:25:48.140Z"},"maintainers":[{"name":"codepuppets-supervan","email":"codepuppets.supervan@gmail.com"}],"description":"An ultimate fun!","homepage":"https://github.com/codepuppets-supervan/example-npm-package#readme","keywords":["node.js","javascript","npm","package","example","demo","hello world"],"repository":{"type":"git","url":"git+https://github.com/codepuppets-supervan/example-npm-package.git"},"author":{"name":"codepuppets-supervan"},"bugs":{"url":"https://github.com/codepuppets-supervan/example-npm-package/issues"},"license":"MIT","readme":"<div align=\"center\">\n\n# Simple npm Package\n\nA simple npm package for demonstration purposes and use in a Node.js app.\n\n[![Known Vulnerabilities](https://snyk.io/test/github/clarkio/simple-npm-package/badge.svg)](https://snyk.io/test/github/clarkio/simple-npm-package)\n![GitHub](https://img.shields.io/github/license/clarkio/simple-npm-package)\n[![Discord](https://img.shields.io/discord/421902136457035777)](https://discord.gg/xB95beJ)\n[![Twitch Status](https://img.shields.io/twitch/status/clarkio)](https://twitch.tv/clarkio)\n<br>\n[![Twitter Follow](https://img.shields.io/twitter/follow/_clarkio?style=social)](https://twitter.com/intent/follow?screen_name=_clarkio)\n\n</div>\n\n## Get Started\n\nFollow these steps to publish your own npm package for your own project or using this project.\n\n> This is using the CommonJS module format for use in Node.js apps. You can read more about CommonJS vs. ESM module formats in Node.js on the [LogRocket Blog](https://blog.logrocket.com/commonjs-vs-es-modules-node-js/)\n\n1. [Create a GitHub Repository](https://github.com/new)\n1. Clone the repo locally. Example `git clone https://github.com/clarkio/simple-npm-package.git`\n1. Open your terminal and change directories to the folder of your cloned project. Example `cd simple-npm-package`\n1. Run `npm init -y` to create a `package.json` file. Note: if you cloned this repository you won't need to do this step.\n1. Update package.json name property with a scoped name. Example `@clarkio/simple-npm-package`. Be sure to use your username or organization name instead of mine.\n1. Write code for the package (or just use the hello world example in `index.js`)\n1. [Sign up with npm](https://www.npmjs.com/signup). Also for better security be sure to enable [two-factor authentication](https://docs.npmjs.com/configuring-two-factor-authentication) on your npm account.\n1. Sign in with your npm account in your terminal using the command `npm login` and follow the on-screen instructions.\n1. Run `npx npm-packlist` to see the contents that will be included in the published version of the package.\n1. Run `npm publish --dry-run` to see what would be done when actually running the command.\n1. Run `npm publish --access=public` to actually publish the package to npm. Note: --access=public is needed for scoped packages (`@clarkio/simple-npm-package`) as they're private by default. If it's not scoped and doesn't have the `private` field set to `true` in `package.json` it will be public as well.\n","readmeFilename":"README.md"}