File: //var/www/linde-ai/html/node_modules/prettier/package.json
{
  "_from": "prettier@2.5.1",
  "_id": "prettier@2.5.1",
  "_inBundle": false,
  "_integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
  "_location": "/prettier",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prettier@2.5.1",
    "name": "prettier",
    "escapedName": "prettier",
    "rawSpec": "2.5.1",
    "saveSpec": null,
    "fetchSpec": "2.5.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
  "_shasum": "fff75fa9d519c54cf0fce328c1017d94546bc56a",
  "_spec": "prettier@2.5.1",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html",
  "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"
  ],
  "homepage": "https://prettier.io",
  "license": "MIT",
  "main": "./index.js",
  "name": "prettier",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prettier/prettier.git"
  },
  "scripts": {
    "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
  },
  "unpkg": "./standalone.js",
  "version": "2.5.1"
}