feige
2025-05-06 850618a035d9999cf60d77dafd6da8a09f36a1fe
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "_from": "js-cookie@3.0.1",
  "_id": "js-cookie@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==",
  "_location": "/js-cookie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-cookie@3.0.1",
    "name": "js-cookie",
    "escapedName": "js-cookie",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.1.tgz",
  "_shasum": "9e39b4c6c2f56563708d7d31f6f5f21873a92414",
  "_spec": "js-cookie@3.0.1",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "author": {
    "name": "Klaus Hartl"
  },
  "browser": "dist/js.cookie.js",
  "bugs": {
    "url": "https://github.com/js-cookie/js-cookie/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple, lightweight JavaScript API for handling cookies",
  "devDependencies": {
    "browserstack-runner": "^0.9.0",
    "eslint": "^7.31.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-markdown": "^2.2.0",
    "eslint-plugin-promise": "^5.1.0",
    "grunt": "^1.0.4",
    "grunt-compare-size": "^0.4.2",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-nodeunit": "^3.0.0",
    "grunt-contrib-qunit": "^3.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exec": "^3.0.0",
    "gzip-js": "^0.3.2",
    "prettier": "^2.3.2",
    "qunit": "^2.9.3",
    "release-it": "^14.10.0",
    "rollup": "^2.0.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-license": "^2.5.0",
    "rollup-plugin-terser": "^7.0.2",
    "standard": "^16.0.3"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    ".": {
      "import": "./dist/js.cookie.mjs",
      "require": "./dist/js.cookie.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "index.js",
    "dist/**/*"
  ],
  "homepage": "https://github.com/js-cookie/js-cookie#readme",
  "jsdelivr": "dist/js.cookie.min.js",
  "keywords": [
    "cookie",
    "cookies",
    "browser",
    "amd",
    "commonjs",
    "client",
    "js-cookie",
    "browserify"
  ],
  "license": "MIT",
  "module": "dist/js.cookie.mjs",
  "name": "js-cookie",
  "repository": {
    "type": "git",
    "url": "git://github.com/js-cookie/js-cookie.git"
  },
  "scripts": {
    "dist": "rm -rf dist/* && rollup -c",
    "format": "grunt exec:format",
    "release": "release-it",
    "test": "grunt test"
  },
  "unpkg": "dist/js.cookie.min.js",
  "version": "3.0.1"
}