{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["rev","revving","web","file","name","filename","path","cache","caching"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"Create a revved file path","readme":"# rev-path [![Build Status](https://travis-ci.org/sindresorhus/rev-path.svg?branch=master)](https://travis-ci.org/sindresorhus/rev-path)\n\n> Create a [revved file path](http://blog.risingstack.com/automatic-cache-busting-for-your-css/)\n\n\n## Install\n\n```\n$ npm install --save rev-path\n```\n\n\n## Usage\n\n```js\nvar revPath = require('rev-path');\nvar hash = 'bb9d8fe615'\n\nvar path = revPath('src/unicorn.png', hash);\n//=> 'src/unicorn-bb9d8fe615.png'\n\nrevPath('src/unicorn.png', Date.now());\n//=> 'src/unicorn-1432309925925.png'\n\n// you can also revert an already hashed path\nrevPath.revert(path, hash);\n//=> 'src/unicorn.png'\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","repository":{"type":"git","url":"https://github.com/sindresorhus/rev-path"},"users":{"dongxu":true,"bhaskarmelkani":true},"bugs":{"url":"https://github.com/sindresorhus/rev-path/issues"},"license":"MIT","versions":{"1.0.0":{"name":"rev-path","version":"1.0.0","description":"Create a revved file path","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/rev-path"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["rev","revving","web","file","name","filename","path","cache","caching"],"dependencies":{"modify-filename":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"fc5df89bace86b3c667503ccbcd840867ed5c67b","bugs":{"url":"https://github.com/sindresorhus/rev-path/issues"},"homepage":"https://github.com/sindresorhus/rev-path","_id":"rev-path@1.0.0","_shasum":"d4ccb436ac3370c4607175ce88eafc5c65c5d653","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d4ccb436ac3370c4607175ce88eafc5c65c5d653","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rev-path/-/rev-path-1.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}}},"name":"rev-path","time":{"modified":"2017-06-27T10:06:20.952Z","created":"2015-05-22T20:56:44.173Z","1.0.0":"2015-05-22T20:56:44.173Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/rev-path"}