package.json
1.92 KB
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
{
"_from": "sass-graph@4.0.0",
"_id": "sass-graph@4.0.0",
"_inBundle": false,
"_integrity": "sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ==",
"_location": "/sass-graph",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sass-graph@4.0.0",
"name": "sass-graph",
"escapedName": "sass-graph",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/node-sass"
],
"_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.0.tgz",
"_shasum": "fff8359efc77b31213056dfd251d05dadc74c613",
"_spec": "sass-graph@4.0.0",
"_where": "C:\\Users\\tahm_\\OneDrive\\바탕 화면\\2022-1\\오픈소스\\프로젝트\\khuhub\\OSSW_Weather_Briefing2\\node_modules\\node-sass",
"author": {
"name": "xzyfer"
},
"bin": {
"sassgraph": "bin/sassgraph"
},
"bugs": {
"url": "https://github.com/xzyfer/sass-graph/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.0.0",
"lodash": "^4.17.11",
"scss-tokenizer": "^0.3.0",
"yargs": "^17.2.1"
},
"deprecated": false,
"description": "Parse sass files and extract a graph of imports",
"devDependencies": {
"assert": "^1.3.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"directories": {
"bin": "./bin"
},
"engines": {
"node": ">=12"
},
"files": [
"bin",
"parse-imports.js",
"sass-graph.js"
],
"homepage": "https://github.com/xzyfer/sass-graph#readme",
"keywords": [
"sass",
"graph"
],
"license": "MIT",
"main": "sass-graph.js",
"name": "sass-graph",
"repository": {
"type": "git",
"url": "git+https://github.com/xzyfer/sass-graph.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha"
},
"version": "4.0.0"
}