{"library":"grunt-hash","install":[{"cmd":"npm install grunt-hash","imports":["grunt.loadNpmTasks('grunt-hash');","grunt.initConfig({ hash: { options: {}, js: { src: '...', dest: '...' } } });","hashFunction: function(source, encoding) { return require('crypto').createHash('sha1').update(source, encoding).digest('hex'); }"]},{"cmd":"yarn add grunt-hash","imports":[]},{"cmd":"pnpm add grunt-hash","imports":[]}]}