UNPKG

vue-carousel-3d

Version:

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

92 lines (91 loc) 2.89 kB
{ "_from": "cuid@~1.3.8", "_id": "cuid@1.3.8", "_inBundle": false, "_integrity": "sha1-S4deCWm612T37AcGz0T1+wgx9rc=", "_location": "/cuid", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cuid@~1.3.8", "name": "cuid", "escapedName": "cuid", "rawSpec": "~1.3.8", "saveSpec": null, "fetchSpec": "~1.3.8" }, "_requiredBy": [ "/warehouse" ], "_resolved": "https://registry.npmjs.org/cuid/-/cuid-1.3.8.tgz", "_shasum": "4b875e0969bad764f7ec0706cf44f5fb0831f6b7", "_spec": "cuid@~1.3.8", "_where": "/Users/vladimirbujanovic/Projects/vue-carousel-3d-component/vue-carousel-3d/docs/node_modules/warehouse", "author": { "name": "Eric Elliott", "url": "https://ericelliottjs.com" }, "browser": "./dist/browser-cuid.js", "bugs": { "url": "https://github.com/ericelliott/cuid/issues" }, "bundleDependencies": false, "dependencies": { "browser-fingerprint": "0.0.1", "core-js": "^1.1.1", "node-fingerprint": "0.0.2" }, "deprecated": false, "description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.", "devDependencies": { "babel": "5.6.14", "babel-eslint": "^4.0.10", "babel-loader": "5.3.0", "babelify": "^6.2.0", "ecstatic": "^0.8.0", "eslint": "0.24.0", "faucet": "0.0.1", "node-libs-browser": "0.5.2", "rimraf": "2.4.1", "sauce-connect-launcher": "^0.12.0", "saucelabs": "0.1.1", "tape": "4.2.0", "wd": "^0.3.12", "webpack": "1.10.1", "zuul": "^3.3.0" }, "homepage": "https://github.com/ericelliott/cuid#readme", "keywords": [ "id", "guid", "uid", "unique id", "uuid" ], "license": "MIT", "main": "./dist/node-cuid.js", "name": "cuid", "repository": { "type": "git", "url": "git+https://github.com/ericelliott/cuid.git" }, "scripts": { "build": "npm run build:server && npm run build:client && npm run build:test", "build:client": "NODE_ENV=production WEBPACK_TARGET=client webpack -p", "build:server": "NODE_ENV=production WEBPACK_TARGET=server webpack", "build:test": "browserify ./test/client/index.js -s testcuid -t babelify --outfile test/client/test-cuid.js", "clean": "rimraf build && rimraf test/client/test-cuid.js", "comment:build:test": "NODE_ENV=production WEBPACK_TARGET=test webpack -p", "lint": "eslint source test", "prebuild": "npm run clean", "prepublish": "npm run validate", "prevalidate": "npm run clean", "test": "npm run test:server && npm run test:client", "test:client": "#zuul -- test/client/test-cuid", "test:server": "babel-node test/server", "validate": "npm run lint && npm run build && npm run test", "validate-dev": "npm run lint && npm run build && npm run test | faucet" }, "version": "1.3.8" }