{
  "_from": "easymde@^2.18.0",
  "_id": "easymde@2.18.0",
  "_inBundle": false,
  "_integrity": "sha512-IxVVUxNWIoXLeqtBU4BLc+eS/ScYhT1Dcb6yF5Wchoj1iXAV+TIIDWx+NCaZhY7RcSHqDPKllbYq7nwGKILnoA==",
  "_location": "/easymde",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "easymde@^2.18.0",
    "name": "easymde",
    "escapedName": "easymde",
    "rawSpec": "^2.18.0",
    "saveSpec": null,
    "fetchSpec": "^2.18.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/easymde/-/easymde-2.18.0.tgz",
  "_shasum": "ff1397d07329b1a7b9187d2d0c20766fa16b3b1b",
  "_spec": "easymde@^2.18.0",
  "_where": "/home/m3cs162/webvideos.m3cs.com.br",
  "author": {
    "name": "Jeroen Akkerman"
  },
  "bugs": {
    "url": "https://github.com/Ionaru/easy-markdown-editor/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/codemirror": "^5.60.4",
    "@types/marked": "^4.0.7",
    "codemirror": "^5.63.1",
    "codemirror-spell-checker": "1.1.2",
    "marked": "^4.1.0"
  },
  "deprecated": false,
  "description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.",
  "devDependencies": {
    "browserify": "^17.0.0",
    "cypress": "^10.8.0",
    "eslint": "^8.23.1",
    "eslint-plugin-cypress": "^2.12.1",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.2.0",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^6.0.0",
    "gulp-header": "^2.0.9",
    "gulp-rename": "^2.0.0",
    "gulp-terser": "^2.1.0",
    "gulp-uglify": "^3.0.2",
    "typescript": "^4.8.3",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^2.0.0"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "types/easymde.d.ts"
  ],
  "homepage": "https://github.com/Ionaru/easy-markdown-editor#readme",
  "keywords": [
    "embeddable",
    "markdown",
    "editor",
    "javascript",
    "fontawesome"
  ],
  "license": "MIT",
  "main": "src/js/easymde.js",
  "name": "easymde",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ionaru/easy-markdown-editor.git"
  },
  "scripts": {
    "cypress:lint": "eslint cypress",
    "cypress:run": "cypress run",
    "e2e": "gulp && npm run cypress:lint && npm run cypress:run",
    "lint": "gulp lint",
    "prepare": "gulp",
    "test": "npm run lint && npm run test:types && npm run e2e",
    "test:types": "tsc --project types/tsconfig.json"
  },
  "types": "types/easymde.d.ts",
  "version": "2.18.0"
}
