{
  "_args": [
    [
      "@ckeditor/ckeditor5-core@36.0.1",
      "/var/www/laravelapp"
    ]
  ],
  "_from": "@ckeditor/ckeditor5-core@36.0.1",
  "_id": "@ckeditor/ckeditor5-core@36.0.1",
  "_inBundle": false,
  "_integrity": "sha512-50O+DYXtaf4dMOn+3mGUvfYiE2qsCgVn114WQj7Tj3pZl5w+pAIv/2P+9cBB2Kb7QxgPZqZ7bvsi9wHqIJ6KCw==",
  "_location": "/@ckeditor/ckeditor5-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ckeditor/ckeditor5-core@36.0.1",
    "name": "@ckeditor/ckeditor5-core",
    "escapedName": "@ckeditor%2fckeditor5-core",
    "scope": "@ckeditor",
    "rawSpec": "36.0.1",
    "saveSpec": null,
    "fetchSpec": "36.0.1"
  },
  "_requiredBy": [
    "/@ckeditor/ckeditor5-clipboard",
    "/@ckeditor/ckeditor5-enter",
    "/@ckeditor/ckeditor5-paragraph",
    "/@ckeditor/ckeditor5-select-all",
    "/@ckeditor/ckeditor5-typing",
    "/@ckeditor/ckeditor5-ui",
    "/@ckeditor/ckeditor5-undo",
    "/@ckeditor/ckeditor5-upload",
    "/@ckeditor/ckeditor5-widget",
    "/ckeditor5"
  ],
  "_resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-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"
  },
  "dependencies": {
    "@ckeditor/ckeditor5-engine": "^36.0.1",
    "@ckeditor/ckeditor5-utils": "^36.0.1",
    "lodash-es": "^4.17.15"
  },
  "description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
  "devDependencies": {
    "@ckeditor/ckeditor5-autoformat": "^36.0.1",
    "@ckeditor/ckeditor5-basic-styles": "^36.0.1",
    "@ckeditor/ckeditor5-block-quote": "^36.0.1",
    "@ckeditor/ckeditor5-editor-classic": "^36.0.1",
    "@ckeditor/ckeditor5-essentials": "^36.0.1",
    "@ckeditor/ckeditor5-heading": "^36.0.1",
    "@ckeditor/ckeditor5-image": "^36.0.1",
    "@ckeditor/ckeditor5-indent": "^36.0.1",
    "@ckeditor/ckeditor5-link": "^36.0.1",
    "@ckeditor/ckeditor5-list": "^36.0.1",
    "@ckeditor/ckeditor5-media-embed": "^36.0.1",
    "@ckeditor/ckeditor5-paragraph": "^36.0.1",
    "@ckeditor/ckeditor5-table": "^36.0.1",
    "@ckeditor/ckeditor5-ui": "^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",
    "ckeditor5-metadata.json",
    "CHANGELOG.md"
  ],
  "homepage": "https://ckeditor.com/ckeditor-5",
  "keywords": [
    "wysiwyg",
    "rich text",
    "editor",
    "html",
    "contentEditable",
    "editing",
    "operational transformation",
    "ot",
    "collaboration",
    "collaborative",
    "real-time",
    "framework",
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-lib",
    "ckeditor5-dll"
  ],
  "license": "GPL-2.0-or-later",
  "main": "src/index.js",
  "name": "@ckeditor/ckeditor5-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckeditor/ckeditor5.git",
    "directory": "packages/ckeditor5-core"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.release.json",
    "postversion": "npm run build"
  },
  "version": "36.0.1"
}
