{
  "_args": [
    [
      "sass-graph@4.0.1",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "sass-graph@4.0.1",
  "_id": "sass-graph@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==",
  "_location": "/sass-graph",
  "_phantomChildren": {
    "ansi-regex": "5.0.1",
    "ansi-styles": "4.3.0",
    "escalade": "3.1.1",
    "get-caller-file": "2.0.5",
    "require-directory": "2.1.1",
    "string-width": "4.2.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sass-graph@4.0.1",
    "name": "sass-graph",
    "escapedName": "sass-graph",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/node-sass"
  ],
  "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "author": {
    "name": "xzyfer"
  },
  "bin": {
    "sassgraph": "bin/sassgraph"
  },
  "bugs": {
    "url": "https://github.com/xzyfer/sass-graph/issues"
  },
  "dependencies": {
    "glob": "^7.0.0",
    "lodash": "^4.17.11",
    "scss-tokenizer": "^0.4.3",
    "yargs": "^17.2.1"
  },
  "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.1"
}
