liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "sass@1.54.2",
  "_id": "sass@1.54.2",
  "_inBundle": false,
  "_integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
  "_location": "/sass",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sass@1.54.2",
    "name": "sass",
    "escapedName": "sass",
    "rawSpec": "1.54.2",
    "saveSpec": null,
    "fetchSpec": "1.54.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
  "_shasum": "574cad83814c930ef2475921b9cb5d8203ae8867",
  "_spec": "sass@1.54.2",
  "_where": "/home/l/plc/node-red",
  "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",
    "immutable": "^4.0.0",
    "source-map-js": ">=0.6.2 <2.0.0"
  },
  "deprecated": false,
  "description": "A pure JavaScript implementation of Sass.",
  "engines": {
    "node": ">=12.0.0"
  },
  "exports": {
    "types": "./types/index.d.ts",
    "default": "./sass.default.dart.js"
  },
  "homepage": "https://github.com/sass/dart-sass",
  "keywords": [
    "style",
    "scss",
    "sass",
    "preprocessor",
    "css"
  ],
  "license": "MIT",
  "main": "sass.default.dart.js",
  "name": "sass",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sass/dart-sass.git"
  },
  "types": "types/index.d.ts",
  "version": "1.54.2"
}