| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_args": [
- [
- "sass-loader@7.2.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "sass-loader@7.2.0",
- "_id": "sass-loader@7.2.0",
- "_inBundle": false,
- "_integrity": "sha512-h8yUWaWtsbuIiOCgR9fd9c2lRXZ2uG+h8Dzg/AGNj+Hg/3TO8+BBAW9mEP+mh8ei+qBKqSJ0F1FLlYjNBc61OA==",
- "_location": "/sass-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sass-loader@7.2.0",
- "name": "sass-loader",
- "escapedName": "sass-loader",
- "rawSpec": "7.2.0",
- "saveSpec": null,
- "fetchSpec": "7.2.0"
- },
- "_requiredBy": [
- "/@angular-devkit/build-angular"
- ],
- "_resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.2.0.tgz",
- "_spec": "7.2.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "J. Tangelder"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/sass-loader/issues"
- },
- "commitlint": {
- "extends": [
- "@commitlint/config-conventional"
- ]
- },
- "dependencies": {
- "clone-deep": "^4.0.1",
- "loader-utils": "^1.0.1",
- "neo-async": "^2.5.0",
- "pify": "^4.0.1",
- "semver": "^5.5.0"
- },
- "description": "Sass loader for webpack",
- "devDependencies": {
- "@commitlint/cli": "^7.2.1",
- "@commitlint/config-conventional": "^7.1.2",
- "@webpack-contrib/eslint-config-webpack": "^3.0.0",
- "bootstrap-sass": "^3.3.5",
- "chokidar": "^2.1.6",
- "css-loader": "^2.0.0",
- "eslint": "^5.10.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-jsdoc": "^4.4.3",
- "eslint-plugin-prettier": "^3.0.0",
- "file-loader": "^3.0.1",
- "husky": "^1.2.0",
- "lint-staged": "^8.1.0",
- "mocha": "^6.0.2",
- "mock-require": "^3.0.1",
- "node-sass": "^4.5.0",
- "nyc": "^13.1.0",
- "prettier": "^1.15.2",
- "raw-loader": "^1.0.0",
- "sass": "^1.3.0",
- "should": "^13.2.3",
- "standard-version": "^5.0.2",
- "style-loader": "^0.23.1",
- "webpack": "^4.5.0",
- "webpack-cli": "^3.1.0",
- "webpack-dev-server": "^3.1.4",
- "webpack-merge": "^4.0.0"
- },
- "engines": {
- "node": ">= 6.9.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/webpack-contrib/sass-loader",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "sass",
- "libsass",
- "webpack",
- "loader"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ]
- },
- "main": "lib/loader.js",
- "name": "sass-loader",
- "peerDependencies": {
- "webpack": "^3.0.0 || ^4.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack-contrib/sass-loader.git"
- },
- "scripts": {
- "appveyor:test": "npm test",
- "create-spec": "node test/tools/runCreateSpec.js",
- "lint": "eslint lib test",
- "posttest": "npm run lint",
- "pretest": "npm run create-spec",
- "release": "standard-version",
- "test": "nyc mocha -R spec -t 10000",
- "test-bootstrap-sass": "webpack-dev-server --config test/bootstrapSass/webpack.config.js --content-base ./test/bootstrapSass",
- "test-extract-text": "webpack --config test/extractText/webpack.config.js",
- "test-hmr": "webpack-dev-server --config test/hmr/webpack.config.js --content-base ./test/hmr --hot --inline",
- "test-source-map": "webpack-dev-server --config test/sourceMap/webpack.config.js --content-base ./test/sourceMap --inline",
- "test-watch": "webpack --config test/watch/webpack.config.js",
- "travis:coverage": "npm run test",
- "travis:lint": "npm run lint && npm run travis:lint:commits",
- "travis:lint:commits": "commitlint --from=${TRAVIS_BRANCH} --to=${TRAVIS_COMMIT}",
- "travis:test": "npm run test"
- },
- "version": "7.2.0"
- }
|