package.json
2.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_args": [
[
{
"raw": "sass-graph@^2.1.1",
"scope": null,
"escapedName": "sass-graph",
"name": "sass-graph",
"rawSpec": "^2.1.1",
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/node-sass"
]
],
"_from": "sass-graph@>=2.1.1 <3.0.0",
"_id": "sass-graph@2.1.2",
"_inCache": true,
"_location": "/sass-graph",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/sass-graph-2.1.2.tgz_1465989844219_0.33082393696531653"
},
"_npmUser": {
"name": "xzyfer",
"email": "xzyfer@gmail.com"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {
"decamelize": "1.2.0",
"get-caller-file": "1.0.2",
"lodash.assign": "4.2.0",
"os-locale": "1.4.0",
"read-pkg-up": "1.0.1",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"which-module": "1.0.0",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1"
},
"_requested": {
"raw": "sass-graph@^2.1.1",
"scope": null,
"escapedName": "sass-graph",
"name": "sass-graph",
"rawSpec": "^2.1.1",
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/node-sass"
],
"_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
"_shasum": "965104be23e8103cb7e5f710df65935b317da57b",
"_shrinkwrap": null,
"_spec": "sass-graph@^2.1.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/node-sass",
"author": {
"name": "xzyfer"
},
"bin": {
"sassgraph": "bin/sassgraph"
},
"bugs": {
"url": "https://github.com/xzyfer/sass-graph/issues"
},
"dependencies": {
"glob": "^7.0.0",
"lodash": "^4.0.0",
"yargs": "^4.7.1"
},
"description": "Parse sass files and extract a graph of imports",
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.1.0"
},
"directories": {
"bin": "./bin"
},
"dist": {
"shasum": "965104be23e8103cb7e5f710df65935b317da57b",
"tarball": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz"
},
"files": [
"bin",
"parse-imports.js",
"sass-graph.js"
],
"gitHead": "d453bbbcf1227009e28bf38998ec3603a03a3cea",
"homepage": "https://github.com/xzyfer/sass-graph#readme",
"keywords": [
"sass",
"graph"
],
"license": "MIT",
"main": "sass-graph.js",
"maintainers": [
{
"name": "lox",
"email": "lachlan@ljd.cc"
},
{
"name": "xzyfer",
"email": "xzyfer@gmail.com"
}
],
"name": "sass-graph",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/xzyfer/sass-graph.git"
},
"scripts": {
"test": "mocha ./test/test*.js"
},
"version": "2.1.2"
}