UNPKG

vue-carousel-3d

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

142 lines (141 loc) 4.1 kB
{ "_from": "nunjucks@^3.1.3", "_id": "nunjucks@3.2.2", "_inBundle": false, "_integrity": "sha512-KUi85OoF2NMygwODAy28Lh9qHmq5hO3rBlbkYoC8v377h4l8Pt5qFjILl0LWpMbOrZ18CzfVVUvIHUIrtED3sA==", "_location": "/nunjucks", "_moduleAliases": { "babel-register": "@babel/register" }, "_phantomChildren": { "is-glob": "4.0.1", "normalize-path": "3.0.0", "picomatch": "2.2.2" }, "_requested": { "type": "range", "registry": true, "raw": "nunjucks@^3.1.3", "name": "nunjucks", "escapedName": "nunjucks", "rawSpec": "^3.1.3", "saveSpec": null, "fetchSpec": "^3.1.3" }, "_requiredBy": [ "/hexo" ], "_resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.2.tgz", "_shasum": "45f915fef0f89fbab38c489dc85025f64859f466", "_spec": "nunjucks@^3.1.3", "_where": "/Users/vladimirbujanovic/Projects/vue-carousel-3d-component/vue-carousel-3d/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": "^3.3.0", "commander": "^5.1.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": "< 8.x", "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": ">= 6.9.0" }, "files": [ "bin/**", "browser/**", "src/**" ], "homepage": "https://github.com/mozilla/nunjucks#readme", "keywords": [ "template", "templating" ], "license": "BSD-2-Clause", "main": "index.js", "name": "nunjucks", "nyc": { "require": [ "babel-register" ], "sourceMap": false, "instrument": false }, "optionalDependencies": { "chokidar": "^3.3.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", "prepare": "npm run build", "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 NODE_PATH=tests/test-node-pkgs scripts/testrunner.js" }, "version": "3.2.2" }