{
  "_from": "vue-horizontal@^0.8.12",
  "_id": "vue-horizontal@0.8.12",
  "_inBundle": false,
  "_integrity": "sha512-6GHcmYjCrVKxt7EehE++cIuR6vdmYH/noiDrlvofs39e0FpDY69GMei44s44QboX0Z4/kJItd9nNqNMc5zMxXg==",
  "_location": "/vue-horizontal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-horizontal@^0.8.12",
    "name": "vue-horizontal",
    "escapedName": "vue-horizontal",
    "rawSpec": "^0.8.12",
    "saveSpec": null,
    "fetchSpec": "^0.8.12"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-horizontal/-/vue-horizontal-0.8.12.tgz",
  "_shasum": "17904fbf8ae4adfe7a9eed22ec079b33ed47a352",
  "_spec": "vue-horizontal@^0.8.12",
  "_where": "/home/promolider/public_html/vcr_testing",
  "author": {
    "name": "Fuxing Loh"
  },
  "browser": "dist/vue-horizontal.esm.js",
  "browserslist": [
    "current node",
    "> 1%"
  ],
  "bugs": {
    "url": "https://github.com/fuxingloh/vue-horizontal/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies.",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-typescript": "^7.9.0",
    "@rollup/plugin-alias": "^2.2.0",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-replace": "^2.3.2",
    "@size-limit/preset-small-lib": "^4.9.1",
    "@types/cypress-image-snapshot": "^3.1.6",
    "@types/lodash": "^4.14.165",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "@vue/cli-plugin-babel": "^4.3.1",
    "@vue/cli-plugin-typescript": "^4.3.1",
    "@vue/cli-service": "^4.3.1",
    "@vue/eslint-config-typescript": "^7.0.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "cross-env": "^7.0.2",
    "cypress": "^8.6.0",
    "cypress-image-snapshot": "^4.0.1",
    "eslint": "^7.15.0",
    "eslint-plugin-vue": "^7.2.0",
    "lodash": "^4.17.20",
    "lorem-ipsum": "^2.0.3",
    "minimist": "^1.2.5",
    "random-seed": "^0.3.0",
    "rollup": "^2.7.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-vue": "^5.1.6",
    "size-limit": "^4.9.1",
    "stylelint": "^13.8.0",
    "stylelint-config-standard": "^20.0.0",
    "typescript": "^3.8.3",
    "vue": "^2.6.11",
    "vue-router": "^3.4.9",
    "vue-template-compiler": "^2.6.11",
    "vuex": "^3.6.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist/*",
    "vue-horizontal.d.ts",
    "src/**/*.vue"
  ],
  "homepage": "https://github.com/fuxingloh/vue-horizontal#readme",
  "keywords": [
    "vue",
    "vuejs",
    "nuxt",
    "horizontal",
    "list view",
    "scroll view",
    "airbnb list"
  ],
  "license": "MIT",
  "main": "dist/vue-horizontal.ssr.js",
  "module": "dist/vue-horizontal.esm.js",
  "name": "vue-horizontal",
  "peerDependencies": {
    "vue": "^2.6.11"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fuxingloh/vue-horizontal.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
    "build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
    "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
    "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run",
    "lint": "npm run lint:js && npm run lint:style",
    "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
    "lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
    "serve": "vue-cli-service serve dev/serve.ts",
    "size": "size-limit"
  },
  "size-limit": [
    {
      "path": "dist/vue-horizontal.esm.js"
    },
    {
      "path": "dist/vue-horizontal.min.js"
    },
    {
      "path": "dist/vue-horizontal.ssr.js"
    }
  ],
  "types": "vue-horizontal.d.ts",
  "unpkg": "dist/vue-horizontal.min.js",
  "version": "0.8.12"
}
