UNPKG

rev-web-assets

Version:

Revision web asset filenames with cache busting content hash fingerprints

79 lines (78 loc) 2.1 kB
{ "name": "rev-web-assets", "version": "1.4.1", "description": "Revision web asset filenames with cache busting content hash fingerprints", "license": "MIT", "type": "module", "module": "dist/rev-web-assets.js", "types": "dist/rev-web-assets.d.ts", "exports": "./dist/rev-web-assets.js", "files": [ "dist" ], "bin": { "rev-web-assets": "bin/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/center-key/rev-web-assets.git" }, "homepage": "https://github.com/center-key/rev-web-assets", "bugs": "https://github.com/center-key/rev-web-assets/issues", "docs": "https://github.com/center-key/rev-web-assets#readme", "author": "Center Key (https://centerkey.com)", "keywords": [ "revision" ], "jshintConfig": { "esversion": 11, "strict": "implied", "eqeqeq": true, "undef": true, "unused": true, "varstmt": true, "browser": true, "node": true, "mocha": true }, "runScriptsConfig": { "clean": [ "rimraf build dist spec/fixtures/target spec/fixtures/target-force" ], "lint": [ "jshint . --exclude-path .gitignore", "eslint --max-warnings 0" ], "build": [ "tsc", "add-dist-header build dist" ] }, "scripts": { "pretest": "run-scripts clean lint build", "test": "mocha spec/*.spec.js", "posttest": "html-validator spec/fixtures" }, "dependencies": { "chalk": "~5.3", "cli-argv-util": "~1.2", "fancy-log": "~2.0", "slash": "~5.1" }, "devDependencies": { "@eslint/js": "~9.9", "@types/fancy-log": "~2.0", "@types/node": "~22.3", "add-dist-header": "~1.4", "assert-deep-strict-equal": "~1.2", "copy-file-util": "~1.2", "eslint": "~9.9", "jshint": "~2.13", "mocha": "~10.7", "rimraf": "~6.0", "run-scripts-util": "~1.3", "typescript": "~5.5", "typescript-eslint": "~8.1", "w3c-html-validator": "~1.8" } }