{ "_from": "stylus-loader@7.1.3", "_id": "stylus-loader@7.1.3", "_inBundle": false, "_integrity": "sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==", "_location": "/stylus-loader", "_phantomChildren": { "@nodelib/fs.walk": "1.2.8", "glob-parent": "5.1.2", "merge2": "1.4.1", "picomatch": "2.3.1" }, "_requested": { "type": "version", "registry": true, "raw": "stylus-loader@7.1.3", "name": "stylus-loader", "escapedName": "stylus-loader", "rawSpec": "7.1.3", "saveSpec": null, "fetchSpec": "7.1.3" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-7.1.3.tgz", "_shasum": "1fdfa0d34e8c05a569bc0902e1ecdb857d764964", "_spec": "stylus-loader@7.1.3", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail", "author": { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "url": "http://dontkry.com" }, "bugs": { "url": "https://github.com/webpack-contrib/stylus-loader/issues" }, "bundleDependencies": false, "dependencies": { "fast-glob": "^3.2.12", "normalize-path": "^3.0.0" }, "deprecated": false, "description": "Stylus loader for webpack", "devDependencies": { "@babel/cli": "^7.21.5", "@babel/core": "^7.22.1", "@babel/eslint-parser": "^7.21.8", "@babel/preset-env": "^7.22.4", "@commitlint/cli": "^17.6.5", "@commitlint/config-conventional": "^17.6.5", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^29.5.0", "benchmark": "^2.1.4", "bootstrap-styl": "^5.0.9", "cross-env": "^7.0.3", "cspell": "^6.31.1", "css-loader": "^6.8.1", "del": "^6.1.1", "del-cli": "^4.0.1", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "husky": "^8.0.3", "jest": "^29.5.0", "lint-staged": "^13.2.2", "memfs": "^3.5.1", "nib": "^1.1.2", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "raw-loader": "^4.0.2", "standard-version": "^9.3.2", "style-loader": "^3.3.3", "stylus": "^0.57.0", "webpack": "^5.85.0" }, "engines": { "node": ">= 14.15.0" }, "files": [ "dist" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "homepage": "https://github.com/webpack-contrib/stylus-loader", "keywords": [ "webpack", "loader", "stylus" ], "license": "MIT", "main": "dist/cjs.js", "name": "stylus-loader", "peerDependencies": { "stylus": ">=0.52.4", "webpack": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/stylus-loader.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "clean": "del-cli dist", "commitlint": "commitlint --from=master", "fix": "npm-run-all -l fix:js fix:prettier", "fix:js": "npm run lint:js -- --fix", "fix:prettier": "npm run lint:prettier -- --write", "lint": "npm-run-all -l -p \"lint:**\"", "lint:js": "eslint --cache .", "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", "lint:spelling": "cspell \"**/*.*\"", "prebuild": "npm run clean", "prepare": "husky install && npm run build", "pretest": "npm run lint", "release": "standard-version", "security": "npm audit --production", "start": "npm run build -- -w", "test": "npm run test:coverage", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch" }, "version": "7.1.3" }