{ "name": "prettier", "version": "2.8.8", "description": "Prettier is an opinionated code formatter", "bin": "./bin-prettier.js", "repository": "prettier/prettier", "funding": "https://github.com/prettier/prettier?sponsor=1", "homepage": "https://prettier.io", "author": "James Long", "license": "MIT", "main": "./index.js", "browser": "./standalone.js", "unpkg": "./standalone.js", "engines": { "node": ">=10.13.0" }, "files": [ "*.js", "esm/*.mjs" ] ,"_resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz" ,"_integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" ,"_from": "prettier@^1.18.2 || ^2.0.0" }