package.json 1.92 KB
{
  "_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"
}