UNPKG

@bradgarropy/rehype-cloudinary-image-size

Version:
78 lines (77 loc) • 2.32 kB
{ "author": { "name": "Brad Garropy", "email": "bradgarropy@gmail.com", "url": "https://bradgarropy.com" }, "bugs": { "url": "https://github.com/bradgarropy/rehype-cloudinary-image-size/issues" }, "description": "🖼 rehype cloudinary image size", "devDependencies": { "@bradgarropy/eslint-config": "^1.1.0", "@bradgarropy/eslint-config-typescript": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "@vitest/coverage-istanbul": "^0.24.1", "all-contributors-cli": "^6.20.0", "babel-eslint": "^10.1.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-simple-import-sort": "^8.0.0", "husky": "^4.3.8", "lint-staged": "^10.5.4", "prettier": "^2.2.1", "rehype-parse": "^8.0.4", "rehype-stringify": "^9.0.3", "typescript": "^4.1.3", "unified": "^10.1.2", "vite-tsconfig-paths": "^3.5.1", "vitest": "^0.24.1" }, "engines": { "node": ">=10" }, "files": [ "dist" ], "homepage": "https://github.com/bradgarropy/rehype-cloudinary-image-size", "keywords": [ "node", "typescript", "eslint", "prettier", "vitest", "hacktoberfest", "rehype", "unified", "cloudinary" ], "license": "MIT", "main": "dist/index.js", "name": "@bradgarropy/rehype-cloudinary-image-size", "repository": { "type": "git", "url": "https://github.com/bradgarropy/rehype-cloudinary-image-size" }, "scripts": { "start": "tsc --watch", "build": "tsc", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --check .", "format:fix": "prettier --write .", "typecheck": "tsc", "test": "vitest --coverage", "test:watch": "vitest --coverage --watch", "contributors": "all-contributors generate", "prepare": "npm run build" }, "type": "module", "types": "dist/types/index.d.ts", "version": "1.0.1", "dependencies": { "hast-util-is-element": "^2.1.2", "unist-util-visit": "^4.1.1" } }