blob: 2194c165abac07fe3766d3ddd33c3bb4b0247cdc [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt-sass@^3.1.0",
3 "_id": "grunt-sass@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A==",
6 "_location": "/grunt-sass",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "grunt-sass@^3.1.0",
12 "name": "grunt-sass",
13 "escapedName": "grunt-sass",
14 "rawSpec": "^3.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.0"
17 },
18 "_requiredBy": [
19 "#DEV:/"
20 ],
21 "_resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.1.0.tgz",
22 "_shasum": "a5936cc2a80ec08092d9f31c101dc307d1e4f71c",
23 "_spec": "grunt-sass@^3.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/grunt-sass/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Compile Sass to CSS using node-sass",
36 "devDependencies": {
37 "grunt": "^1.0.3",
38 "grunt-cli": "^1.3.1",
39 "grunt-contrib-clean": "^2.0.0",
40 "grunt-contrib-nodeunit": "^2.0.0",
41 "node-sass": "^4.9.3",
42 "xo": "^0.23.0"
43 },
44 "engines": {
45 "node": ">=8"
46 },
47 "files": [
48 "tasks"
49 ],
50 "homepage": "https://github.com/sindresorhus/grunt-sass#readme",
51 "keywords": [
52 "gruntplugin",
53 "css",
54 "sass",
55 "scss",
56 "style",
57 "compile",
58 "preprocess",
59 "libsass"
60 ],
61 "license": "MIT",
62 "name": "grunt-sass",
63 "peerDependencies": {
64 "grunt": ">=1"
65 },
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/sindresorhus/grunt-sass.git"
69 },
70 "scripts": {
71 "test": "xo && grunt"
72 },
73 "version": "3.1.0"
74}