vue-carousel-3d
Version:
Beautiful, flexible and touch supported 3D Carousel for Vue.js
142 lines (141 loc) • 3.33 kB
JSON
{
"_from": "hexo@3.9.0",
"_id": "hexo@3.9.0",
"_inBundle": false,
"_integrity": "sha512-uga6MsxGlD0AeafiObbFkQVWlUO+wWTb/IJVPI3fFpmAJu0PBD//Ek0qVOxHjlzdvFGeW0bYWYqXgDbR7suJng==",
"_location": "/hexo",
"_phantomChildren": {
"abbrev": "1.1.1",
"acorn": "6.4.1",
"bluebird": "3.7.2",
"chalk": "2.4.2",
"command-exists": "1.2.9",
"hexo-fs": "1.0.2",
"hexo-log": "0.2.0",
"hexo-util": "0.6.3",
"minimist": "1.2.5",
"resolve": "1.17.0",
"tildify": "1.2.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "hexo@3.9.0",
"name": "hexo",
"escapedName": "hexo",
"rawSpec": "3.9.0",
"saveSpec": null,
"fetchSpec": "3.9.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hexo/-/hexo-3.9.0.tgz",
"_shasum": "7b5afe3b7de8829469635acc952757fac3ec863c",
"_spec": "hexo@3.9.0",
"_where": "/Users/vladimirbujanovic/Projects/vue-carousel-3d-component/vue-carousel-3d/docs",
"author": {
"name": "Tommy Chen",
"email": "tommy351@gmail.com",
"url": "https://zespia.tw"
},
"bin": {
"hexo": "bin/hexo"
},
"bugs": {
"url": "https://github.com/hexojs/hexo/issues"
},
"bundleDependencies": false,
"dependencies": {
"abbrev": "^1.1.1",
"archy": "^1.0.0",
"bluebird": "^3.5.2",
"chalk": "^2.4.1",
"cheerio": "0.22.0",
"hexo-cli": "^2.0.0",
"hexo-front-matter": "^0.2.3",
"hexo-fs": "^1.0.0",
"hexo-i18n": "^0.2.1",
"hexo-log": "^0.2.0",
"hexo-util": "^0.6.3",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"nunjucks": "^3.1.3",
"pretty-hrtime": "^1.0.3",
"resolve": "^1.8.1",
"strip-ansi": "^5.0.0",
"strip-indent": "^2.0.0",
"swig-extras": "0.0.1",
"swig-templates": "^2.0.3",
"text-table": "^0.2.0",
"tildify": "^1.2.0",
"titlecase": "^1.1.2",
"warehouse": "^2.2.0"
},
"deprecated": false,
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"devDependencies": {
"@easyops/git-exec-and-restage": "^1.0.4",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^5.9.0",
"eslint-ci": "^1.0.0",
"eslint-config-hexo": "^3.0.0",
"hexo-renderer-marked": "^1.0.1",
"husky": "^1.1.3",
"lint-staged": "^8.1.0",
"mocha": "^6.0.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"sinon": "^7.1.1"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"lib/",
"bin/"
],
"homepage": "https://hexo.io/",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"website",
"blog",
"cms",
"framework",
"hexo"
],
"license": "MIT",
"main": "lib/hexo",
"maintainers": [
{
"name": "Abner Chou",
"email": "hi@abnerchou.me",
"url": "https://abnerchou.me"
}
],
"name": "hexo",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo.git"
},
"scripts": {
"eslint": "eslint-ci .",
"lint-staged": "lint-staged",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
},
"version": "3.9.0"
}