123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "_from": "sass-loader",
- "_id": "sass-loader@14.2.1",
- "_inBundle": false,
- "_integrity": "sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==",
- "_location": "/sass-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "sass-loader",
- "name": "sass-loader",
- "escapedName": "sass-loader",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-14.2.1.tgz",
- "_shasum": "db9ad96b56dc1c1ea546101e76375d5b008fec70",
- "_spec": "sass-loader",
- "_where": "D:\\Desktop\\yelaixiangApp\\yelaixiang-h5",
- "author": {
- "name": "J. Tangelder"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/sass-loader/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "neo-async": "^2.6.2"
- },
- "deprecated": false,
- "description": "Sass loader for webpack",
- "devDependencies": {
- "@babel/cli": "^7.23.4",
- "@babel/core": "^7.24.0",
- "@babel/preset-env": "^7.24.0",
- "@commitlint/cli": "^18.4.4",
- "@commitlint/config-conventional": "^18.4.4",
- "@webpack-contrib/eslint-config-webpack": "^3.0.0",
- "babel-jest": "^29.6.2",
- "bootstrap-sass": "^3.4.1",
- "bootstrap-v4": "npm:bootstrap@^4.5.3",
- "bootstrap-v5": "npm:bootstrap@^5.0.1",
- "cross-env": "^7.0.3",
- "cspell": "^8.6.0",
- "css-loader": "^6.9.0",
- "del": "^6.1.1",
- "del-cli": "^5.1.0",
- "enhanced-resolve": "^5.15.1",
- "eslint": "^8.57.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-import": "^2.28.0",
- "file-loader": "^6.2.0",
- "foundation-sites": "^6.7.5",
- "husky": "^9.0.11",
- "jest": "^29.6.2",
- "jest-environment-node-single-context": "^29.1.0",
- "lint-staged": "^15.2.0",
- "material-components-web": "^9.0.0",
- "memfs": "^4.7.7",
- "node-sass": "^9.0.0",
- "node-sass-glob-importer": "^5.3.2",
- "npm-run-all": "^4.1.5",
- "prettier": "^3.2.2",
- "sass": "^1.71.1",
- "sass-embedded": "^1.71.1",
- "semver": "^7.5.4",
- "standard-version": "^9.3.1",
- "style-loader": "^3.3.4",
- "webpack": "^5.88.2",
- "webpack-cli": "^5.1.4",
- "webpack-dev-server": "^5.0.4"
- },
- "engines": {
- "node": ">= 18.12.0"
- },
- "files": [
- "dist"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "homepage": "https://github.com/webpack-contrib/sass-loader",
- "keywords": [
- "sass",
- "libsass",
- "webpack",
- "loader"
- ],
- "license": "MIT",
- "main": "dist/cjs.js",
- "name": "sass-loader",
- "peerDependencies": {
- "@rspack/core": "0.x || 1.x",
- "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
- "sass": "^1.3.0",
- "sass-embedded": "*",
- "webpack": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "@rspack/core": {
- "optional": true
- },
- "node-sass": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "sass-embedded": {
- "optional": true
- },
- "webpack": {
- "optional": true
- }
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack-contrib/sass-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 --cache --list-different .",
- "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
- "prebuild": "npm run clean",
- "prepare": "husky && 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:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
- "test:only": "cross-env NODE_ENV=test jest",
- "test:watch": "npm run test:only -- --watch"
- },
- "version": "14.2.1"
- }
|