| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_from": "vue-happy-scroll@^2.1.1",
- "_id": "vue-happy-scroll@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-3Xy6L+rdpNSB214yHxiF3O/l5/CIT8pxSUBn6PBN6CG94EakwcoSyCbkCTNgjEmtJQHp6pVgUwYFYro4fU43NQ==",
- "_location": "/vue-happy-scroll",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vue-happy-scroll@^2.1.1",
- "name": "vue-happy-scroll",
- "escapedName": "vue-happy-scroll",
- "rawSpec": "^2.1.1",
- "saveSpec": null,
- "fetchSpec": "^2.1.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vue-happy-scroll/-/vue-happy-scroll-2.1.1.tgz",
- "_shasum": "31973792e47be514808bf619ab953f8f84667240",
- "_spec": "vue-happy-scroll@^2.1.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "author": {
- "name": "tangdaohai@outlook.com"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ],
- "bugs": {
- "url": "https://github.com/tangdaohai/vue-happy-scroll/issues"
- },
- "bundleDependencies": false,
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "dependencies": {
- "element-resize-detector": "^1.1.12",
- "vue": "^2.0.0"
- },
- "deprecated": false,
- "description": "scroll component for Vue2.0",
- "devDependencies": {
- "babel": "^6.23.0",
- "babel-core": "^6.26.0",
- "babel-eslint": "^8.0.1",
- "babel-preset-env": "^1.6.1",
- "chalk": "^2.4.1",
- "commitizen": "^2.10.1",
- "conventional-changelog-cli": "^2.0.5",
- "cross-env": "^5.1.1",
- "cz-conventional-changelog": "^2.1.0",
- "eslint": "^4.7.2",
- "eslint-config-standard": "^10.2.1",
- "eslint-plugin-html": "^4.0.1",
- "eslint-plugin-import": "^2.7.0",
- "eslint-plugin-node": "^5.2.0",
- "eslint-plugin-promise": "^3.5.0",
- "eslint-plugin-standard": "^3.0.1",
- "husky": "^0.14.3",
- "rollup": "^0.49.3",
- "rollup-plugin-babel": "^3.0.2",
- "rollup-plugin-commonjs": "^8.2.1",
- "rollup-plugin-css-only": "^0.2.0",
- "rollup-plugin-eslint": "^4.0.0",
- "rollup-plugin-json": "^2.3.0",
- "rollup-plugin-node-resolve": "^3.0.0",
- "rollup-plugin-replace": "^2.0.0",
- "rollup-plugin-uglify": "^2.0.1",
- "rollup-plugin-vue": "^2.4.1",
- "standard": "^10.0.3",
- "uglify-es": "^3.0.28"
- },
- "homepage": "https://github.com/tangdaohai/vue-happy-scroll#readme",
- "keywords": [
- "vue",
- "scroll",
- "happy scroll"
- ],
- "license": "MIT",
- "main": "./docs/happy-scroll.min.js",
- "name": "vue-happy-scroll",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tangdaohai/vue-happy-scroll.git"
- },
- "scripts": {
- "build": "rollup --config",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
- "commit": "git-cz",
- "commitmsg": "node verify-commit-msg.js",
- "min": "cross-env compile_type=min ./node_modules/.bin/rollup --config",
- "release": "npm run build && npm run min",
- "watch": "rollup --config --watch"
- },
- "version": "2.1.1"
- }
|