lml-main
Version:
This is now a mono repository published into many standalone packages.
97 lines (96 loc) • 2.25 kB
JSON
{
"_args": [
[
"postcss-mixins@6.2.0",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "postcss-mixins@6.2.0",
"_id": "postcss-mixins@6.2.0",
"_inBundle": false,
"_integrity": "sha512-1lR6vY7JqIlFKPwVQUhx4ozVZjn1B6nY+O1avH3aX9ek8vFFxxcxewqsjN6QhWKfj/03OxcGpNi6/7pgfwbcPw==",
"_location": "/postcss-mixins",
"_phantomChildren": {
"color-convert": "1.9.1",
"escape-string-regexp": "1.0.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-mixins@6.2.0",
"name": "postcss-mixins",
"escapedName": "postcss-mixins",
"rawSpec": "6.2.0",
"saveSpec": null,
"fetchSpec": "6.2.0"
},
"_requiredBy": [
"/precss"
],
"_resolved": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-6.2.0.tgz",
"_spec": "6.2.0",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-mixins/issues"
},
"dependencies": {
"globby": "^6.1.0",
"postcss": "^6.0.13",
"postcss-js": "^1.0.1",
"postcss-simple-vars": "^4.1.0",
"sugarss": "^1.0.0"
},
"description": "PostCSS plugin for mixins",
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-postcss": "^2.0.2",
"jest": "^21.2.1",
"lint-staged": "^4.3.0",
"pre-commit": "^1.2.2"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"rules": {
"consistent-return": "off"
},
"env": {
"jest": true
}
},
"homepage": "https://github.com/postcss/postcss-mixins#readme",
"jest": {
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"mixins",
"sass"
],
"license": "MIT",
"lint-staged": {
"*.js": "eslint"
},
"name": "postcss-mixins",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-mixins.git"
},
"scripts": {
"lint-staged": "lint-staged",
"test": "jest --coverage && eslint *.js test/{**/,}*.js"
},
"version": "6.2.0"
}