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
74
75
76
77
78
79
80
81
| {
| "_from": "driver.js@0.9.5",
| "_id": "driver.js@0.9.5",
| "_inBundle": false,
| "_integrity": "sha512-QIMRsXR+/HdN792vYdZziC2shtHuLMV/oVTsqExOP4YmKjR7wwY4l3n80SebhUcn7z8dG4aTXIhDUGQCOczPyw==",
| "_location": "/driver.js",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "driver.js@0.9.5",
| "name": "driver.js",
| "escapedName": "driver.js",
| "rawSpec": "0.9.5",
| "saveSpec": null,
| "fetchSpec": "0.9.5"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/driver.js/-/driver.js-0.9.5.tgz",
| "_shasum": "ee8a8b6a7d3a49bab6f55cb5e25055837db6cda4",
| "_spec": "driver.js@0.9.5",
| "_where": "D:\\源码\\vue-element-admin-master",
| "author": {
| "name": "Kamran Ahmed",
| "email": "kamranahmed.se@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/kamranahmedse/driver.js/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
| "devDependencies": {
| "@babel/core": "^7.2.2",
| "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
| "@babel/preset-env": "^7.3.1",
| "babel-eslint": "^10.0.1",
| "babel-loader": "^8.0.5",
| "copy-webpack-plugin": "^4.6.0",
| "css-loader": "^2.1.0",
| "cssnano": "^4.1.8",
| "eslint": "^5.13.0",
| "eslint-config-airbnb-base": "^13.1.0",
| "eslint-loader": "^2.1.2",
| "eslint-plugin-import": "^2.16.0",
| "eslint-plugin-node": "^8.0.1",
| "extract-loader": "^3.1.0",
| "extract-text-webpack-plugin": "next",
| "file-loader": "^3.0.1",
| "gh-pages": "^2.0.1",
| "html-webpack-plugin": "^3.2.0",
| "node-sass": "^4.11.0",
| "opn": "^5.4.0",
| "optimize-css-assets-webpack-plugin": "^5.0.1",
| "postcss-loader": "^3.0.0",
| "sass-loader": "^7.1.0",
| "style-loader": "^0.23.1",
| "webpack": "^4.29.2",
| "webpack-cli": "^3.2.3",
| "webpack-dev-server": "^3.1.14"
| },
| "homepage": "https://github.com/kamranahmedse/driver.js#readme",
| "license": "MIT",
| "main": "dist/driver.min.js",
| "name": "driver.js",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/kamranahmedse/driver.js.git"
| },
| "scripts": {
| "build": "webpack --config config/webpack.config.prod.js",
| "build-demo": "NODE_ENV=production webpack --config config/webpack.config.demo.js",
| "deploy-demo": "NODE_DEBUG=gh-pages gh-pages -d dist/demo",
| "start": "node server.js"
| },
| "types": "types/index.d.ts",
| "version": "0.9.5"
| }
|
|