{
  "_from": "@yaireo/tagify@4.0.4",
  "_id": "@yaireo/tagify@4.0.4",
  "_inBundle": false,
  "_integrity": "sha512-7m9ssiYFobrMVLhjzfuDtP0s4eZaL564pGEvEFTw6mJ22nT1FzWA0FqhYri4mcOGW3iRkWz9tf92UUJmBWMLRQ==",
  "_location": "/@yaireo/tagify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@yaireo/tagify@4.0.4",
    "name": "@yaireo/tagify",
    "escapedName": "@yaireo%2ftagify",
    "scope": "@yaireo",
    "rawSpec": "4.0.4",
    "saveSpec": null,
    "fetchSpec": "4.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.0.4.tgz",
  "_shasum": "998f80b31c0fc98b76523c6dbfb8a728a1c19ae2",
  "_spec": "@yaireo/tagify@4.0.4",
  "_where": "/var/www/html-staging",
  "author": {
    "name": "Yair Even-Or",
    "email": "vsync.design@gmail.com"
  },
  "browserslist": [
    ">1%",
    "not dead",
    "not ie < 11",
    "not IE_Mob 11",
    "not op_mini all"
  ],
  "bugs": {
    "url": "https://github.com/yaireo/tagify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]",
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
    "@babel/plugin-transform-destructuring": "^7.13.0",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-react": "^7.13.13",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/stream": "git+https://github.com/andremacola/stream.git",
    "beepbeep": "^1.3.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "7.0.1",
    "gulp-babel": "^8.0.0",
    "gulp-bump": "^3.2.0",
    "gulp-cached": "^1.1.1",
    "gulp-clean-css": "^4.3.0",
    "gulp-combine-mq": "^0.4.0",
    "gulp-concat": "^2.6.1",
    "gulp-css-globbing": "^0.2.2",
    "gulp-eslint": "^6.0.0",
    "gulp-filter": "^6.0.0",
    "gulp-git": "^2.10.1",
    "gulp-header-comment": "^0.9.0",
    "gulp-insert": "^0.5.0",
    "gulp-load-plugins": "^2.0.6",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.0.0",
    "gulp-sass": "^4.1.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-streamify": "^1.0.2",
    "gulp-tag-version": "^1.3.1",
    "gulp-tap": "^2.0.0",
    "gulp-terser": "^2.0.1",
    "gulp-umd": "^2.0.0",
    "gulp-util": "^3.0.8",
    "gulp-watch": "^5.0.1",
    "path": "^0.12.7",
    "rollup": "^2.45.1",
    "rollup-plugin-banner": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "run-sequence": "^2.2.1",
    "semver": "^7.3.5",
    "vinyl-source-stream": "^2.0.0"
  },
  "files": [
    "/dist",
    "/src/tagify.scss"
  ],
  "homepage": "https://github.com/yairEO/tagify",
  "jest": {
    "preset": "jest-puppeteer"
  },
  "keywords": [
    "tags",
    "tagging",
    "component",
    "tag",
    "ui"
  ],
  "license": "MIT",
  "main": "./dist/tagify.min.js",
  "name": "@yaireo/tagify",
  "np": {
    "yarn": false,
    "yolo": true
  },
  "peerDependencies": {
    "prop-types": "^15.7.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yairEO/tagify.git"
  },
  "scripts": {
    "_prepublishOnly": "gulp build && git add . && git commit -am '[BUILD]' && pkg-ok",
    "build": "gulp",
    "serve": "npx http-server -o index.html -c-1",
    "start": "gulp --dev",
    "test": "echo \"No test specified\""
  },
  "version": "4.0.4"
}
