{"_id":"stylelint-sass-render-errors","_rev":"21-478f7fe12b609f956e5be86a7b9a8cee","name":"stylelint-sass-render-errors","dist-tags":{"latest":"4.2.0"},"versions":{"1.0.0":{"name":"stylelint-sass-render-errors","version":"1.0.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@1.0.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"953400fb797320bd334628376f632c429cb04c2d","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-1.0.0.tgz","fileCount":14,"integrity":"sha512-tD5ooLzD0bOMkfuerQ6pb3KgNzaUhVFEzZgMZr9F4nzDtrHk+cDNc9dTahVWYdxR1MYmNa9G96ccXi800CUB5A==","signatures":[{"sig":"MEYCIQDEkYuOHFMj65NcEwRtF17+4X9TZZNQQFKprbaXjJmOLgIhAPj1wqqaBPpjV7BNg0tCpZXOKarBCRKxVmvk7V+1rFod","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL1K9CRA9TVsSAnZWagAA4oUP/0J43wKuyVGvNbTNumRa\n+CrHVBU6mNPqi3ZI8h+diwPDJmJdoTK+u2K7SMVj7YRwUNfYX9gpP7zzcA5o\nTV7AI2jP0K4ylnw4RlJjPHAPD/+Q94vamSMUbgO9Q+P6PPLLuk31oL0+MqqT\nQdbHeGpcu3t97/YLDdkKmNAyAcw3QBzc3tOhiR3h58opjJ/T37qwpk0J+5/t\nmZ5tpBSs84OTKXS0raRwV1xS4qAVLF7E7DQkeL8iJuqtyEFpRheIw0DNRWm4\n4vXI1SZVbcCa7VRfw0coY6cVLq3ZPvZFIgxkAP0eTTAkI3EmPzj/70x1+rVy\n0iGo8IQD8ue6VJ2qtEeDWFV9kwtdbmmjrEJP/r8g9i3t/fyf43NsKFp6FqpT\nzyB2NjROA8ot/tTiwln3A09QKxvs5o+koO8pIr/3DdHKhpJgA1CxgGCWToYk\nFsvicrbAqPcrj5fdEt+gmPHMjGy/Jk/8nlC/tEwTZCr25a+UlAl7OVRVrXt6\nSM8gLCExCKa8AK7+GQ1amdZDu7SP4/CbW+68iI+TcUxsJJvJPEzVoasIQYC9\na9en7p/N/VA3fqsCsW4JlTgenkUJZekKqIGCC+wjllR1DC50YOUEXPmxWlhQ\nYFGEWxh5txBZCi+nkOQrPYklnZKmu36hPIA/kUey5SLBg8asn8V38CbmA29k\nYE6K\r\n=lBg2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=10"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"c4e503e3899ab7ff87c2b7455bdca541cfea16f2","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"([ -z $WATCH_TEST ] && npm run lint || echo) && BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","test:watch":"WATCH_TEST=1 nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"export PATH=$(head .node):$PATH; rm -rf .node && node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build && npm run lint:types && npm run module-check","premodule-check":"[[ $(uname -m) == arm64 && $(which brew) && -f \"$(brew --prefix nvm)/nvm.sh\" ]] && source \"$(brew --prefix nvm)/nvm.sh\" || true && nvm use 16 || true && echo $(dirname $(which node)) > .node"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"6.14.14","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"12.22.5","dependencies":{"ajv":"^8.6.2","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","sass-render-errors":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.1.2","stylelint":"^13.13.1","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_1.0.0_1630491325589_0.4209792898311566","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"stylelint-sass-render-errors","version":"1.1.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@1.1.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"ad53ae60c2bf2ed70383859191968bd3f008137d","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-1.1.0.tgz","fileCount":14,"integrity":"sha512-5Nx2FHbxJDhT36lqS3tHlJRbXYNsJPVJLWiZe67G7T1WGK983bXMSbaaQEA8jZfuGLwzv/EEm1SmGJL1+4rmLA==","signatures":[{"sig":"MEQCIGIRApGhrMDzuIXi6mkLTDvagTb81KO4o6gODuGxMHqXAiBBxasprsi2Zu0ocjrm9YIjqWRRcPyUhRqhepv4hExeDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNhBsCRA9TVsSAnZWagAAMtkP+wcepmZe7FNcIfQ1ILp8\ny37SqeXWzpZPcbKZfbOGwc+KSuStB2VjwRQ9wG8Hhd1mNXV74d2IqtHOCZmI\nzi01Fdxz+XJpU+mFfVF/j9W0mXEd+jvk26A7McLx1zhxcmmPiymzBPyUoWqs\nBHAo5FGNmKwImABEMmCrFBOdGMZTYWoJCoKK98QLrA+WtiMD+uc8Y5td2dp8\nZT5mKby5tS43XhLB7FIlHf2eh5AxMB8oMP9SLDfX/RgVbwwyXen+emSihorb\nDUHlRgwf4Cs/qCmGo5Sid/zSLjh6uOeMQ4HUzcM1HBFLdBzIoOaOglZghf4m\nOQAP7A9kuO5MS3pKy3tJAnXPqfxwHi+OCd4XZDfTB/NGjrglHJBLIV742auv\n/x61kxSfBhfYfeW/OTFxwY5VyoAe4btbZjtkJTpWETYtACu3BfX8qxF8sRws\nU66guDso9YuiF6MHA1+BtGbAX3SfpzW8EUoynJIuFLrmuIJ87CyaveMGjS9p\nnyG/Ehvoqqwigj8cDyh5WFaXWopMVPnhkTOEkYdp06gZdau3IFXs9ni3zFZQ\n3HHhtW8zVszcCM6ffmga/QLQ0QBkgFShzqd2kpgBDIbcNIoQYAVZFYVTx5Ma\nZVsK114fFl+f3OTXxBzsb6v6jYxAphtMo8cr94SNFEX+Q6H5qP0YF3kUNKzd\ndTe7\r\n=ONkt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=10"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"107b306599c70929e08b0ab528d30146439ea2da","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"([ -z $WATCH_TEST ] && npm run lint || echo) && BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","test:watch":"WATCH_TEST=1 nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"export PATH=$(head .node):$PATH; rm -rf .node && node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build && npm run lint:types && npm run module-check","premodule-check":"[[ $(uname -m) == arm64 && $(which brew) && -f \"$(brew --prefix nvm)/nvm.sh\" ]] && source \"$(brew --prefix nvm)/nvm.sh\" || true && nvm use 16 || true && echo $(dirname $(which node)) > .node"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"6.14.14","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"12.22.5","dependencies":{"ajv":"^8.6.2","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","sass-render-errors":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.1.2","stylelint":"^13.13.1","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_1.1.0_1630933100824_0.45651736084204453","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"stylelint-sass-render-errors","version":"2.0.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@2.0.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"634cec84a141de0ee957798b3e4565119ffc2a9f","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-2.0.0.tgz","fileCount":14,"integrity":"sha512-UO7mT0/uSovEUiAjZsTiI8t2uN+Q05+o7TUCsajY9bsHq7UpXEjtS8bjNwtiegWJlmF6pITE3OrOKAN4tyFdoQ==","signatures":[{"sig":"MEQCICH16T8JeJqQHccQvSJt0CJOIkh4lp+e8lWcu/Lvqj1bAiAT3zc0n6qHck5IA7xIikHfx4vD8vQXJRk5C8Ert7KH+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOH2PCRA9TVsSAnZWagAAK70P/iLNmj/ANMVX5QtFT2Op\nSqEI0HO5/l8cToneuSH0K+c9pECosusllPb++YYC5ubw3N0WHGdpdJn87mEb\nH9Z98/1T8r126NUH9hIPlA3unJDZ90s+KQ83b1qSAxFm4PeAci+4+CCJbd3y\naUnwNBlzfmyq/uMp1v8FHGf16arPI/pM9LMsK6HPtA5Ulr4lkoHCdlOGq0Pk\nHR9FZhxKyEj6gAJvqms6fZL2VZa44PD6tuB5amBxAhkBIF9M+fYb2MLzSM7u\nMFfMLVIF70H0v/jfBVxzNjUuMTxI8+VluWRredI5JwQcPa3pVFp8ZSwUAnHm\nfdp7yp+mR83nipqNABcTqhjKMsEBJtdRXwzGopht4ybbTfp6KSprtOmWQC/m\n48zDfjSHcFBT/Jem1V1Cp6s3CfeO+GMBS2zUqDXGI+WOQjvtWBoNnusuD2+b\n9GQG80oS85XcS5P+80SmkQPN68bZMFb8YmwzhiC5bSMOMwHOVbwKBdQumxIo\nUXHg8lyzwyJAd37sJVvlXfC0rXM2Fs5wAtgmXf8+X4n+ieol/B/Ih86In9Nr\nAmvzLW2NuEA11TRr4eq8PPXmMUm/1ErRcy7AhAWjv9SPl7SjEeA1qQLaj9D0\ng8rOdQTl1e+KBbRvyQjxlzndgQiVkWJCSXzBDPUcJvTyJ266sMvt3JDfOE8m\nRtE2\r\n=7fLk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=10"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"86c45ff0290b56c296da15af6c22c4ecee50ad53","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"([ -z $WATCH_TEST ] && npm run lint || echo) && BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","test:watch":"WATCH_TEST=1 nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"export PATH=$(head .node):$PATH; rm -rf .node && node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build && npm run lint:types && npm run module-check","premodule-check":"[[ $(uname -m) == arm64 && $(which brew) && -f \"$(brew --prefix nvm)/nvm.sh\" ]] && source \"$(brew --prefix nvm)/nvm.sh\" || true && nvm use 16 || true && echo $(dirname $(which node)) > .node"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"6.14.14","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"12.22.5","dependencies":{"ajv":"^8.6.2","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","sass-render-errors":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.1.2","stylelint":"^13.13.1","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_2.0.0_1631092111246_0.46496003104424055","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"stylelint-sass-render-errors","version":"2.0.1","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@2.0.1","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"ed51036eff8a4dafbc41e110a5dfdcb783734239","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-2.0.1.tgz","fileCount":14,"integrity":"sha512-lOIF0VqX7jJZDKxGSFoxxcw5dV75243OPMh+a9w0FQUUHybfEMSCeT/4qD3UCe00NjVzPY2V4jX2FLxnRtDT4w==","signatures":[{"sig":"MEUCIQCzc3gl1OA25lMx6DxdSlRKy+jIWXfe+nwnGRutwQvPigIgJziiEJt2XE9HtF3QxXllL2776eno/eKGM9ZSI7xGREI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOc6FCRA9TVsSAnZWagAAn/QP+wUBuebgVsdiwMKqZ/GX\nQSwFAxGJYc61Y5UKYBJ2gcSf8FipfYodmXQeNQMeBCMzjIGsWvUK1F7SQD0W\no2jATInehXepl7Zzi8OxEUz2x1cZSE6zDRWwAcqtQr6fvqc1xCIWs6xbt2Ny\nMAP8ha9bPO0soqmkah3WJUCu2bgZjYe1Dl6oc0P+PLz9DvtKiRhmcAnn0SXL\nRAFdPBmAeyCykmZyDVOSe20IkuVDIF4HVjxzYc3TLErCsnj2e6O4aUNDoMqn\n0E70FwVcgE5gaabwG2dQpBFZs+zOaOma00bUVyC0z0deJ/51Zb7us3+nk0Fm\ntKOZv+u4j9OzhTxZzTIRmrIvmHW4UMIkxo1Ddbq4+TORqzo4MknwFRRaOBYf\nClTTbzA6cCKlxB5KocQvo8Wb3pUEj8GqEB5nL7VAgKRb3MsmhRlkk3I+k5E6\n4IzY4iSDQQR2LyvX0Q5aIQxDzl69SDk9vBHehvo9b4ra9BxRHWUJYnxMqG6q\nTyGxtSlSgciVKCRfUY2bo7wSfzMk2C6WyMEP6on/4+1Xqex48CHCAnHAQCzr\ndX+n5+Ct62tTXcwPBpgVYFSywS/ZmOp8NtPYTdwm2dzvhm818svEElnI8dt0\nxoRqusiuln7cI9OtM6zj6lY2cjj24DjY+phWkVrAbDddTcM8S/xi0D2Uto6N\n3EOn\r\n=EWLL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=10"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"2242cf687a81379c85dc302ab91c4d052f49626b","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"([ -z $WATCH_TEST ] && npm run lint || echo) && BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","test:watch":"WATCH_TEST=1 nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"export PATH=$(head .node):$PATH; rm -rf .node && node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build && npm run lint:types && npm run module-check","premodule-check":"[[ $(uname -m) == arm64 && $(which brew) && -f \"$(brew --prefix nvm)/nvm.sh\" ]] && source \"$(brew --prefix nvm)/nvm.sh\" || true && nvm use 16 || true && echo $(dirname $(which node)) > .node"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"6.14.14","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"12.22.5","dependencies":{"ajv":"^8.6.2","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","sass-render-errors":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.1.2","stylelint":"^13.13.1","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_2.0.1_1631178373018_0.8513699086809203","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"stylelint-sass-render-errors","version":"2.1.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@2.1.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"1e177389d05b86f22133dbd4dce86092bd386238","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-2.1.0.tgz","fileCount":14,"integrity":"sha512-tL15u6xNIodJ9B2N1FXTAL71qaGZxTJuH2mbxm1mm9wWeTw1wOeOy+dlIK/SPGxkB7mLZDJDeuayf+t4D3MJAQ==","signatures":[{"sig":"MEUCIAJzU+7Snt15pl66quNlBFmyyB9e6kU81clnNxIVXWHTAiEA3SrEbRKEV81qJFEKehXytWq38eHRE1BQURyVqiPSJDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60710},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=10"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"c9bc9e626e18444960659c36fb4e5accf6f29dfa","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"7.21.0","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.8.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^13.13.1","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_2.1.0_1633003486513_0.3888921972099464","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"stylelint-sass-render-errors","version":"3.0.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@3.0.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"cf3f4ad00e3af0da6bd3e6e8fe149d83540138d2","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-3.0.0.tgz","fileCount":14,"integrity":"sha512-EuZKquGSu4iprySLy+dAkwY8RCxoQicAnV+lJkK0eI7U5Bt6ev50CQvrh8/bgLi94O9iZLsDVlw1Z/MGsakz4A==","signatures":[{"sig":"MEUCIDeEXJDlvz9BpWYzQFSWS/nE5xa7+agKN7KJIOPdaa9wAiEAhtkHFmNxBE8hdA9ADdeRzd0C2SjnmqTAU2ljYvHJzL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh28UMCRA9TVsSAnZWagAAaFEP+gKWni594nj/f10GUfkm\nDpV2fTm5h38Au8vHmLl+smES/ertWPB0xSjUtfQSW6GHZ3G4xuTTj/Oj7RPB\nLa0v0yqGg9d+72vicvDtbWNobzgZXOm8HdLu5m+awCh01YQuh+G6ldxqJDQy\nEp25fA0t7rUkaAcKuZameYkH9VNyIqvLIqxZ7/W9Q42WaDxZ+YGQaxJEw61S\nkX5GmttmVdUu6qGvkSw4qiKoXCqmpflXoNCfpILNNkQAlUosrXuK9kgZC105\nl1cf+dXwy5pt68/z1FKGVrjejUBt+dGBJK8254dI7rsIzm6oCkobYCiCyeVU\nKbZ3qsdFUPqF7C5vWSi4U3zsoVL7ODBpnQX4rbi+m3Pmouzvki/fgTBhKGXP\nQ12snGQF+wLifLpBD85EwmNYH7aJDLAtXaCAC+NgxOmHGrcGNO3KRFdsv2Ke\nSM9jrn4YhDRduSaA/jCUKURhjpMFENpLgeo4l0pgEE6nhqvhIoy7KoLkYQCg\nCpXfIuBNf6bFJazQp1jidSdrgAJ0bsIiPwBQQIhBu8bHBVdxNwQbWDg3Fm20\n1Rs3q/qsIwEQEdaDSoUVjKRFdnqtpdsKIuEQGHwp3Jb/7xviU3x95ynpOtGw\nufX3WEI8TSKd7kJVOzI20skcUC3hkelheE2blhvlE2U9u+9JF01mJj/I6Y0G\ne/D9\r\n=WIqK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=12"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"cd34e6f6bd2cd87dfe6ae6efc56df97f2d769bdd","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"7.21.0","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.8.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^14.0.0","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_3.0.0_1635238092581_0.17470929847470962","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"stylelint-sass-render-errors","version":"3.0.1","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@3.0.1","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"d161b2966f14b9b0156261023e98105b789517ca","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-3.0.1.tgz","fileCount":14,"integrity":"sha512-65LanoDmmi/rIzWloRKsyVKNtk9BuxHSouxHFvyRq2FSwtqMnk6qikLphqs0oVr6ozQsYcWZTeiGyfY0PcopMg==","signatures":[{"sig":"MEQCIDhXRlf6wefAS8h3MVs2tgyxguyd3wWcAUU8mqcwLGZWAiBqJkPuUyM1SBUAizT07lQ2/a2p1bw8YSSJDpbzrXp1oQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT6vzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6Gg/5AEIXinfxJf7q0BMtFgh1+57PFwgPaYrXtM/ToSFFyubVew90\r\nibNlZjXacmMdUZN26jk+/0RBd42SfQEaYmBnQPcOBPQDXAOW8HybsrmIM9ZN\r\nO5bzKWxjoo7/Cbr7Jwq70po4FkmaKS0cNdkhGUNzsQSoEB9gyk/WNAWgzhGB\r\nrS3x+6XhSvwCKREmVsILDbtAAKGn0vSBc2lHF507N5gz7rvdevbyF24E70f+\r\n8cG1/B0KANCt/10pBy5I/lMH0/k8Az33bGx8hMwHudt0FGRfAl6YzlaHZqk3\r\n3pqbUNMYsEy/H43ZkPnfon1epS9aG4MZQqwMpeIvWW39GKODaZfjLab8RRSA\r\ngtIRiVnzDOiCMMDqOo3V3KsXtDonyXVo2AlNtpf3W9NYrTy14O+5/1rmgNfY\r\nZjA8v6D6cY+AJvPo7IfLXjEHSwGEvBAbccFu8zTirRNpq0aJ0kRDC6U+KWKR\r\nfpJqGUkfCoBKr7VzrEXWNzxSci6gOFhG1e+cEbXo3GnfstUPn2Ewi5OnR1Yy\r\nMh/TfdRlLrz94jSLUm6pu01nJT0GKPTnq5ceV/3B+rkvJD+ZYh3VPhpbBZMF\r\nZ1uwz/SbCK4eivSe+m/nblYBf1iDkx7jfmCIq6JOtD6Lvjy0onTsgnUj8Ld7\r\nTyRBfPBe7X/wQirMUx3m2/eOsVQr7gP8HvE=\r\n=pLaC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=12"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"b6444d10fd9b30b9a8873b2f80adc12d6348eef4","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"8.19.3","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^14.0.0","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_3.0.1_1682942963404_0.7601893827472304","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"stylelint-sass-render-errors","version":"3.0.2","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@3.0.2","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"da4ecf874ee81b7d46533ba0ba4d2341f4b15891","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-3.0.2.tgz","fileCount":14,"integrity":"sha512-xBDek9Pr9Ueoeqzzm9EmNzngqXySFe9aUMBseQbn2PoAuGZTjZtYZXJMA+7wwwGHQY/i8mn5AzmXDzlFjBeyhg==","signatures":[{"sig":"MEYCIQCaG9OBSC4E5F2jhzIiN/H++js+mr1IVwkQmH/DePn/2gIhAJAv9xQ9HvSoiuwznbIx2qdDWzOx7ZriZTid/ty5phNe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68195},"main":"cjs/index.js","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=12"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"d95cdf6ba6014877edd29070966a0a32ba9ffa9d","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"BABEL_ENV=test nyc mocha --require @babel/register --require esm 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"8.19.3","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.5.0","cpy":"^8.1.2","esm":"^3.0.51","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^8.2.0","eslint":"^7.31.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^14.0.0","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^8.2.3","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","eslint-plugin-node":"^11.1.0","eslint-config-niksy":"^10.0.0","eslint-plugin-jsdoc":"^33.3.0","eslint-plugin-mocha":"^8.0.0","@rollup/plugin-babel":"^5.2.1","eslint-plugin-import":"^2.23.4","babel-plugin-istanbul":"^6.0.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-unicorn":"^31.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_3.0.2_1690098045344_0.5092110803005079","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"stylelint-sass-render-errors","version":"3.1.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@3.1.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"3edec7155f5b958124a9c1123d66cd5db4a597b7","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-3.1.0.tgz","fileCount":14,"integrity":"sha512-Tojf4VOA59vsSvfHJy2F5OhYgeIek2dbPIdLarSo/xAPqoO2tpTTylFl3cFiQYZFP8XMuZnsCNM6um6ZZfoa+A==","signatures":[{"sig":"MEYCIQD55ofzqJnkCYzrlZBry0Wrw9jztsaXsuoCgoMzYnKcSgIhAIfvSjlNYB7Gy3gn1+msFd60sEOdEzgO/zKFctZlw4cG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67550},"main":"cjs/index.js","type":"module","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=12 || >=16"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"d48a1455ea2939494db0e53997f5dcb98dbece2b","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' BABEL_ENV=test nyc mocha --require @babel/register 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"8.19.3","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.8.3"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.6.0","cpy":"^8.1.2","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^10.2.0","eslint":"^8.5.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^15.10.3","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^9.0.0","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","@rollup/plugin-babel":"^5.2.1","babel-plugin-istanbul":"^6.0.0","eslint-config-nitpick":"^11.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_3.1.0_1692867538800_0.7345290324869169","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"stylelint-sass-render-errors","version":"3.2.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@3.2.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"8bc28d915cc70d9fe54b6ccb84abe7917855e6fe","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-3.2.0.tgz","fileCount":14,"integrity":"sha512-vNdIh7NrxJP1btKq8FQACwHCP9MbzmPSqHOq4yKLLY6x0MIDkFYIuQaarInw02yqfObquop+Ea4sgcdHlxd97A==","signatures":[{"sig":"MEUCIGvUM9MKc31z2AZ3VwFIe/kpA0pE3HKNx9QFr+9zmU7CAiEAx96pxpE4kzynu9Ok23Bt6ol9QrFzI2oujt04zpZvDvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75624},"main":"cjs/index.js","type":"module","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=12 || >=16"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"f69b429f0033f1e1ab756d8551d8ee6e36647171","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' BABEL_ENV=test nyc mocha --require @babel/register 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"8.19.3","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.9.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.6.0","cpy":"^8.1.2","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^10.2.0","eslint":"^8.5.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^15.10.3","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^9.0.0","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","@rollup/plugin-babel":"^5.2.1","babel-plugin-istanbul":"^6.0.0","eslint-config-nitpick":"^11.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_3.2.0_1695635739048_0.025420625552318832","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"stylelint-sass-render-errors","version":"3.2.1","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@3.2.1","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"e2b8f74bfbc94daf5e7265b0a4f81785de84d4c9","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-3.2.1.tgz","fileCount":14,"integrity":"sha512-Fo1xsHiIdwBXk+aAX+oujK/wB4JlXbD8xKUiwvrEOuOOgzMvFfuHb0JcVpLJ3J46+XkGIlHCWU0zQjE16mSCrg==","signatures":[{"sig":"MEUCIG1T7SRVROzm+drCJ4QoS6bZr5lcUT0s9bed9VJayceaAiEAuBWdKbEHSlzukWL2jAE/jDZh38WqvD+dFQIm5wp9gro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75874},"main":"cjs/index.js","type":"module","types":"esm/index.d.ts","module":"esm/index.js","engines":{"node":">=12 || >=16"},"exports":{".":{"import":"./esm/index.js","require":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"9bfc47011a07fbcd39f896a26cf22a749bdc8eb9","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' BABEL_ENV=test nyc mocha --require @babel/register 'test/**/*.js' && nyc check-coverage","build":"rollup --config rollup.config.js","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint && npm run lint:types && npm run build && npm run module-check","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","module-check":"node -e 'require(\"stylelint-sass-render-errors\");' && node --input-type=module -e 'import \"stylelint-sass-render-errors\";'","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"8.19.3","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"ajv":"^8.6.2","mem":"^8.1.1","pkg-up":"^3.1.0","p-memoize":"^4.0.1","resolve-from":"^5.0.0","many-keys-map":"^1.0.3","sass-render-errors":"^1.9.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.6.0","cpy":"^8.1.2","nyc":"^15.1.0","sass":"^1.38.2","execa":"^5.1.1","husky":"^4.3.0","mocha":"^10.2.0","eslint":"^8.5.0","rollup":"^2.32.1","core-js":"^2.6.5","nodemon":"^2.0.6","prettier":"^2.4.0","stylelint":"^16.2.1","@babel/cli":"^7.2.3","typescript":"^4.3.5","@babel/core":"^7.2.2","@types/node":"^16.3.0","lint-staged":"^10.4.2","@types/mocha":"^9.0.0","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@babel/register":"^7.0.0","@types/stylelint":"^13.13.2","changelog-verify":"^1.1.2","@babel/preset-env":"^7.12.1","version-changelog":"^3.1.1","@rollup/plugin-babel":"^5.2.1","babel-plugin-istanbul":"^6.0.0","eslint-config-nitpick":"^11.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_3.2.1_1708941121404_0.6499380297686894","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"stylelint-sass-render-errors","version":"4.0.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.0.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"06d0981892ec52f53c1fcb6affb4f0457faf100c","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.0.0.tgz","fileCount":7,"integrity":"sha512-GOcJUg9kynOez9izv4zRRNW8yM6q3kglONIyN4lAbxRwiGas1RLIoZonoqdrCtnHyg87lx9f9E3CyrYxOxad0g==","signatures":[{"sig":"MEUCIBrrFCJaNtbm9wcA2S1RkFQp2q57of91a+cKeiWGAi64AiEA0fuevqzZMiMTVf+8OWybsXVBPWgFPg0AeDzb4G6GPaw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20441},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"7422562dd5621781062014db4d4ad9d2f1e91372","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.2.4","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"18.19.1","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.0.0_1713448398486_0.17699254294030453","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"stylelint-sass-render-errors","version":"4.0.1","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.0.1","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"f8fe431219ef4b1975f6b56c879c8f7f48f9717a","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.0.1.tgz","fileCount":7,"integrity":"sha512-r92dJwsUQBKD8OqBDR1r3I8+heaDyA/lgkhDFO3SVVFCdWjKCNjLrbXtIFKBdUk57Dkn8kebEjFklHdC6rWHkA==","signatures":[{"sig":"MEUCIEjZHzMPjfkV3d3tUgzQ8XdAbdLzouak34Jw1BvWN6UCAiEAphUmARKzAG2ICpOuf878AxBlv9fySUh4yVrXWAEIEiM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20597},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"b98fe85246ab802ca7d255d7497633e32218a883","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.2.4","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"18.19.1","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.0.1_1713685762134_0.25535668899636943","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"stylelint-sass-render-errors","version":"4.0.2","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.0.2","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"4559769908ed75f799960444939e5058d9da798c","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.0.2.tgz","fileCount":7,"integrity":"sha512-nCxXtV+u55ZGwYLxP/l8YcGxIq1uiYGSGf/jjJek3XzAwBV6fCKBX7bcPNKj5lBDdyG2lJ2tB+l03CcxZMQisw==","signatures":[{"sig":"MEYCIQDsAtP6rDMCxaG3UIJ/8eAneQxDT7++QpgNo/LQW4pPYgIhAI/ZIAxL3MUZpEp4U/CbRUSd5keXsWzW86nw0Lt8pqVd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20751},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"ee73ddb57c42176d6b8c3c2c605886cd9f2be1ed","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.2.4","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"18.19.1","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.0.2_1724408881025_0.5423605463531884","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"stylelint-sass-render-errors","version":"4.1.0","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.1.0","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"37520f07d2e57526326dfc5457fd92a9d5041eca","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.1.0.tgz","fileCount":7,"integrity":"sha512-4KT0DpyNTwxCDUROdG1MbdnOFl/oH5MkU/eO97Q31b1AaIbGyKTkeY+FQPZha9CqxaWOAE0mAM+75S1eoVwC5g==","signatures":[{"sig":"MEUCICqgvGUN2AlP9UxvjUzZGdPqZVQzFqu21DOQB5Vlb5V+AiEAsTnk7H3eLR3HdZfiKWkxgxICZtbZF/pRESSP1U64Y60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21038},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"84f52841157b112d1b32830f7beed35da71e80d2","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.2.4","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"18.19.1","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.1.0_1724416418759_0.3026974217540752","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"stylelint-sass-render-errors","version":"4.1.1","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.1.1","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"9da4f11da300074b59f557f21a247442a5e29ab4","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.1.1.tgz","fileCount":7,"integrity":"sha512-NxAV8IkrhUgKqWk+hxVxqTRQi0C2vwqJPE1eMu0UN+gXpp3iyTwZSEmjm704WHODNZdgvnqvGhgzp6C48x+ovQ==","signatures":[{"sig":"MEUCIQCwvX1kTmB4Ex0mfQfob6nkyc+DRKjAmgcsGww/84DBgwIgWlrunumTjPPAT4Hu66AL4XizC0wOmDRbR6o+JmwxpNQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":21275},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"caf732e9bea5d965a67385d40a24903d0dfdb403","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.9.1","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"22.11.0","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.1.1_1742565455379_0.28436257187976466","host":"s3://npm-registry-packages-npm-production"}},"4.1.2":{"name":"stylelint-sass-render-errors","version":"4.1.2","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.1.2","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"e4ea988692101485480d42e2d1e4a15c26b04680","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.1.2.tgz","fileCount":7,"integrity":"sha512-fHG93WBxMEMaE95Th8sIeC2+KxTMcyuQ1ccmX199UMI6gzL+tdeYKJ/7cMklvZSaP5sDJ7D18LgbFLlEY5PWPg==","signatures":[{"sig":"MEUCIQCSTZaSb+EkqRQF9z/kfNl7WwkUmN9LBf70R+RIB5zl4QIgMvSi3gez//7SxhSCfmVSdSPYjlvTfD+c7mGonoayXcg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":21445},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"c162255730b83f44e980c791e9a1330d7b45bcbd","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.9.1","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"22.11.0","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.5"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.1.2_1742566348421_0.22858344752302817","host":"s3://npm-registry-packages-npm-production"}},"4.1.3":{"name":"stylelint-sass-render-errors","version":"4.1.3","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"author":{"url":"http://ivannikolic.com","name":"Ivan Nikolić","email":"niksy5@gmail.com"},"license":"MIT","_id":"stylelint-sass-render-errors@4.1.3","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"dist":{"shasum":"f7be4a613b624da5ee8be1364212c0632d43ad60","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.1.3.tgz","fileCount":7,"integrity":"sha512-tInpP5EZx+++UW9QYOJeE5iFa6/cO1aALabuZIx4gqKoWFu3vvqehuVRPJGMX2FGHMMwhYiymi/eXYlsPvDaAA==","signatures":[{"sig":"MEYCIQD+3uT9VoTBBOjzm/ZDUt5acyU/rCzOZt6hMiYXbJ8q1AIhAJmsjdFTLrCWyinhlPH11HXR9JiSUcp1hYC3vukQ2kLX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":21498},"main":"index.js","type":"module","engines":{"node":">=18.12"},"exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"gitHead":"dabd725a27a83340b23d4c01c2cfa7b92364d330","scripts":{"lint":"eslint '{index,lib/**/*,test/**/*}.js'","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","build":"tsc -p tsconfig.build.json --declarationDir types","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","release":"np --no-release-draft","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi","lint:types":"tsc","prerelease":"npm run lint","test:watch":"nodemon --exec npm test","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prepublishOnly":"npm run build"},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"repository":{"url":"git+https://github.com/niksy/stylelint-sass-render-errors.git","type":"git"},"_npmVersion":"10.9.1","description":"Display Sass render errors and deprecations as lint errors.","directories":{"test":"test"},"_nodeVersion":"22.11.0","dependencies":{"ajv":"^8.6.2","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","many-keys-map":"^2.0.1","sass-render-errors":"^2.0.5"},"_hasShrinkwrap":false,"devDependencies":{"np":"^10.0.2","cpy":"^11.0.1","nyc":"^15.1.0","sass":"^1.75.0","execa":"^8.0.1","husky":"^9.0.11","mocha":"^10.3.0","eslint":"^8.5.0","nodemon":"^3.1.0","prettier":"^3.2.5","stylelint":"^16.2.1","typescript":"^5.4.3","@types/node":"^20.11.30","lint-staged":"^15.2.2","@types/mocha":"^10.0.6","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","version-changelog":"^3.1.1","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@istanbuljs/esm-loader-hook":"^0.2.0","github-release-from-changelog":"^2.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/stylelint-sass-render-errors_4.1.3_1754406254243_0.9267466763958276","host":"s3://npm-registry-packages-npm-production"}},"4.2.0":{"name":"stylelint-sass-render-errors","version":"4.2.0","description":"Display Sass render errors and deprecations as lint errors.","license":"MIT","author":{"name":"Ivan Nikolić","email":"niksy5@gmail.com","url":"http://ivannikolic.com"},"type":"module","exports":{".":{"types":"./types/index.d.ts","import":"./index.js"},"./package.json":"./package.json"},"main":"index.js","directories":{"test":"test"},"scripts":{"build":"tsc -p tsconfig.build.json --declarationDir types","lint":"eslint '{index,lib/**/*,test/**/*}.js'","lint:types":"tsc","prepare":"if [[ -x \"$(command -v husky)\" ]]; then husky; fi","prepublishOnly":"npm run build","postpublish":"GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog","prerelease":"npm run lint","release":"np --no-release-draft","test":"NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage","test:watch":"nodemon --exec npm test","version":"if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi"},"dependencies":{"ajv":"^8.6.2","many-keys-map":"^2.0.1","memoize":"^10.0.0","p-memoize":"^7.1.1","package-up":"^5.0.0","resolve-from":"^5.0.0","sass-render-errors":"^2.0.5"},"devDependencies":{"@istanbuljs/esm-loader-hook":"^0.2.0","@types/mocha":"^10.0.6","@types/node":"^20.11.30","@types/stylelint":"^14.0.0","changelog-verify":"^1.1.2","cpy":"^11.0.1","eslint":"^8.5.0","eslint-config-nitpick":"^13.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","execa":"^8.0.1","github-release-from-changelog":"^2.1.1","husky":"^9.0.11","lint-staged":"^15.2.2","mocha":"^10.3.0","nodemon":"^3.1.0","np":"^10.0.2","nyc":"^15.1.0","postcss-html":"^1.1.1","postcss-scss":"^4.0.1","prettier":"^3.2.5","sass":"^1.75.0","stylelint":"^17.15.0","typescript":"^5.9.3","version-changelog":"^3.1.1"},"peerDependencies":{"stylelint":"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"},"engines":{"node":">=18.12"},"keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"repository":{"type":"git","url":"git+https://github.com/niksy/stylelint-sass-render-errors.git"},"bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","gitHead":"632df73f2204756719e4cf20b103c108cb626e09","_id":"stylelint-sass-render-errors@4.2.0","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-5VUhAFh7ryCHFdvpcz11ZQZcqeZzJMwLtZFNRmCAnn5SFNDzNsrgFZffHywbGUlUNUvaoIYuZuPhc3PNdBLy7Q==","shasum":"7eeb836adc224e4faf206faea85eeeb7f6270a27","tarball":"https://registry.npmjs.org/stylelint-sass-render-errors/-/stylelint-sass-render-errors-4.2.0.tgz","fileCount":7,"unpackedSize":21678,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICeRypdCMBO8vejps0hHTcLLrnb1U7lK9hSQMRBWnRYiAiEAqqeK1UJgo4w7ZrdDJhlu36rhYqOAxVLrRXV8hdO6CxY="}]},"_npmUser":{"name":"niksy","email":"niksy5@gmail.com"},"maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/stylelint-sass-render-errors_4.2.0_1789547389630_0.706852176706082"},"_hasShrinkwrap":false}},"time":{"created":"2021-09-01T10:15:25.588Z","modified":"2026-09-16T08:29:49.999Z","1.0.0":"2021-09-01T10:15:25.731Z","1.1.0":"2021-09-06T12:58:20.978Z","2.0.0":"2021-09-08T09:08:31.436Z","2.0.1":"2021-09-09T09:06:13.164Z","2.1.0":"2021-09-30T12:04:46.703Z","3.0.0":"2021-10-26T08:48:12.730Z","3.0.1":"2023-05-01T12:09:23.632Z","3.0.2":"2023-07-23T07:40:45.496Z","3.1.0":"2023-08-24T08:58:59.060Z","3.2.0":"2023-09-25T09:55:39.292Z","3.2.1":"2024-02-26T09:52:01.616Z","4.0.0":"2024-04-18T13:53:18.641Z","4.0.1":"2024-04-21T07:49:22.310Z","4.0.2":"2024-08-23T10:28:01.229Z","4.1.0":"2024-08-23T12:33:38.898Z","4.1.1":"2025-03-21T13:57:35.543Z","4.1.2":"2025-03-21T14:12:28.585Z","4.1.3":"2025-08-05T15:04:14.412Z","4.2.0":"2026-09-16T08:29:49.782Z"},"bugs":{"url":"https://github.com/niksy/stylelint-sass-render-errors/issues"},"author":{"name":"Ivan Nikolić","email":"niksy5@gmail.com","url":"http://ivannikolic.com"},"license":"MIT","homepage":"https://github.com/niksy/stylelint-sass-render-errors#readme","keywords":["stylelint","sass","render","error","deprecation","warning","stylelint-plugin"],"repository":{"type":"git","url":"git+https://github.com/niksy/stylelint-sass-render-errors.git"},"description":"Display Sass render errors and deprecations as lint errors.","maintainers":[{"name":"niksy","email":"niksy5@gmail.com"}],"readme":"# stylelint-sass-render-errors\n\n[![Build Status][ci-img]][ci]\n\nDisplay Sass render errors and deprecations as lint errors.\n\nImplementation details:\n\n-   Sass deprecations are treated same as errors since\n    [Sass tries to move language forward](https://github.com/sass/libsass/issues/2822#issuecomment-482914373)\n    and each deprecation should be corrected as soon as possible in your codebase\n-   Plugin operates on each file in isolation so if you have global `@import` statements, they won’t\n    be applied and you could get errors for e.g. undefined variables. Recommendation is to switch to\n    [Sass modules](https://sass-lang.com/documentation/modules) and\n    [`@use`/`@forward` statements](https://sass-lang.com/documentation/at-rules/use)\n-   Sass (_only Dart Sass is supported_) should be installed as peer dependancy because each version\n    has different set of errors and deprecations and you should get results for Sass version your\n    application uses\n\n## Install\n\n```sh\nnpm install stylelint-sass-render-errors --save-dev\n```\n\n## Usage\n\nAdd this config to your `.stylelintrc`:\n\n```json\n{\n\t\"plugins\": [\"stylelint-sass-render-errors\"],\n\t\"rules\": {\n\t\t\"plugin/sass-render-errors\": true\n\t}\n}\n```\n\n<!-- prettier-ignore-start -->\n\n```scss\n@use 'sass:color';\n@use 'sass:math';\n\n.becky {\n    color: color.invert(1);\n/**        ↑\n * Passing a number (1) to color.invert() is deprecated. Recommendation: invert(1). */\n}\n\n#marley {\n    width: math.percentage(100 / 2);\n/**                        ↑\n * Using / for division is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div(100, 2). More info and automated migrator: https://sass-lang.com/d/slash-div. */\n}\n```\n\n<!-- prettier-ignore-end -->\n\n## Options\n\nPlugin accepts either boolean (`true`) or object configuration.\n\nIf boolean, it will use default configuration:\n\n-   `sass.render` for rendering Sass files and resolving errors and deprecations\n-   Undefined functions are not checked\n-   No options for Sass renderer other than `file` if file is linted or `data` if CSS string is\n    linted\n\nIf object configuration, following properties are valid:\n\n### sync\n\nType: `boolean`  \nDefault: `false`\n\nRendering mode for Sass render. Can be either `false` for `sass.compileAsync` and\n`sass.compileStringAsync` or `true` for `sass.compile` and `sass.compileString`.\n\n### sassOptions\n\nType: `string|sass.Options|sass.StringOptions`\n\nIf object, it is either\n[`sass.Options`](https://sass-lang.com/documentation/js-api/interfaces/options/) or\n[`sass.StringOptions`](https://sass-lang.com/documentation/js-api/interfaces/stringoptions/).\n\nIf string, it is config file location which returns one of the following default exports:\n\n-   Sass options object\n-   Async or regular function returning Sass options object\n\nConfig file location is [resolved](https://github.com/sindresorhus/resolve-from) relatively from the\n[closest `package.json` location](https://github.com/sindresorhus/pkg-up) inside current working\ndirectory.\n\n### checkUndefinedFunctions\n\nType: `boolean`  \nDefault: `false`\n\n[Check undefined functions](https://github.com/niksy/sass-render-errors#undefined-functions).\n\n### disallowedKnownCssFunctions\n\nType: `string[]`  \nDefault: `[]`\n\n[List of disallowed known CSS functions](https://github.com/niksy/sass-render-errors#options).\n\n### additionalKnownCssFunctions\n\nType: `string[]`  \nDefault: `[]`\n\n[List of additional known CSS functions](https://github.com/niksy/sass-render-errors#options).\n\n## License\n\nMIT © [Ivan Nikolić](http://ivannikolic.com)\n\n<!-- prettier-ignore-start -->\n\n[ci]: https://github.com/niksy/stylelint-sass-render-errors/actions?query=workflow%3ACI\n[ci-img]: https://github.com/niksy/stylelint-sass-render-errors/actions/workflows/ci.yml/badge.svg?branch=master\n\n<!-- prettier-ignore-end -->\n","readmeFilename":"README.md"}