{
  "_from": "tui-image-editor@^3.14.3",
  "_id": "tui-image-editor@3.15.3",
  "_inBundle": false,
  "_integrity": "sha512-7B5YUxe2eSSh+8YrlREmjqkgeFFKrVkdy0D/G0dWCJIQ2WLPQ/Bkm02WXQeWJiFPzgvargZjn7eAe80p3qBHPQ==",
  "_location": "/tui-image-editor",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tui-image-editor@^3.14.3",
    "name": "tui-image-editor",
    "escapedName": "tui-image-editor",
    "rawSpec": "^3.14.3",
    "saveSpec": null,
    "fetchSpec": "^3.14.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tui-image-editor/-/tui-image-editor-3.15.3.tgz",
  "_shasum": "b016c53de5ed11c0ed4a91604a868e7964d1b431",
  "_spec": "tui-image-editor@^3.14.3",
  "_where": "/var/www/html/moro",
  "author": {
    "name": "NHN Cloud. FE Development Lab",
    "email": "dl_javascript@nhn.com"
  },
  "browserslist": [
    "last 2 versions",
    "not ie <= 9"
  ],
  "bugs": {
    "url": "https://github.com/nhn/tui.image-editor/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fabric": "^4.2.0",
    "tui-code-snippet": "^2.3.3",
    "tui-color-picker": "^2.2.6"
  },
  "deprecated": false,
  "description": "TOAST UI ImageEditor",
  "files": [
    "src",
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/nhn/tui.image-editor",
  "keywords": [
    "nhn",
    "nhn cloud",
    "tui",
    "component",
    "image",
    "editor",
    "canvas",
    "fabric"
  ],
  "license": "MIT",
  "main": "dist/tui-image-editor.js",
  "name": "tui-image-editor",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nhn/tui.image-editor.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:svg && npm run build:prod && npm run build:minify && node tsBannerGenerator.js",
    "build:clean": "rm -rf ./dist",
    "build:minify": "webpack --env minify",
    "build:prod": "webpack",
    "build:svg": "node makesvg.js",
    "doc": "tuidoc",
    "doc:dev": "tuidoc --serv",
    "publish:cdn": "node scripts/publishToCDN.js",
    "serve": "webpack serve",
    "test": "jest --forceExit --detectOpenHandles",
    "test:types": "tsc --project tests/types",
    "update:wrapper": "node scripts/updateWrapper.js"
  },
  "version": "3.15.3"
}
