{
  "_args": [
    [
      {
        "raw": "css-in-js-utils@^2.0.0",
        "scope": null,
        "escapedName": "css-in-js-utils",
        "name": "css-in-js-utils",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/inline-style-prefixer"
    ]
  ],
  "_from": "css-in-js-utils@>=2.0.0 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "css-in-js-utils@2.0.1",
  "_inCache": true,
  "_location": "/css-in-js-utils",
  "_nodeVersion": "8.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/css-in-js-utils_2.0.1_1522827679055_0.471421415613833"
  },
  "_npmUser": {
    "name": "rofrischmann",
    "email": "robin@rofrischmann.de"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "css-in-js-utils@^2.0.0",
    "scope": null,
    "escapedName": "css-in-js-utils",
    "name": "css-in-js-utils",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/inline-style-prefixer"
  ],
  "_resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz",
  "_shasum": "3b472b398787291b47cfe3e44fecfdd9e914ba99",
  "_shrinkwrap": null,
  "_spec": "css-in-js-utils@^2.0.0",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/inline-style-prefixer",
  "author": {
    "name": "Robin Frischmann",
    "email": "robin@rofrischmann.de"
  },
  "bugs": {
    "url": "https://github.com/rofrischmann/css-in-js-utils/issues"
  },
  "dependencies": {
    "hyphenate-style-name": "^1.0.2",
    "isobject": "^3.0.1"
  },
  "description": "Useful utility functions for CSS in JS solutions",
  "devDependencies": {
    "babel-cli": "^6.22.1",
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^18.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "codeclimate-test-reporter": "^0.4.0",
    "eslint": "^3.14.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-flowtype": "^2.30.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "flow-bin": "^0.38.0",
    "jest": "^18.1.0",
    "prettier-eslint-cli": "^1.1.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==",
    "shasum": "3b472b398787291b47cfe3e44fecfdd9e914ba99",
    "tarball": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz",
    "fileCount": 28,
    "unpackedSize": 30953
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib/"
  ],
  "gitHead": "bf8576c09104afc2120b15208670237da58fb4f7",
  "homepage": "https://github.com/rofrischmann/css-in-js-utils#readme",
  "jest": {
    "rootDir": "modules"
  },
  "keywords": [
    "css",
    "cssinjs",
    "utils"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "rofrischmann",
      "email": "robin@rofrischmann.de"
    }
  ],
  "name": "css-in-js-utils",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rofrischmann/css-in-js-utils.git"
  },
  "scripts": {
    "babel": "babel -d lib modules",
    "check": "npm run format && npm run lint && npm run test:coverage && npm run flow",
    "flow": "flow",
    "format": "prettier-eslint modules",
    "lint": "eslint modules",
    "release": "npm run check && npm run babel && npm publish",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "version": "2.0.1"
}
