"integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=",
"dev": true
},
+ "lodash.isboolean": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
+ "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=",
+ "dev": true
+ },
+ "lodash.isregexp": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/lodash.isregexp/-/lodash.isregexp-4.0.1.tgz",
+ "integrity": "sha1-4T5kezDNVZdSoEzZEghvr32hwws=",
+ "dev": true
+ },
+ "lodash.isstring": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
+ "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=",
+ "dev": true
+ },
"lodash.kebabcase": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
"dev": true
},
"stylelint-config-recommended-scss": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.0.0.tgz",
- "integrity": "sha512-aEy0ENUrH4ASgFCu2mMcqBUAX0l4CPXg0XucJXdW+I7mdqJ7ICddkxP1eamBNBZ1QToc/wsuLmTQcalk3qYpsw==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.1.0.tgz",
+ "integrity": "sha512-4012ca0weVi92epm3RRBRZcRJIyl5vJjJ/tJAKng+Qat5+cnmuCwyOI2vXkKdjNfGd0gvzyKCKEkvTMDcbtd7Q==",
"dev": true,
"requires": {
"stylelint-config-recommended": "^3.0.0"
}
},
"stylelint-config-twbs-bootstrap": {
- "version": "0.9.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.9.0.tgz",
- "integrity": "sha512-vXody1A6K42BROy8yJlUNOirblubxEGftM/mG/JdM7O2gScL/oeVf60FGYy2hs1cjjdL6S+uPBl2eDqfCjg6Wg==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-1.0.0.tgz",
+ "integrity": "sha512-Cp6Tu2Q3coUxllvQJMR8BSXVl4CL9CaIjppAl9f1I3K0X9PwuS9MUGWo/pPfn6uUwseXBBX/1BFQ43f7H5RXVQ==",
"dev": true,
"requires": {
- "stylelint-config-recommended-scss": "^4.0.0",
+ "stylelint-config-recommended-scss": "^4.1.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
- "stylelint-scss": "^3.12.0"
+ "stylelint-scss": "^3.13.0"
}
},
"stylelint-order": {
}
},
"stylelint-scss": {
- "version": "3.12.1",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.12.1.tgz",
- "integrity": "sha512-k6B78HrqJ6pib5yOtmId7osVGrE2Amcf0VU+tdzk+oqwXe/0+VKtbkogeXrmGKt+z54QhxvjEO++qlE/a7EWlA==",
+ "version": "3.13.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.13.0.tgz",
+ "integrity": "sha512-SaLnvQyndaPcsgVJsMh6zJ1uKVzkRZJx+Wg/stzoB1mTBdEmGketbHrGbMQNymzH/0mJ06zDSpeCDvNxqIJE5A==",
"dev": true,
"requires": {
- "lodash": "^4.17.15",
+ "lodash.isboolean": "^3.0.3",
+ "lodash.isregexp": "^4.0.1",
+ "lodash.isstring": "^4.0.1",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-selector-parser": "^6.0.2",