1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/test/lib/package.js
Alex Kocharin 21ad8945d9 update
2013-09-28 20:46:55 +04:00

13 lines
194 B
JavaScript

module.exports = function(name) {
return {
"name": name,
"version": "0.0.0",
"dist": {
"shasum": "fake",
"tarball": "http://localhost:55551/"+escape(name)+"/-/blahblah"
}
};
}