123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "sass-graph@2.2.5",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_development": true,
- "_from": "sass-graph@2.2.5",
- "_id": "sass-graph@2.2.5",
- "_inBundle": false,
- "_integrity": "sha1-qYHIdEa4MZ2W3OBnHkh4eb0kwug=",
- "_location": "/sass-graph",
- "_phantomChildren": {
- "ansi-regex": "4.1.0",
- "ansi-styles": "3.2.1",
- "decamelize": "1.2.0",
- "get-caller-file": "2.0.5",
- "p-limit": "2.3.0",
- "require-directory": "2.1.1",
- "require-main-filename": "2.0.0",
- "set-blocking": "2.0.0",
- "which-module": "2.0.0",
- "y18n": "4.0.3"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sass-graph@2.2.5",
- "name": "sass-graph",
- "escapedName": "sass-graph",
- "rawSpec": "2.2.5",
- "saveSpec": null,
- "fetchSpec": "2.2.5"
- },
- "_requiredBy": [
- "/node-sass"
- ],
- "_resolved": "https://registry.nlark.com/sass-graph/download/sass-graph-2.2.5.tgz",
- "_spec": "2.2.5",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "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",
- "scss-tokenizer": "^0.2.3",
- "yargs": "^13.3.2"
- },
- "description": "Parse sass files and extract a graph of imports",
- "devDependencies": {
- "assert": "^1.3.0",
- "chai": "^3.5.0",
- "coveralls": "^2.13.0",
- "mocha": "^3.2.0",
- "nyc": "^10.2.0"
- },
- "directories": {
- "bin": "./bin"
- },
- "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": "2.2.5"
- }
|