Get package names & versions from filenames (e.g. ['foo-1.2.3.tgz', 'foo-1.3.0.tgz', 'bar-2.0.0.tgz'] -> { foo: ['1.2.3', '1.3.0'], bar: ['2.0.0'] }
Download node at nodejs.org and install it, if you haven't already.
npm install versions-from-filenames --save
npm install
npm test
None
- babel-cli: Babel command line.
- babel-core: Babel compiler core.
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-tape-runner: Babel + Tape for running your ES Next tests
- package-json-to-readme: Generate a README.md from package.json contents
- semistandard: All the goodness of
feross/standard
with semicolons sprinkled on top. - snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output
- tapava: the syntax of ava, run through tape
MIT
Generated by package-json-to-readme