{
  "_from": "parchment@2.0.0-dev.2",
  "_id": "parchment@2.0.0-dev.2",
  "_inBundle": false,
  "_integrity": "sha512-4fgRny4pPISoML08Zp7poi52Dff3E2G1ORTi2D/acJ/RiROdDAMDB6VcQNfBcmehrX5Wixp6dxh6JjLyE5yUNQ==",
  "_location": "/parchment",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "parchment@2.0.0-dev.2",
    "name": "parchment",
    "escapedName": "parchment",
    "rawSpec": "2.0.0-dev.2",
    "saveSpec": null,
    "fetchSpec": "2.0.0-dev.2"
  },
  "_requiredBy": [
    "/quill"
  ],
  "_resolved": "https://registry.npmjs.org/parchment/-/parchment-2.0.0-dev.2.tgz",
  "_shasum": "9d6fe57b3721317bd1c481ea38ffa9b287d496b8",
  "_spec": "parchment@2.0.0-dev.2",
  "_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/parchment/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A document model for rich text editors",
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-prettier": "^3.1.2",
    "istanbul": "~0.4.5",
    "jasmine-core": "^3.5.0",
    "karma": "^4.4.1",
    "karma-babel-preprocessor": "^8.0.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.1",
    "karma-jasmine": "^3.1.1",
    "karma-sauce-launcher": "^4.1.2",
    "karma-webpack": "^4.0.2",
    "prettier": "^2.0.2",
    "ts-loader": "^6.2.1",
    "typescript": "^3.8.3",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11"
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "plugin:@typescript-eslint/recommended",
      "prettier/@typescript-eslint",
      "plugin:prettier/recommended"
    ],
    "parserOptions": {
      "ecmaVersion": 6,
      "sourceType": "module"
    },
    "rules": {
      "@typescript-eslint/ban-ts-ignore": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/no-unused-vars": [
        "error",
        {
          "argsIgnorePattern": "^_"
        }
      ]
    }
  },
  "files": [
    "tsconfig.json",
    "dist",
    "src"
  ],
  "homepage": "http://quilljs.com/docs/parchment",
  "license": "BSD-3-Clause",
  "main": "dist/parchment.js",
  "name": "parchment",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quilljs/parchment.git"
  },
  "scripts": {
    "build": "webpack --config webpack.conf.js",
    "lint": "eslint 'src/**/*.ts'",
    "prepare": "npm run build",
    "test": "karma start",
    "test:server": "karma start --no-single-run",
    "test:travis": "karma start --browsers saucelabs-chrome --reporters dots,saucelabs"
  },
  "types": "dist/src/parchment.d.ts",
  "version": "2.0.0-dev.2"
}
