{
  "_from": "vue-timeago@^5.1.3",
  "_id": "vue-timeago@5.1.3",
  "_inBundle": false,
  "_integrity": "sha512-lHTRuOXhQzQXa6SC52IlO6UyWBZ5eIyD819QGIep++D61HeCV15h/WZ7M1iEsOWttjztMpg+3wYWHO3i2Ijdzw==",
  "_location": "/vue-timeago",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-timeago@^5.1.3",
    "name": "vue-timeago",
    "escapedName": "vue-timeago",
    "rawSpec": "^5.1.3",
    "saveSpec": null,
    "fetchSpec": "^5.1.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-timeago/-/vue-timeago-5.1.3.tgz",
  "_shasum": "68e53ca2e4fc9c0a01ce41c08e7408a6c668fc20",
  "_spec": "vue-timeago@^5.1.3",
  "_where": "/home/promolider/public_html/vcr_testing",
  "author": {
    "name": "EGOIST",
    "email": "0x142857@gmail.com",
    "url": "https://github.com/egoist"
  },
  "bugs": {
    "url": "https://github.com/egoist/vue-timeago/issues"
  },
  "bundleDependencies": false,
  "cdn": "dist/vue-timeago.js",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "date-fns": "^1.29.0"
  },
  "deprecated": false,
  "description": "A timeago filter for Vue.",
  "devDependencies": {
    "@egoist/vue-to-react": "^1.1.0",
    "bili": "^4.7.0",
    "commitizen": "^3.0.7",
    "cz-conventional-changelog": "^2.1.0",
    "demoboard": "^0.3.1",
    "eslint-config-prettier": "^4.1.0",
    "eslint-config-rem": "^4.0.0",
    "eslint-plugin-prettier": "^3.0.1",
    "gh-pages": "^1.0.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.5",
    "poi": "^12.10.3",
    "postcss-nested": "^4.1.2",
    "prettier": "^1.16.4",
    "raw-loader": "^3.0.0",
    "semantic-release": "^17.3.6",
    "vue": "^2.6.9",
    "vue-template-compiler": "^2.6.9",
    "xo": "^0.24.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/egoist/vue-timeago#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jsdelivr": "dist/vue-timeago.js",
  "keywords": [
    "timeago",
    "vue",
    "filter"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,json,md}": [
      "prettier --write",
      "git add"
    ],
    "src/*.js": [
      "xo --fix",
      "git add"
    ]
  },
  "main": "dist/vue-timeago.cjs.js",
  "module": "dist/vue-timeago.es.js",
  "name": "vue-timeago",
  "productName": "Vue Timeago",
  "release": {
    "branch": "master"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egoist/vue-timeago.git"
  },
  "scripts": {
    "build": "bili",
    "example": "poi example/index.js -so",
    "prepublishOnly": "npm run build",
    "test": "xo && npm run build"
  },
  "unpkg": "dist/vue-timeago.js",
  "version": "5.1.3",
  "xo": {
    "extends": [
      "rem",
      "plugin:prettier/recommended"
    ],
    "ignores": [
      "example/**"
    ]
  }
}
