UNPKG

broccoli-eyeglass

Version:
101 lines (100 loc) 2.88 kB
{ "name": "broccoli-eyeglass", "description": "Sass compiler for Broccoli with Eyeglass Integration", "version": "6.0.5", "author": "Chris Eppstein <chris@eppsteins.net>", "main": "lib/index.js", "license": "Apache-2.0", "homepage": "https://github.com/linkedin/eyeglass/tree/master/packages/broccoli-eyeglass#readme", "repository": { "type": "git", "url": "https://github.com/linkedin/eyeglass.git" }, "scripts": { "prepare": "tsc --build", "pretest": "tsc --build", "lint": "eslint --ext ts --format visualstudio .", "lintfix": "eslint --ext ts --fix .", "test": "mocha test/test_*.js", "test:mocha": "mocha test/test_*.js", "test:debug": "mocha debug test/test_*.js", "examples": "rm -rf examples/*/dist && cd examples/example-1 && broccoli build dist && cd ../example-2 && broccoli build dist" }, "files": [ "lib", "LICENSE", "NOTICE", "*.md", "src" ], "keywords": [ "broccoli-plugin", "sass", "scss", "css", "eyeglass" ], "dependencies": { "async-promise-queue": "^1.0.1", "broccoli-debug": "^0.6.5", "broccoli-merge-trees": "^3.0.0", "broccoli-plugin": "^1.2.2", "chained-emitter": "^0.1.2", "colors": "^1.3.1", "debug": "^4.1.0", "dependency-tree": "^7.0.2", "ensure-symlink": "^1.0.2", "eyeglass": "^3.0.3", "fs-extra": "^7.0.0", "fs-tree-diff": "^1.0.0", "glob": "^7.1.2", "heimdalljs": "^0.2.6", "json-stable-stringify": "^1.0.1", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.1", "lodash.sortby": "^4.7.0", "mkdirp": "^0.5.1", "sync-disk-cache": "^1.3.2", "systeminformation": "^5.3.1", "walk-sync": "^0.3.1" }, "engines": { "node": "10.* || >= 12.*" }, "types": "lib/index.d.ts", "devDependencies": { "@types/broccoli-plugin": "^1.3.0", "@types/debug": "^4.1.0", "@types/dependency-tree": "^6.1.0", "@types/fs-extra": "^5.0.5", "@types/glob": "^7.1.1", "@types/json-stable-stringify": "^1.0.32", "@types/lodash.clonedeep": "^4.5.5", "@types/lodash.merge": "^4.6.5", "@types/lodash.sortby": "^4.7.5", "@types/mkdirp": "^0.5.2", "@types/node": "^11.9.3", "@typescript-eslint/eslint-plugin": "^2.16.0", "@typescript-eslint/parser": "^2.16.0", "broccoli-cli": "^1.0.0", "broccoli-test-helper": "^2.0.0", "chai": "^4.1.2", "co": "^4.6.0", "eslint": "^5.12.1", "eslint-config-prettier": "^3.1.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-prettier": "^3.0.0", "fixturify": "^0.3.4", "mocha": "^5.2.0", "node-sass": "^4.11.0", "prettier": "^1.14.3", "rimraf": "^2.6.2", "typescript": "~3.8.0", "yarn": "1.22.5" }, "volta": { "node": "10.18.1", "yarn": "1.22.5" }, "gitHead": "42697533d00de992dd14b0ca0e5c01ea7604cf34" }