{
  "_from": "css-vars",
  "_id": "css-vars@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-GO7+Gj0Vgrq6EslpJH0JrC8ro0E=",
  "_location": "/css-vars",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "css-vars",
    "name": "css-vars",
    "escapedName": "css-vars",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/css-vars/-/css-vars-2.2.0.tgz",
  "_shasum": "18eefe1a3d1582baba12c969247d09ac2f2ba341",
  "_spec": "css-vars",
  "_where": "/Users/bobstoute/BillingHouse/js-base",
  "author": {
    "name": "Serg Hospodarets",
    "email": "shospodarets@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/malyw/css-vars/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Use CSS Custom Properties with Sass",
  "devDependencies": {
    "gulp": "3.9.1",
    "gulp-sass": "3.0.0",
    "node-glob": "1.2.0",
    "tape": "4.6.3"
  },
  "homepage": "https://github.com/malyw/css-vars#readme",
  "keywords": [
    "sass",
    "scss",
    "css",
    "variables",
    "custom properties"
  ],
  "license": "MIT",
  "main": "css-vars.scss",
  "name": "css-vars",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malyw/css-vars.git"
  },
  "scripts": {
    "gulp": "gulp",
    "test": "gulp sass:test && tape test"
  },
  "version": "2.2.0"
}
