UNPKG

posthtml-relative-paths

Version:

Convert the absolute paths in HTML files to relative paths

34 lines 784 B
{ "name": "posthtml-relative-paths", "version": "0.5.2", "description": "Convert the absolute paths in HTML files to relative paths", "homepage": "https://github.com/aminya/astro-parcel", "repository": "https://github.com/aminya/astro-parcel", "license": "Apache-2.0", "author": "Amin Yahyaabadi", "main": "./dist/index.js", "source": "./src/index.ts", "dependencies": { "fast-glob": "^3.3.1", "micro-memoize": "^4.1.2", "posthtml": "^0.16.6" }, "devDependencies": {}, "engines": {}, "keywords": [ "html", "posthtml", "relative", "relative-path", "path", "plugin", "root", "url", "relative-attribute", "attribute" ], "scripts": { "build": "tsc", "clean": "shx rm -rf .parcel-cache dist" } }