vue-carousel-3d
Version:
Beautiful, flexible and touch supported 3D Carousel for Vue.js
91 lines (90 loc) • 2.38 kB
JSON
{
"_from": "hexo-util@^0.6.3",
"_id": "hexo-util@0.6.3",
"_inBundle": false,
"_integrity": "sha512-zPxaqCWZz3/25SAB4FlrRtWktJ+Pr+vBiv/nyHpXKgXPt1m70liViKlRwWLqDmRjJ72x6/k4qCEeXHajvcGHUw==",
"_location": "/hexo-util",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hexo-util@^0.6.3",
"name": "hexo-util",
"escapedName": "hexo-util",
"rawSpec": "^0.6.3",
"saveSpec": null,
"fetchSpec": "^0.6.3"
},
"_requiredBy": [
"/hexo",
"/hexo-deployer-git",
"/hexo-renderer-marked",
"/hexo/hexo-cli"
],
"_resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-0.6.3.tgz",
"_shasum": "16a2ade457bef955af0dfd22a3fe6f0a49a9137c",
"_spec": "hexo-util@^0.6.3",
"_where": "/Users/vladimirbujanovic/Projects/vue-carousel-3d-component/vue-carousel-3d/docs/node_modules/hexo",
"author": {
"name": "Tommy Chen",
"email": "tommy351@gmail.com",
"url": "http://zespia.tw"
},
"bugs": {
"url": "https://github.com/hexojs/hexo-util/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.4.0",
"camel-case": "^3.0.0",
"cross-spawn": "^4.0.0",
"highlight.js": "^9.4.0",
"html-entities": "^1.2.0",
"striptags": "^2.1.1"
},
"deprecated": false,
"description": "Utilities for Hexo.",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint-config-hexo": "^1.0.3",
"html-tag-validator": "^1.5.0",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.5.3",
"rewire": "^2.5.1"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://hexo.io/",
"keywords": [
"hexo",
"util",
"utilities"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "Abner Chou",
"email": "hi@abnerchou.me",
"url": "http://abnerchou.me"
}
],
"name": "hexo-util",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-util.git"
},
"scripts": {
"build:highlight": "node scripts/build_highlight_alias.js > highlight_alias.json",
"eslint": "eslint .",
"jscs": "jscs .",
"prepare": "npm run build:highlight",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"version": "0.6.3"
}