{ "name": "rev-hash", "version": "3.0.0", "description": "Create a hash for file revving", "license": "MIT", "repository": "sindresorhus/rev-hash", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "hash", "crypto", "md5", "rev", "revving", "web", "buffer", "string", "file", "cache", "caching" ], "devDependencies": { "@types/node": "^11.13.7", "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" } }