vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
90 lines (89 loc) • 2.17 kB
JSON
{
"_from": "hexo-log@^0.2.0",
"_id": "hexo-log@0.2.0",
"_inBundle": false,
"_integrity": "sha512-fzoc+GQexxPPILTjoOQILnA3ZG2MFgqMBVel4xvJ11pXptw9+f97ynTgDAExXafyp9Nz2ChXRuqlCYgPtZSlxQ==",
"_location": "/hexo-log",
"_phantomChildren": {
"ansi-regex": "2.1.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "hexo-log@^0.2.0",
"name": "hexo-log",
"escapedName": "hexo-log",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/hexo",
"/hexo/hexo-cli"
],
"_resolved": "https://registry.npmjs.org/hexo-log/-/hexo-log-0.2.0.tgz",
"_shasum": "d30fd45e1a12a83c88033586640485efc5df5a6f",
"_spec": "hexo-log@^0.2.0",
"_where": "/Users/quinn.lagille/Documents/ssense/vue-carousel/docs/node_modules/hexo",
"author": {
"name": "Tommy Chen",
"email": "tommy351@gmail.com",
"url": "http://zespia.tw"
},
"bugs": {
"url": "https://github.com/hexojs/hexo-log/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^1.1.1",
"hexo-bunyan": "^1.0.0"
},
"deprecated": false,
"description": "Logger for Hexo",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.6",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.4.5",
"rewire": "^2.5.1",
"sinon": "^1.17.3"
},
"directories": {
"lib": "./lib"
},
"homepage": "http://hexo.io/",
"keywords": [
"website",
"blog",
"cms",
"framework",
"hexo"
],
"license": "MIT",
"main": "lib/log",
"maintainers": [
{
"name": "Abner Chou",
"email": "hi@abnerchou.me",
"url": "http://abnerchou.me"
}
],
"name": "hexo-log",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-log.git"
},
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"version": "0.2.0"
}