{ "_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": {}, "_requested": { "type": "range", "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", "_shasum": "2ff8ca477224d694055bf4093f414cf6cfad1d2e", "_spec": "sass-graph@^4.0.1", "_where": "G:\\项目\\mobile\\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.4.3", "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.1" }