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
| {
| "_from": "js-cookie@2.2.0",
| "_id": "js-cookie@2.2.0",
| "_inBundle": false,
| "_integrity": "sha512-7YAJP/LPE/MhDjHIdfIiT665HUSumCwPN2hAmO6OJZ8V3o1mtz2HeQ8BKetEjkh+3nqGxYaq1vPMViUR8kaOXw==",
| "_location": "/js-cookie",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "js-cookie@2.2.0",
| "name": "js-cookie",
| "escapedName": "js-cookie",
| "rawSpec": "2.2.0",
| "saveSpec": null,
| "fetchSpec": "2.2.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-2.2.0.tgz",
| "_shasum": "1b2c279a6eece380a12168b92485265b35b1effb",
| "_spec": "js-cookie@2.2.0",
| "_where": "D:\\源码\\vue-element-admin-master",
| "author": {
| "name": "Klaus Hartl"
| },
| "bugs": {
| "url": "https://github.com/js-cookie/js-cookie/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A simple, lightweight JavaScript API for handling cookies",
| "devDependencies": {
| "grunt": "1.0.1",
| "grunt-compare-size": "0.4.2",
| "grunt-contrib-connect": "1.0.2",
| "grunt-contrib-jshint": "1.1.0",
| "grunt-contrib-nodeunit": "1.0.0",
| "grunt-contrib-qunit": "2.0.0",
| "grunt-contrib-uglify": "2.3.0",
| "grunt-contrib-watch": "1.0.0",
| "grunt-jscs": "3.0.1",
| "grunt-saucelabs": "9.0.0",
| "gzip-js": "0.3.2",
| "qunitjs": "1.23.1",
| "requirejs": "2.3.5"
| },
| "directories": {
| "test": "test"
| },
| "files": [
| "src/**/*.js",
| "SERVER_SIDE.md",
| "CONTRIBUTING.md"
| ],
| "homepage": "https://github.com/js-cookie/js-cookie#readme",
| "keywords": [
| "jquery-plugin",
| "cookie",
| "cookies",
| "browser",
| "amd",
| "commonjs",
| "client",
| "js-cookie",
| "browserify"
| ],
| "license": "MIT",
| "main": "src/js.cookie.js",
| "name": "js-cookie",
| "repository": {
| "type": "git",
| "url": "git://github.com/js-cookie/js-cookie.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "2.2.0"
| }
|
|