mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-05 00:06:20 +02:00
42 lines
638 B
JSON
42 lines
638 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|