{
  "_args": [
    [
      "@ckeditor/ckeditor5-autoformat@36.0.1",
      "/var/www/laravelapp"
    ]
  ],
  "_from": "@ckeditor/ckeditor5-autoformat@36.0.1",
  "_id": "@ckeditor/ckeditor5-autoformat@36.0.1",
  "_inBundle": false,
  "_integrity": "sha512-kve+Ergl40L6DzbtvyTMhbwfMZgpl0SJgsAzukQ72OyvJykQywworJ3zt/PgLCJKD+EKN80X9nR8kfBzXRG/vw==",
  "_location": "/@ckeditor/ckeditor5-autoformat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ckeditor/ckeditor5-autoformat@36.0.1",
    "name": "@ckeditor/ckeditor5-autoformat",
    "escapedName": "@ckeditor%2fckeditor5-autoformat",
    "scope": "@ckeditor",
    "rawSpec": "36.0.1",
    "saveSpec": null,
    "fetchSpec": "36.0.1"
  },
  "_requiredBy": [
    "/@ckeditor/ckeditor5-build-classic"
  ],
  "_resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-36.0.1.tgz",
  "_spec": "36.0.1",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "CKSource",
    "url": "http://cksource.com/"
  },
  "bugs": {
    "url": "https://github.com/ckeditor/ckeditor5/issues"
  },
  "depcheckIgnore": [
    "eslint-plugin-ckeditor5-rules"
  ],
  "dependencies": {
    "ckeditor5": "^36.0.1"
  },
  "description": "Autoformatting feature for CKEditor 5.",
  "devDependencies": {
    "@ckeditor/ckeditor5-basic-styles": "^36.0.1",
    "@ckeditor/ckeditor5-block-quote": "^36.0.1",
    "@ckeditor/ckeditor5-code-block": "^36.0.1",
    "@ckeditor/ckeditor5-core": "^36.0.1",
    "@ckeditor/ckeditor5-dev-utils": "^32.0.0",
    "@ckeditor/ckeditor5-editor-classic": "^36.0.1",
    "@ckeditor/ckeditor5-engine": "^36.0.1",
    "@ckeditor/ckeditor5-enter": "^36.0.1",
    "@ckeditor/ckeditor5-heading": "^36.0.1",
    "@ckeditor/ckeditor5-horizontal-line": "^36.0.1",
    "@ckeditor/ckeditor5-list": "^36.0.1",
    "@ckeditor/ckeditor5-paragraph": "^36.0.1",
    "@ckeditor/ckeditor5-theme-lark": "^36.0.1",
    "@ckeditor/ckeditor5-typing": "^36.0.1",
    "@ckeditor/ckeditor5-undo": "^36.0.1",
    "typescript": "^4.8.4",
    "webpack": "^5.58.1",
    "webpack-cli": "^4.9.0"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=5.7.1"
  },
  "files": [
    "lang",
    "src/**/*.js",
    "src/**/*.d.ts",
    "theme",
    "build",
    "ckeditor5-metadata.json",
    "CHANGELOG.md"
  ],
  "homepage": "https://ckeditor.com/ckeditor-5",
  "keywords": [
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-feature",
    "ckeditor5-plugin",
    "ckeditor5-dll"
  ],
  "license": "GPL-2.0-or-later",
  "main": "src/index.js",
  "name": "@ckeditor/ckeditor5-autoformat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckeditor/ckeditor5.git",
    "directory": "packages/ckeditor5-autoformat"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.release.json",
    "dll:build": "webpack",
    "postversion": "npm run build"
  },
  "version": "36.0.1"
}
