vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
134 lines (133 loc) • 3.94 kB
JSON
{
"_from": "nunjucks@^3.1.2",
"_id": "nunjucks@3.1.2",
"_inBundle": false,
"_integrity": "sha512-pJXncV07mmiuIDL9OqdNkcpvifuDMzMq9qBQT9SHasAS7AEwzNp/r/jHNl+9O0+zsldcdWG9ZtXo/nwu2cTqXA==",
"_location": "/nunjucks",
"_moduleAliases": {
"babel-register": "@babel/register"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nunjucks@^3.1.2",
"name": "nunjucks",
"escapedName": "nunjucks",
"rawSpec": "^3.1.2",
"saveSpec": null,
"fetchSpec": "^3.1.2"
},
"_requiredBy": [
"/hexo"
],
"_resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.1.2.tgz",
"_shasum": "85945a66bb8239bb37ecef83dab4cc1f152aabb9",
"_spec": "nunjucks@^3.1.2",
"_where": "/Users/quinn.lagille/Documents/ssense/vue-carousel/docs/node_modules/hexo",
"author": {
"name": "James Long",
"email": "longster@gmail.com"
},
"bin": {
"nunjucks-precompile": "./bin/precompile"
},
"browser": "./browser/nunjucks.js",
"bugs": {
"url": "https://github.com/mozilla/nunjucks/issues"
},
"buildDependencies": {
"@babel/cli": "^7.0.0-beta.38",
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@babel/register": "^7.0.0-beta.38",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-module-resolver": "3.0.0-beta.5",
"core-js": "^2.5.3",
"module-alias": "^2.0.3",
"node-libs-browser": "^0.7.0",
"uglify-js": "^2.8.29",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
},
"bundleDependencies": false,
"dependencies": {
"a-sync-waterfall": "^1.0.0",
"asap": "^2.0.3",
"chokidar": "^1.6.0",
"postinstall-build": "^5.0.1",
"yargs": "^3.32.0"
},
"deprecated": false,
"description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.38",
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@babel/register": "^7.0.0-beta.38",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-module-resolver": "3.0.0-beta.5",
"connect": "^3.6.5",
"core-js": "^2.5.3",
"cross-env": "^5.1.3",
"eslint": "^4.13.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"expect.js": "*",
"express": "4.x",
"fs-extra": "^5.0.0",
"get-port": "^3.2.0",
"mocha": "*",
"mocha-phantomjs-core": "^2.1.2",
"mocha-phantomjs-istanbul": "0.0.2",
"module-alias": "^2.0.3",
"node-libs-browser": "^0.7.0",
"nyc": "^11.4.1",
"phantomjs-prebuilt": "^2.1.16",
"serve-static": "^1.13.1",
"supertest": "*",
"uglify-js": "^2.8.29",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/mozilla/nunjucks#readme",
"keywords": [
"template",
"templating"
],
"license": "BSD-2-Clause",
"main": "index",
"name": "nunjucks",
"nyc": {
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"optionalDependencies": {
"chokidar": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/nunjucks.git"
},
"scripts": {
"build": "npm run build:transpile && npm run build:bundle",
"build:bundle": "node scripts/bundle.js",
"build:transpile": "babel nunjucks --out-dir .",
"codecov": "codecov",
"lint": "eslint nunjucks scripts tests",
"mocha": "mocha -R spec tests",
"postinstall": "node postinstall-build.js src",
"test": "npm run lint && npm run test:instrument && npm run test:runner",
"test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
"test:runner": "cross-env NODE_ENV=test scripts/testrunner.js"
},
"version": "3.1.2"
}