suyiScreen/node_modules/vue-seamless-scroll/package.json

96 lines
2.7 KiB
JSON

{
"_args": [
[
"vue-seamless-scroll@1.1.23",
"D:\\Hjm项目\\suyi1111"
]
],
"_from": "vue-seamless-scroll@1.1.23",
"_id": "vue-seamless-scroll@1.1.23",
"_inBundle": false,
"_integrity": "sha512-HBjUub8WwsKJzbFCrwKPDrZn4e+SSbkKgwWtjKtfLwesiFGwSsVxP44/Z6d3kpXy94qIFOiflJH6l0/9pj7SGA==",
"_location": "/vue-seamless-scroll",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue-seamless-scroll@1.1.23",
"name": "vue-seamless-scroll",
"escapedName": "vue-seamless-scroll",
"rawSpec": "1.1.23",
"saveSpec": null,
"fetchSpec": "1.1.23"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vue-seamless-scroll/-/vue-seamless-scroll-1.1.23.tgz",
"_spec": "1.1.23",
"_where": "D:\\Hjm项目\\suyi1111",
"author": {
"name": "chenxuan"
},
"bugs": {
"url": "https://github.com/chenxuan0000/vue-seamless-scroll/issues"
},
"dependencies": {
"comutils": "^1.1.9"
},
"description": "A simple, Seamless scrolling for Vue.js",
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.19",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"deep-assign": "^3.0.0",
"file-loader": "^1.1.4",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.9",
"mocha": "^5.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-loader": "^13.0.5",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"homepage": "https://github.com/chenxuan0000/vue-seamless-scroll#readme",
"keywords": [
"vue",
"vuejs",
"ui",
"components",
"Seamless",
"scroll"
],
"license": "ISC",
"main": "dist/vue-seamless-scroll.min.js",
"name": "vue-seamless-scroll",
"repository": {
"type": "git",
"url": "git+https://github.com/chenxuan0000/vue-seamless-scroll.git"
},
"scripts": {
"build:all": "npm run build:debug && npm run build:prod",
"build:debug": "cross-env NODE_ENV=debug webpack --config build/webpack.dist.js",
"build:prod": "cross-env NODE_ENV=production webpack --config build/webpack.dist.js",
"unit:test": "cross-env BABEL_ENV=test karma start --single-run"
},
"version": "1.1.23"
}