UNPKG

stylus-loader

Version:
106 lines (105 loc) 3.16 kB
{ "name": "stylus-loader", "version": "8.1.3", "description": "Stylus loader for webpack", "keywords": [ "webpack", "loader", "stylus" ], "homepage": "https://github.com/webpack/stylus-loader", "bugs": "https://github.com/webpack/stylus-loader/issues", "repository": "webpack/stylus-loader", "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "license": "MIT", "author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)", "main": "dist/cjs.js", "files": [ "dist" ], "scripts": { "start": "npm run build -- -w", "clean": "del-cli dist", "prebuild": "npm run clean", "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "commitlint": "commitlint --from=main", "security": "npm audit --production", "lint:prettier": "prettier --cache --list-different .", "lint:code": "eslint --cache .", "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"", "lint": "npm-run-all -l -p \"lint:**\"", "fix:code": "npm run lint:code -- --fix", "fix:prettier": "npm run lint:prettier -- --write", "fix": "npm-run-all -l fix:code fix:prettier", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "pretest": "npm run lint", "test": "npm run test:coverage", "prepare": "husky && npm run build", "release": "standard-version" }, "dependencies": { "fast-glob": "^3.3.2", "normalize-path": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.32.0", "@eslint/markdown": "^7.0.0", "@stylistic/eslint-plugin": "^5.2.2", "benchmark": "^2.1.4", "bootstrap-styl": "^5.0.9", "cross-env": "^7.0.3", "cspell": "^8.10.0", "css-loader": "^7.1.2", "del": "^7.1.0", "del-cli": "^5.1.0", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-config-webpack": "^4.4.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsdoc": "^51.4.1", "eslint-plugin-n": "^17.21.0", "eslint-plugin-prettier": "^5.5.3", "eslint-plugin-unicorn": "^60.0.0", "globals": "^16.3.0", "husky": "^9.1.3", "jest": "^30.0.0", "lint-staged": "^15.2.7", "memfs": "^4.9.3", "nib": "^1.1.2", "npm-run-all": "^4.1.5", "prettier": "^3.3.2", "raw-loader": "^4.0.2", "standard-version": "^9.3.2", "style-loader": "^4.0.0", "stylus": "^0.64.0", "typescript-eslint": "^8.38.0", "webpack": "^5.101.0" }, "peerDependencies": { "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "stylus": ">=0.52.4", "webpack": "^5.0.0" }, "peerDependenciesMeta": { "@rspack/core": { "optional": true }, "webpack": { "optional": true } }, "engines": { "node": ">= 18.12.0" } }