123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "vuescroll@4.18.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_from": "vuescroll@4.18.1",
- "_id": "vuescroll@4.18.1",
- "_inBundle": false,
- "_integrity": "sha512-UlPE5Bg7RQAAUun2c85wCU1gGxS77pveRCYm2Eg6ss2U3t6YBkI3m1cuySoRF44sPYca81F79pFG94WCJt7/lw==",
- "_location": "/vuescroll",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vuescroll@4.18.1",
- "name": "vuescroll",
- "escapedName": "vuescroll",
- "rawSpec": "4.18.1",
- "saveSpec": null,
- "fetchSpec": "4.18.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vuescroll/-/vuescroll-4.18.1.tgz",
- "_spec": "4.18.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Yves Wang"
- },
- "bugs": {
- "url": "https://github.com/YvesCoding/vuescroll/issues"
- },
- "deprecated": false,
- "description": "A powerful, customizable, multi-mode scrollbar plugin based on Vue.js",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-eslint": "^8.2.5",
- "babel-helper-vue-jsx-merge-props": "^2.0.3",
- "babel-loader": "^7.1.2",
- "babel-plugin-istanbul": "^4.1.5",
- "babel-plugin-syntax-jsx": "^6.18.0",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-plugin-transform-vue-jsx": "^3.7.0",
- "babel-preset-env": "^1.6.1",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-es2015-rollup": "^3.0.0",
- "codecov": "^3.0.0",
- "cross-env": "^5.2.0",
- "css-loader": "^0.28.11",
- "eslint": "^4.13.1",
- "husky": "^2.3.0",
- "istanbul": "^0.4.5",
- "jasmine-core": "^2.9.1",
- "karma": "^4.4.1",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.1",
- "karma-jasmine": "^1.1.1",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^2.0.9",
- "node-sass": "^4.9.0",
- "rollup": "1.32.1",
- "rollup-plugin-alias": "^1.3.1",
- "rollup-plugin-babel": "^3.0.7",
- "rollup-plugin-node-resolve": "^3.0.2",
- "rollup-plugin-replace": "^2.0.0",
- "rollup-plugin-uglify": "^4.0.0",
- "vue": "^2.0.0",
- "webpack": "^3.10.0"
- },
- "files": [
- "src",
- "dist/*.js",
- "dist/*.css",
- "types/*.d.ts"
- ],
- "homepage": "https://github.com/YvesCoding/vuescroll#readme",
- "husky": {
- "hooks": {
- "pre-commit": "npm run lint"
- }
- },
- "jsdelivr": "./dist/vuescroll.js",
- "keywords": [
- "vuescroll",
- "scrollbar",
- "vuescrollbar",
- "vue"
- ],
- "license": "MIT",
- "main": "./dist/vuescroll.js",
- "name": "vuescroll",
- "peerDependencies": {
- "vue": "^2.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/YvesCoding/vuescroll.git"
- },
- "scripts": {
- "build": "cross-env BABEL_ENV=build node scripts/build.js",
- "debug": "cross-env BABEL_ENV=build VS_ENV=DEBUG node scripts/debug-build.js",
- "debug-test": "karma start test/unit/karma.conf.js --no-single-run",
- "gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
- "lint": "eslint --fix src scripts test",
- "report-coverage": "codecov",
- "test": "npm run test:cover",
- "test:cover": "karma start test/unit/karma.conf.js"
- },
- "typings": "types/index.d.ts",
- "unpkg": "./dist/vuescroll.js",
- "version": "4.18.1"
- }
|