UNPKG

eyeglass

Version:
98 lines (97 loc) 2.65 kB
{ "name": "eyeglass", "description": "Sass modules for npm.", "version": "3.0.3", "author": { "name": "The eyeglass team and contributors", "url": "https://github.com/linkedin/eyeglass/graphs/contributors" }, "engines": { "node": "10.* || >= 12.*" }, "license": "Apache-2.0", "main": "lib/index.js", "homepage": "https://github.com/linkedin/eyeglass/tree/master/packages/eyeglass#readme", "README": "README.md", "scripts": { "prepare": "tsc", "pretest": "tsc", "lint": "eslint --ext ts --format visualstudio .", "lintfix": "eslint --ext ts --fix .", "test": "mocha --require source-map-support/register test/**/test_*.js", "coverage": "tsc && nyc --reporter=text --check-coverage --lines statements --lines 95 --functions 95 --branches 95 mocha test/**/test_*.js" }, "repository": { "type": "git", "url": "https://github.com/linkedin/eyeglass.git" }, "keywords": [ "sass", "eyeglass-module" ], "types": "lib/index.d.ts", "eyeglass": { "exports": "lib/eyeglass-exports", "needs": "*" }, "dependencies": { "archy": "^1.0.0", "debug": "^4.1.0", "ensure-symlink": "^1.0.2", "fs-extra": "^7.0.0", "glob": "^7.1.0", "heimdalljs": "^0.2.6", "json-stable-stringify": "^1.0.1", "lodash.includes": "^4.3.0", "lodash.merge": "^4.6.1", "lru-cache": "^5.1.1", "node-sass-utils": "^1.1.3", "semver": "^5.6.0" }, "devDependencies": { "@types/archy": "0.0.31", "@types/deasync": "^0.1.0", "@types/debug": "0.0.31", "@types/fs-extra": "^5.0.4", "@types/glob": "^7.1.1", "@types/json-stable-stringify": "^1.0.32", "@types/lodash.includes": "^4.3.4", "@types/lodash.merge": "^4.6.4", "@types/lru-cache": "^5.1.0", "@types/node": "^10.7.1", "@types/node-sass": "^4.11.0", "@types/package-json": "^5.0.0", "@types/semver": "^5.5.0", "@typescript-eslint/eslint-plugin": "^2.16.0", "@typescript-eslint/parser": "^2.16.0", "deasync": "^0.1.19", "eslint": "^5.12.1", "grunt": "^1.0.3", "grunt-release": "^0.14.0", "handlebars": "^4.0.12", "mocha": "^5.2.0", "node-sass": "^4.0.0 || ^3.10.1", "nyc": "^13.1.0", "proxyquire": "^2.1.3", "sass": "^1.26.3", "should": "^13.2.3", "source-map-support": "^0.5.10", "ts-node": "^7.0.1", "typescript": "~3.8.0", "yarn": "1.22.5" }, "files": [ "lib", "src", "sass", "*.md", "LICENSE", "NOTICE", "CHANGELOG.md" ], "volta": { "node": "10.18.1", "yarn": "1.22.5" }, "gitHead": "42697533d00de992dd14b0ca0e5c01ea7604cf34" }