1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_from": "vue-scroll-picker@0.8.0",
| "_id": "vue-scroll-picker@0.8.0",
| "_inBundle": false,
| "_integrity": "sha512-h9EcLxyVeYBm9eUJdG/uCQpSJI8ReNr2F6uVlwGWz2c56hNerySfkPytSymKo13xFAxaSJ132bJhSgJ+hQzoOA==",
| "_location": "/vue-scroll-picker",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "vue-scroll-picker@0.8.0",
| "name": "vue-scroll-picker",
| "escapedName": "vue-scroll-picker",
| "rawSpec": "0.8.0",
| "saveSpec": null,
| "fetchSpec": "0.8.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/vue-scroll-picker/-/vue-scroll-picker-0.8.0.tgz",
| "_shasum": "9e55feb2731f4fbe943977856c29d0b62eddc94e",
| "_spec": "vue-scroll-picker@0.8.0",
| "_where": "D:\\project\\PAM\\PAMapp",
| "author": {
| "name": "Changwan Jun"
| },
| "bugs": {
| "url": "https://github.com/wan2land/vue-scroll-picker/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Scroll Picker Component for Vue.js.",
| "devDependencies": {
| "@babel/core": "7.10.4",
| "@babel/preset-env": "7.10.4",
| "babel-loader": "8.1.0",
| "cross-env": "7.0.2",
| "css-loader": "3.6.0",
| "html-webpack-plugin": "4.3.0",
| "mini-css-extract-plugin": "0.9.0",
| "node-sass": "4.14.1",
| "push-dir": "0.4.1",
| "sass-loader": "9.0.1",
| "vue": "2.6.11",
| "vue-highlightjs": "1.3.3",
| "vue-loader": "15.9.3",
| "vue-router": "3.3.4",
| "vue-template-compiler": "2.6.11",
| "webpack": "4.43.0",
| "webpack-cli": "3.3.12",
| "webpack-dev-server": "3.11.0"
| },
| "homepage": "https://github.com/wan2land/vue-scroll-picker#readme",
| "license": "MIT",
| "main": "dist/index.js",
| "name": "vue-scroll-picker",
| "repository": {
| "type": "git",
| "url": "git://github.com/wan2land/vue-scroll-picker.git"
| },
| "scripts": {
| "build": "npm run build:production && npm run build:example",
| "build:example": "cross-env NODE_ENV=production webpack --config example/webpack.config.js --mode production",
| "build:production": "cross-env NODE_ENV=production webpack --config webpack.config.js",
| "deploy:example": "push-dir --dir=example-dist --branch=gh-pages",
| "dev:example": "webpack-dev-server --config example/webpack.config.js --content-base example/ --mode development --host 0.0.0.0",
| "prepack": "npm run build"
| },
| "types": "dist/index.d.ts",
| "version": "0.8.0"
| }
|
|