Initial commit
[yaffs-website] / node_modules / sass-graph / package.json
1 {
2   "_args": [
3     [
4       "sass-graph@^2.1.1",
5       "/var/www/yaffs/node_modules/node-sass"
6     ]
7   ],
8   "_from": "sass-graph@>=2.1.1 <3.0.0",
9   "_id": "sass-graph@2.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/sass-graph",
13   "_nodeVersion": "5.10.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/sass-graph-2.1.2.tgz_1465989844219_0.33082393696531653"
17   },
18   "_npmUser": {
19     "email": "xzyfer@gmail.com",
20     "name": "xzyfer"
21   },
22   "_npmVersion": "3.8.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "sass-graph",
26     "raw": "sass-graph@^2.1.1",
27     "rawSpec": "^2.1.1",
28     "scope": null,
29     "spec": ">=2.1.1 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/node-sass"
34   ],
35   "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
36   "_shasum": "965104be23e8103cb7e5f710df65935b317da57b",
37   "_shrinkwrap": null,
38   "_spec": "sass-graph@^2.1.1",
39   "_where": "/var/www/yaffs/node_modules/node-sass",
40   "author": {
41     "name": "xzyfer"
42   },
43   "bin": {
44     "sassgraph": "bin/sassgraph"
45   },
46   "bugs": {
47     "url": "https://github.com/xzyfer/sass-graph/issues"
48   },
49   "dependencies": {
50     "glob": "^7.0.0",
51     "lodash": "^4.0.0",
52     "yargs": "^4.7.1"
53   },
54   "description": "Parse sass files and extract a graph of imports",
55   "devDependencies": {
56     "assert": "^1.3.0",
57     "mocha": "^2.1.0"
58   },
59   "directories": {
60     "bin": "./bin"
61   },
62   "dist": {
63     "shasum": "965104be23e8103cb7e5f710df65935b317da57b",
64     "tarball": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz"
65   },
66   "files": [
67     "bin",
68     "parse-imports.js",
69     "sass-graph.js"
70   ],
71   "gitHead": "d453bbbcf1227009e28bf38998ec3603a03a3cea",
72   "homepage": "https://github.com/xzyfer/sass-graph#readme",
73   "keywords": [
74     "graph",
75     "sass"
76   ],
77   "license": "MIT",
78   "main": "sass-graph.js",
79   "maintainers": [
80     {
81       "name": "lox",
82       "email": "lachlan@ljd.cc"
83     },
84     {
85       "name": "xzyfer",
86       "email": "xzyfer@gmail.com"
87     }
88   ],
89   "name": "sass-graph",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/xzyfer/sass-graph.git"
95   },
96   "scripts": {
97     "test": "mocha ./test/test*.js"
98   },
99   "version": "2.1.2"
100 }