{
  "_args": [
    [
      "@vueform/multiselect@2.1.2",
      "C:\\laragon\\www\\jdih_satker_PA_SERANG"
    ]
  ],
  "_from": "@vueform/multiselect@2.1.2",
  "_id": "@vueform/multiselect@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-iiMc7EmvCJ64zE1hChOfJloX3z0DrO05gucTjYXkJ03C0+Kh6wXB6Re9fnmC1ErsFBRBqS45J5H7HakpNE1zgQ==",
  "_location": "/@vueform/multiselect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vueform/multiselect@2.1.2",
    "name": "@vueform/multiselect",
    "escapedName": "@vueform%2fmultiselect",
    "scope": "@vueform",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@vueform/multiselect/-/multiselect-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "C:\\laragon\\www\\jdih_satker_PA_SERANG",
  "author": {
    "name": "Adam Berecz",
    "email": "adam@vueform.com"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ],
  "bugs": {
    "url": "https://github.com/vueform/multiselect/issues"
  },
  "description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-modules-umd": "^7.12.1",
    "@babel/preset-env": "^7.12.10",
    "@rollup/plugin-alias": "^3.1.1",
    "@rollup/plugin-babel": "^5.2.2",
    "@testing-library/jest-dom": "^5.11.5",
    "@vue/compiler-sfc": "^3.0.4",
    "autoprefixer": "^10.3.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^26.6.1",
    "babel-plugin-rename-umd-globals": "^1.0.0",
    "flush-promises": "^1.0.2",
    "fraction.js": "^4.1.1",
    "jest": "^26.6.1",
    "jest-environment-jsdom-sixteen": "^1.0.3",
    "node-sass": "^5.0.0",
    "postcss": "^8.2.1",
    "rollup": "^2.34.2",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.1.2",
    "vue-next": "npm:vue@^3.0.4",
    "vue-next-jest": "npm:vue-jest@^5.0.0-alpha.4",
    "vue-next-rollup-plugin-vue": "npm:rollup-plugin-vue@^6.0.0",
    "vue-next-test-utils": "npm:@vue/test-utils@^2.0.0-beta.6",
    "vue-prev": "npm:vue@^2.6.12",
    "vue-prev-composition-api": "npm:@vue/composition-api@^1.0.0-beta.17",
    "vue-prev-jest": "npm:vue-jest@^3.0.7",
    "vue-prev-rollup-plugin-vue": "npm:rollup-plugin-vue@^5.1.9",
    "vue-prev-test-utils": "npm:@vue/test-utils@^1.1.0",
    "vue-template-compiler": "^2.6.12"
  },
  "homepage": "https://github.com/vueform/multiselect#readme",
  "license": "MIT",
  "main": "./dist/multiselect.js",
  "module": "./dist/multiselect.js",
  "name": "@vueform/multiselect",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vueform/multiselect.git"
  },
  "scripts": {
    "build": "npm run build:vue2; npm run build:vue3; npm run build:themes",
    "build:themes": "rollup --config build/themes.rollup.config.js",
    "build:vue2": "rollup --config build/vue2.rollup.config.js",
    "build:vue3": "rollup --config build/vue3.rollup.config.js",
    "test": "jest --config=jest/jest.config.vue3.js; jest --config=jest/jest.config.vue2.js;",
    "test:vue2": "jest --verbose --config=jest/jest.config.vue2.js",
    "test:vue3": "jest --verbose --config=jest/jest.config.vue3.js"
  },
  "style": "./themes/default.css",
  "types": "./src/index.d.ts",
  "unpkg": "./dist/multiselect.global.js",
  "version": "2.1.2"
}
