lml-main
Version:
This is now a mono repository published into many standalone packages.
75 lines (74 loc) • 1.87 kB
JSON
{
"_args": [
[
"postcss-simple-vars@4.1.0",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "postcss-simple-vars@4.1.0",
"_id": "postcss-simple-vars@4.1.0",
"_inBundle": false,
"_integrity": "sha512-J/TRomA8EqXhS4VjQJsPCYTFIa9FYN/dkJK/8oZ0BYeVIPx91goqM8T+ljsP57+4bwSEywFOuB7EZ8n1gjjxZw==",
"_location": "/postcss-simple-vars",
"_phantomChildren": {
"color-convert": "1.9.1",
"escape-string-regexp": "1.0.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-simple-vars@4.1.0",
"name": "postcss-simple-vars",
"escapedName": "postcss-simple-vars",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/postcss-mixins"
],
"_resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-4.1.0.tgz",
"_spec": "4.1.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-simple-vars/issues"
},
"dependencies": {
"postcss": "^6.0.9"
},
"description": "PostCSS plugin for Sass-like variables",
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-postcss": "2.0.2",
"jest": "^20.0.4"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"env": {
"jest": true
}
},
"homepage": "https://github.com/postcss/postcss-simple-vars#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"sass",
"variables",
"vars"
],
"license": "MIT",
"name": "postcss-simple-vars",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-simple-vars.git"
},
"scripts": {
"test": "jest && eslint *.js"
},
"version": "4.1.0"
}