{ "_from": "vue-timeago@^3.3.0", "_id": "vue-timeago@3.4.4", "_inBundle": false, "_integrity": "sha512-8V93SP2XXWLThysx8F1rSMyKuEevDll0sA5tg8AxtmgDTuKR7XKug8OVVdYoZXpynZqHK9u93LXPwCmVhVaJvQ==", "_location": "/vue-timeago", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vue-timeago@^3.3.0", "name": "vue-timeago", "escapedName": "vue-timeago", "rawSpec": "^3.3.0", "saveSpec": null, "fetchSpec": "^3.3.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/vue-timeago/-/vue-timeago-3.4.4.tgz", "_shasum": "a878c9ba5840816939a89659451902f84ebdf23f", "_spec": "vue-timeago@^3.3.0", "_where": "F:\\Upwork\\edu\\laravel-comments", "author": { "name": "EGOIST", "email": "0x142857@gmail.com", "url": "github.com/egoist" }, "bugs": { "url": "https://github.com/egoist/vue-timeago/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A timeago filter for Vue.", "devDependencies": { "bili": "^0.16.0-rc.2", "eslint-config-rem": "^3.1.0", "gh-pages": "^1.0.0", "poi": "^9.4.3", "postcss-nested": "^1.0.0", "xo": "^0.18.2" }, "engines": { "node": ">=4" }, "files": [ "dist", "locales" ], "homepage": "https://github.com/egoist/vue-timeago#readme", "keywords": [ "timeago", "vue", "filter" ], "license": "MIT", "main": "dist/vue-timeago.js", "name": "vue-timeago", "productName": "Vue Timeago", "repository": { "type": "git", "url": "git+https://github.com/egoist/vue-timeago.git" }, "scripts": { "build": "bili --format umd --module-name VueTimeago", "deploy": "npm run example:build && gh-pages -d ./example/dist", "example": "poi", "example:build": "poi build", "prepublish": "npm test", "test": "xo && npm run build" }, "version": "3.4.4", "xo": { "extends": "rem/prettier", "ignores": [ "example/**" ] } }