rev-path
Version:
Create a revved file path
43 lines (42 loc) • 733 B
JSON
{
"name": "rev-path",
"version": "3.0.0",
"description": "Create a revved file path",
"license": "MIT",
"repository": "sindresorhus/rev-path",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"rev",
"revving",
"web",
"file",
"name",
"filename",
"path",
"cache",
"caching"
],
"dependencies": {
"modify-filename": "^2.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"xo": "^0.46.4"
}
}