{
  "_from": "quill-delta@4.2.1",
  "_id": "quill-delta@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-Y2nksOj6Q+4hizre8n0dml76vLNGK4/y86EoI1d7rv6EL1bx7DPDYRmqQMPu1UqFQO/uQuVHQ3fOmm4ZSzWrfA==",
  "_location": "/quill-delta",
  "_phantomChildren": {
    "is-arguments": "1.0.4",
    "is-date-object": "1.0.2",
    "is-regex": "1.1.1",
    "object-is": "1.1.2",
    "object-keys": "1.1.1",
    "regexp.prototype.flags": "1.3.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "quill-delta@4.2.1",
    "name": "quill-delta",
    "escapedName": "quill-delta",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/quill"
  ],
  "_resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-4.2.1.tgz",
  "_shasum": "ad4f191cdf3be5079c5dc3991b9603a5cc0db69a",
  "_spec": "quill-delta@4.2.1",
  "_where": "C:\\Lab\\GitLab\\Formio\\publish_npm_package\\formio\\formiojs\\node_modules\\quill",
  "author": {
    "name": "Jason Chen",
    "email": "jhchen7@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/quilljs/delta/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "deep-equal": "^1.0.1",
    "extend": "^3.0.2",
    "fast-diff": "1.2.0"
  },
  "deprecated": false,
  "description": "Format for representing rich text documents and changes.",
  "devDependencies": {
    "@types/deep-equal": "^1.0.1",
    "@types/extend": "^3.0.0",
    "coveralls": "^3.0.2",
    "istanbul": "~0.4.5",
    "jasmine": "^3.3.1",
    "prettier": "^1.16.4",
    "tslint": "^5.12.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.3.3"
  },
  "files": [
    "tsconfig.json",
    "dist",
    "src"
  ],
  "homepage": "https://github.com/quilljs/delta",
  "keywords": [
    "rich text",
    "ot",
    "operational transform",
    "delta"
  ],
  "license": "MIT",
  "main": "dist/Delta.js",
  "name": "quill-delta",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quilljs/delta.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint 'src/**/*.ts'",
    "prepare": "npm run build",
    "test": "npm run build; jasmine test/*.js test/**/*.js",
    "test:coverage": "istanbul cover jasmine test/*.js test/**/*.js",
    "test:coverage:report": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "version": "4.2.1"
}
