{
  "_args": [
    [
      "react-with-styles-interface-css@6.0.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "react-with-styles-interface-css@6.0.0",
  "_id": "react-with-styles-interface-css@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-6khSG1Trf4L/uXOge/ZAlBnq2O2PEXlQEqAhCRbvzaQU4sksIkdwpCPEl6d+DtP3+IdhyffTWuHDO9lhe1iYvA==",
  "_location": "/react-with-styles-interface-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-with-styles-interface-css@6.0.0",
    "name": "react-with-styles-interface-css",
    "escapedName": "react-with-styles-interface-css",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/react-dates"
  ],
  "_resolved": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0.tgz",
  "_spec": "6.0.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Felipe Vargas",
    "email": "felipe@fvgs.ai",
    "url": "fvgs.ai"
  },
  "bugs": {
    "url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
  },
  "dependencies": {
    "array.prototype.flat": "^1.2.1",
    "global-cache": "^1.2.1"
  },
  "description": "Interface for react-with-styles outputting CSS",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/runtime": "^7.0.0",
    "babel-jest": "^24.9.0",
    "babel-preset-airbnb": "^4.0.1",
    "chai": "^4.2.0",
    "eslint": "^5.6.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "in-publish": "^2.0.0",
    "jest": "^24.9.0",
    "object.entries": "^1.0.4",
    "rimraf": "^2.6.2",
    "safe-publish-latest": "^1.1.2"
  },
  "homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
  "keywords": [
    "react-with-styles",
    "css-in-js",
    "css"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "react-with-styles-interface-css",
  "peerDependencies": {
    "@babel/runtime": "^7.0.0",
    "react-with-styles": "^3.0.0 || ^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "clean": "rimraf dist",
    "dev": "npm run build -- --watch",
    "jest": "jest",
    "lint": "eslint .",
    "postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
    "prebuild": "npm run clean",
    "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
    "pretest": "npm run lint",
    "preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag interface-v$npm_package_version",
    "test": "npm run test:only",
    "test:only": "npm run jest",
    "version:major": "npm --no-git-tag-version version major",
    "version:minor": "npm --no-git-tag-version version minor",
    "version:patch": "npm --no-git-tag-version version patch"
  },
  "version": "6.0.0"
}
