{
  "_from": "vue-resize@^2.0.0-alpha.1",
  "_id": "vue-resize@2.0.0-alpha.1",
  "_inBundle": false,
  "_integrity": "sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==",
  "_location": "/vue-resize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-resize@^2.0.0-alpha.1",
    "name": "vue-resize",
    "escapedName": "vue-resize",
    "rawSpec": "^2.0.0-alpha.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.0-alpha.1"
  },
  "_requiredBy": [
    "/floating-vue"
  ],
  "_resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz",
  "_shasum": "43eeb79e74febe932b9b20c5c57e0ebc14e2df3a",
  "_spec": "vue-resize@^2.0.0-alpha.1",
  "_where": "/home/sagremc/chronos-v2/node_modules/floating-vue",
  "author": {
    "name": "Guillaume Chau",
    "email": "guillaume.b.chau@gmail.com"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "bugs": {
    "url": "https://github.com/Akryum/vue-resize/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detects DOM element resizing",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-eslint": "^8.0.1",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@vue/compiler-sfc": "^3.0.2",
    "autoprefixer": "^9.7.5",
    "babel-eslint": "^10.1.0",
    "clean-css": "^4.1.8",
    "cross-env": "^7.0.2",
    "eslint": "^7.16.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-html": "^6.1.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-plugin-vue": "^7.4.0",
    "fs-extra": "^9.0.0",
    "rollup": "^2.2.0",
    "rollup-plugin-css-only": "^2.0.0",
    "rollup-plugin-css-porter": "^1.0.2",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-vue": "^6.0.0",
    "vue": "^3.0.0"
  },
  "homepage": "https://github.com/Akryum/vue-resize#readme",
  "keywords": [
    "vue",
    "vuejs",
    "plugin"
  ],
  "license": "MIT",
  "main": "dist/vue-resize.umd.js",
  "module": "dist/vue-resize.esm.js",
  "name": "vue-resize",
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akryum/vue-resize.git",
    "directory": "packages/vue-resize"
  },
  "scripts": {
    "build": "yarn run build:browser && yarn run build:es && yarn run build:umd",
    "build:browser": "rollup --config build/rollup.config.browser.js",
    "build:es": "rollup --config build/rollup.config.es.js",
    "build:umd": "rollup --config build/rollup.config.umd.js",
    "dev": "cross-env NODE_ENV=development rollup --config build/rollup.config.es.js --watch",
    "lint": "eslint --ext .js,.vue src",
    "prepublishOnly": "yarn run test",
    "test": "yarn run build && yarn run lint && cd ../demo && yarn run test"
  },
  "unpkg": "dist/vue-resize.min.js",
  "version": "2.0.0-alpha.1",
  "watch": {
    "build": "src/*.js"
  }
}
