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
69
70
71
72
73
74
{
  "_from": "grunt-sass@~3.1.0",
  "_id": "grunt-sass@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A==",
  "_location": "/grunt-sass",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-sass@~3.1.0",
    "name": "grunt-sass",
    "escapedName": "grunt-sass",
    "rawSpec": "~3.1.0",
    "saveSpec": null,
    "fetchSpec": "~3.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.1.0.tgz",
  "_shasum": "a5936cc2a80ec08092d9f31c101dc307d1e4f71c",
  "_spec": "grunt-sass@~3.1.0",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/grunt-sass/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Compile Sass to CSS using node-sass",
  "devDependencies": {
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.1",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "node-sass": "^4.9.3",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/sindresorhus/grunt-sass#readme",
  "keywords": [
    "gruntplugin",
    "css",
    "sass",
    "scss",
    "style",
    "compile",
    "preprocess",
    "libsass"
  ],
  "license": "MIT",
  "name": "grunt-sass",
  "peerDependencies": {
    "grunt": ">=1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/grunt-sass.git"
  },
  "scripts": {
    "test": "xo && grunt"
  },
  "version": "3.1.0"
}