{
  "_from": "inline-style-prefixer@^6.0.0",
  "_id": "inline-style-prefixer@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-XTHvRUS4ZJNzC1GixJRmOlWSS45fSt+DJoyQC9ytj0WxQfcgofQtDtyKKYxHUqEsWCs+LIWftPF1ie7+i012Fg==",
  "_location": "/inline-style-prefixer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "inline-style-prefixer@^6.0.0",
    "name": "inline-style-prefixer",
    "escapedName": "inline-style-prefixer",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/nano-css"
  ],
  "_resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-6.0.0.tgz",
  "_shasum": "f73d5dbf2855733d6b153a4d24b7b47a73e9770b",
  "_spec": "inline-style-prefixer@^6.0.0",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/nano-css",
  "author": {
    "name": "Robin Frischmann"
  },
  "bugs": {
    "url": "https://github.com/rofrischmann/inline-style-prefixer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "css-in-js-utils": "^2.0.0"
  },
  "deprecated": false,
  "description": "Run-time Autoprefixer for JavaScript style objects",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.6.0",
    "babel-core": "^6.6.0",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^20.0.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "caniuse-api": "^3.0.0",
    "codeclimate-test-reporter": "^0.1.1",
    "cross-env": "^5.2.0",
    "eslint": "^3.14.0",
    "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.80.0",
    "gh-pages": "^1.2.0",
    "gitbook": "^3.2.2",
    "gitbook-cli": "^2.3.0",
    "gitbook-plugin-anker-enable": "0.0.4",
    "gitbook-plugin-edit-link": "^2.0.2",
    "gitbook-plugin-github": "^2.0.0",
    "gitbook-plugin-prism": "^2.4.0",
    "jest": "^19.0.2",
    "prettier": "^1.14.2",
    "rimraf": "^2.6.2"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib/",
    "es/"
  ],
  "homepage": "https://github.com/rofrischmann/inline-style-prefixer#readme",
  "jest": {
    "rootDir": "modules"
  },
  "jsnext:main": "es/index.js",
  "keywords": [
    "react",
    "react styling",
    "prefixer",
    "inline styles",
    "autoprefixer",
    "vendor prefix",
    "userAgent"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "inline-style-prefixer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rofrischmann/inline-style-prefixer.git"
  },
  "scripts": {
    "babel": "yarn babel:es && yarn babel:lib",
    "babel:es": "babel -d es modules --ignore __tests__",
    "babel:lib": "cross-env BABEL_ENV=commonjs babel -d lib modules --ignore __tests__",
    "build": "yarn run check && yarn generate && yarn babel",
    "check": "yarn clear && yarn format && yarn lint && yarn coverage && yarn flow",
    "clear": "rimraf lib es coverage _book",
    "coverage": "yarn test --coverage",
    "docs": "gitbook install && gitbook build && gh-pages -d _book",
    "flow": "flow",
    "format": "prettier --write \"./modules/**/*.js\"",
    "generate": "cross-env BABEL_ENV=commonjs babel-node generateDefaultData",
    "lint": "eslint modules/**/*.js",
    "release": "yarn build && npm publish && yarn docs",
    "test": "cross-env BABEL_ENV=commonjs jest"
  },
  "version": "6.0.0"
}
