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
| {
| "_from": "sass@1.32.13",
| "_id": "sass@1.32.13",
| "_inBundle": false,
| "_integrity": "sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==",
| "_location": "/sass",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "sass@1.32.13",
| "name": "sass",
| "escapedName": "sass",
| "rawSpec": "1.32.13",
| "saveSpec": null,
| "fetchSpec": "1.32.13"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/sass/-/sass-1.32.13.tgz",
| "_shasum": "8d29c849e625a415bce71609c7cf95e15f74ed00",
| "_spec": "sass@1.32.13",
| "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
| "author": {
| "name": "Natalie Weizenbaum",
| "email": "nweiz@google.com",
| "url": "https://github.com/nex3"
| },
| "bin": {
| "sass": "sass.js"
| },
| "bugs": {
| "url": "https://github.com/sass/dart-sass/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chokidar": ">=3.0.0 <4.0.0"
| },
| "deprecated": false,
| "description": "A pure JavaScript implementation of Sass.",
| "engines": {
| "node": ">=8.9.0"
| },
| "homepage": "https://github.com/sass/dart-sass",
| "keywords": [
| "style",
| "scss",
| "sass",
| "preprocessor",
| "css"
| ],
| "license": "MIT",
| "main": "sass.dart.js",
| "name": "sass",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sass/dart-sass.git"
| },
| "version": "1.32.13"
| }
|
|