Files
knaeckeboot-eu/node_modules/prettier/package.json
T
Konstantin Kollar 8529ee86e4 Initial commit
2022-10-03 21:13:35 +02:00

58 lines
1.4 KiB
JSON

{
"_from": "prettier",
"_id": "prettier@2.7.1",
"_inBundle": false,
"_integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
"_location": "/prettier",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "prettier",
"name": "prettier",
"escapedName": "prettier",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz",
"_shasum": "e235806850d057f97bb08368a4f7d899f7760c64",
"_spec": "prettier",
"_where": "/home/kossa/projects/knaeckeboot-tailwind",
"author": {
"name": "James Long"
},
"bin": {
"prettier": "bin-prettier.js"
},
"browser": "./standalone.js",
"bugs": {
"url": "https://github.com/prettier/prettier/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Prettier is an opinionated code formatter",
"engines": {
"node": ">=10.13.0"
},
"files": [
"*.js",
"esm/*.mjs"
],
"funding": "https://github.com/prettier/prettier?sponsor=1",
"homepage": "https://prettier.io",
"license": "MIT",
"main": "./index.js",
"name": "prettier",
"repository": {
"type": "git",
"url": "git+https://github.com/prettier/prettier.git"
},
"unpkg": "./standalone.js",
"version": "2.7.1"
}