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": "watch-size@^2.0.0",
| "_id": "watch-size@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-M92R89dNoTPWyCD+HuUEDdhaDnh9jxPGOwlDc0u51jAgmjUvzqaEMynXSr3BaWs+QdHYk4KzibPy1TFtjLmOZQ==",
| "_location": "/watch-size",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "watch-size@^2.0.0",
| "name": "watch-size",
| "escapedName": "watch-size",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/@riophae/vue-treeselect"
| ],
| "_resolved": "https://registry.npmjs.org/watch-size/-/watch-size-2.0.0.tgz",
| "_shasum": "096ee28d0365bd7ea03d9c8bf1f2f50a73be1474",
| "_spec": "watch-size@^2.0.0",
| "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\node_modules\\@riophae\\vue-treeselect",
| "author": {
| "name": "Jonathan Neal",
| "email": "jonathantneal@hotmail.com"
| },
| "bugs": {
| "url": "https://github.com/jonathantneal/watch-size/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Watch the size changes of a DOM element",
| "devDependencies": {
| "babel-core": "^6.26.3",
| "babel-eslint": "^8.2.6",
| "babel-preset-env": "^1.7.0",
| "eslint": "^5.2.0",
| "eslint-config-dev": "^2.0.0",
| "pre-commit": "^1.2.2",
| "rollup": "^0.63.4",
| "rollup-plugin-babel": "^3.0.7",
| "rollup-plugin-uglify-es": "0.0.1"
| },
| "eslintConfig": {
| "extends": "dev",
| "parser": "babel-eslint"
| },
| "files": [
| "index.cjs.js",
| "index.es.mjs"
| ],
| "homepage": "https://github.com/jonathantneal/watch-size#readme",
| "keywords": [
| "dark",
| "mode",
| "modes",
| "light",
| "interface",
| "css",
| "media",
| "query",
| "queries"
| ],
| "license": "CC0-1.0",
| "main": "index.cjs.js",
| "module": "index.es.mjs",
| "name": "watch-size",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jonathantneal/watch-size.git"
| },
| "scripts": {
| "prepublishOnly": "npm test",
| "pretest": "rollup -c .rollup.js --silent",
| "test": "echo 'Running tests...'; npm run test:js",
| "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet"
| },
| "version": "2.0.0"
| }
|
|