{"_id":"@avvio-reply/tagger","_rev":"1-5ef4600e47d93e3d054506f3a90c5cd9","name":"@avvio-reply/tagger","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@avvio-reply/tagger","description":"General purpose tag resolver","version":"0.0.1","homepage":"https://bitbucket.org/avvio/sky-boilerplate#readme","author":{"name":"Jason Ward","email":"j.ward@reply.com"},"repository":{"type":"git","url":"git+https://jasonrw@bitbucket.org/avvio/sky-boilerplate.git"},"licenses":[{"type":"MIT","url":"/blob/master/LICENSE-MIT"}],"engines":{"node":">= 0.8.0"},"scripts":{"test":"grunt test"},"devDependencies":{"grunt-contrib-jshint":"^0.9.2","grunt-contrib-clean":"^0.5.0","grunt-contrib-nodeunit":"^0.3.3","grunt":"~0.4.5"},"keywords":["gruntplugin"],"_id":"@avvio-reply/tagger@0.0.1","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-teMcps/viHoRcsOcX7kbrIG+Uz9QhUsJTMmXPKUvQXlkKsB/Z3lhAqCow1Lk0jx9ROHPhwXX+6ZJPdbQH+m0Mw==","shasum":"b29da520167753a473d805feaf169681bff53005","tarball":"https://registry.npmjs.org/@avvio-reply/tagger/-/tagger-0.0.1.tgz","fileCount":11,"unpackedSize":9767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsQ1sCRA9TVsSAnZWagAAomsP/jeQ7uLxyjkD+J/53DR6\nKrg/h0ZiD2Ptp8d1U0Ka9HajtJ62xkxbTwhOCs27BHYrYxTn78oG5Elb+L6z\nJ9U6fihu3ER0mb2qKNgCv52IxoLd9i11TPtlCmGrqopy+tKI8hisu5UKn/Sh\n1DW3hhUErNdl6jRRfiKLi5M4kzyzjXFNvuOZVRvJDWyg51FkW08BJpDlF+Fy\nUiSnlrGEIAbpJOr4GRgWKAWCgpxEG3AAh+vRcjSUa0OhnfKXKeuQiqGBOCXb\nBpVc65rNVKvviLci8PhUrFR1p8Wi15MEXQHKZ81anQKig51keGlqLdLYaJ5D\nqfZnp8uwkx2QBU66z2QHskZBd/X/IMduhsex8kNw5YgtDRcAoJZ9efaGI3RW\nXNxvWkDsgifxE8v1JETlvURk1HgJ0TVoV0m0A/T7KOsa27ACyPCa+YmxgzzE\nab0ZVEZLaiN/BkoloUHueLpzsaK6nenWIFckltGdIRJB0LhQ+IBG/0rY5Ooa\n1Pkewa5tHmTHDTSVdiuTXU42U+0seROo4LKSX7Iy7TQ58t5Y4J4LJ4Hu6Wnp\nP2mvD/h5Gp51ebYE/tUu9FoWL531/HZYftDzXyRpkSc0/rAAN2FZY01SvPtB\nnBxTLyFtqbRLAcoIUq42JH0S3k1nyJHEp4jqEuvu6STtuNuq1GxBiV5LL8ZW\nakfm\r\n=wDPL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNhd8MxjAwonBXldnmcTYGnqDP+UerTRRsWnH86UTyZAiBmTuc3W28VKSOVicJy2c8WUqPocMX2IXePO7xPek9rbQ=="}]},"_npmUser":{"name":"j.ward","email":"j.ward@reply.com"},"directories":{},"maintainers":[{"name":"stuartjdawson","email":"stuartjamesdawson@live.com"},{"name":"matthill13","email":"m.hill@reply.com"},{"name":"j.ward","email":"j.ward@reply.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tagger_0.0.1_1622216043906_0.6087578667920244"},"_hasShrinkwrap":false}},"time":{"created":"2021-05-28T15:34:03.906Z","0.0.1":"2021-05-28T15:34:04.117Z","modified":"2022-04-04T16:49:06.689Z"},"maintainers":[{"name":"stuartjdawson","email":"stuartjamesdawson@live.com"},{"name":"matthill13","email":"m.hill@reply.com"},{"name":"j.ward","email":"j.ward@reply.com"}],"description":"General purpose tag resolver","homepage":"https://bitbucket.org/avvio/sky-boilerplate#readme","keywords":["gruntplugin"],"repository":{"type":"git","url":"git+https://jasonrw@bitbucket.org/avvio/sky-boilerplate.git"},"author":{"name":"Jason Ward","email":"j.ward@reply.com"},"readme":"# grunt-version\r\n\r\n> The best Grunt plugin ever.\r\n\r\n## Getting Started\r\nThis plugin requires Grunt `~0.4.5`\r\n\r\nIf you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:\r\n\r\n```shell\r\nnpm install grunt-version --save-dev\r\n```\r\n\r\nOnce the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\r\n\r\n```js\r\ngrunt.loadNpmTasks('grunt-version');\r\n```\r\n\r\n## The \"version\" task\r\n\r\n### Overview\r\nIn your project's Gruntfile, add a section named `version` to the data object passed into `grunt.initConfig()`.\r\n\r\n```js\r\ngrunt.initConfig({\r\n  version: {\r\n    options: {\r\n      // Task-specific options go here.\r\n    },\r\n    your_target: {\r\n      // Target-specific file lists and/or options go here.\r\n    },\r\n  },\r\n});\r\n```\r\n\r\n### Options\r\n\r\n#### options.separator\r\nType: `String`\r\nDefault value: `',  '`\r\n\r\nA string value that is used to do something with whatever.\r\n\r\n#### options.punctuation\r\nType: `String`\r\nDefault value: `'.'`\r\n\r\nA string value that is used to do something else with whatever else.\r\n\r\n### Usage Examples\r\n\r\n#### Default Options\r\nIn this example, the default options are used to do something with whatever. So if the `testing` file has the content `Testing` and the `123` file had the content `1 2 3`, the generated result would be `Testing, 1 2 3.`\r\n\r\n```js\r\ngrunt.initConfig({\r\n  version: {\r\n    options: {},\r\n    files: {\r\n      'dest/default_options': ['src/testing', 'src/123'],\r\n    },\r\n  },\r\n});\r\n```\r\n\r\n#### Custom Options\r\nIn this example, custom options are used to do something else with whatever else. So if the `testing` file has the content `Testing` and the `123` file had the content `1 2 3`, the generated result in this case would be `Testing: 1 2 3 !!!`\r\n\r\n```js\r\ngrunt.initConfig({\r\n  version: {\r\n    options: {\r\n      separator: ': ',\r\n      punctuation: ' !!!',\r\n    },\r\n    files: {\r\n      'dest/default_options': ['src/testing', 'src/123'],\r\n    },\r\n  },\r\n});\r\n```\r\n\r\n## Contributing\r\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).\r\n\r\n## Release History\r\n_(Nothing yet)_\r\n","readmeFilename":"README.md"}