{
  "_args": [
    [
      "react-with-direction@1.3.1",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "react-with-direction@1.3.1",
  "_id": "react-with-direction@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-aGcM21ZzhqeXFvDCfPj0rVNYuaVXfTz5D3Rbn0QMz/unZe+CCiLHthrjQWO7s6qdfXORgYFtmS7OVsRgSk5LXQ==",
  "_location": "/react-with-direction",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-with-direction@1.3.1",
    "name": "react-with-direction",
    "escapedName": "react-with-direction",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/@buffetjs/core",
    "/react-dates",
    "/react-with-styles"
  ],
  "_resolved": "https://registry.npmjs.org/react-with-direction/-/react-with-direction-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Yaniv Zimet",
    "email": "yaniv.zimet@airbnb.com"
  },
  "bugs": {
    "url": "https://github.com/airbnb/react-with-direction/issues"
  },
  "dependencies": {
    "airbnb-prop-types": "^2.10.0",
    "brcast": "^2.0.2",
    "deepmerge": "^1.5.2",
    "direction": "^1.0.2",
    "hoist-non-react-statics": "^3.3.0",
    "object.assign": "^4.1.0",
    "object.values": "^1.0.4",
    "prop-types": "^15.6.2"
  },
  "description": "Components to provide and consume RTL or LTR direction in React",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^21.2.0",
    "babel-plugin-transform-replace-object-assign": "^1.0.0",
    "babel-preset-airbnb": "^2.5.3",
    "casual": "^1.5.19",
    "chai": "^4.1.2",
    "chai-enzyme": "^1.0.0-beta.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-helper": "^1.2.3",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.10.0",
    "jest": "^21.2.1",
    "react": "^0.14 || ^15 || ^16",
    "react-dom": "^0.14 || ^15 || ^16",
    "rimraf": "^2.6.2",
    "safe-publish-latest": "^1.1.1",
    "sinon": "^4.5.0",
    "sinon-chai": "^3.2.0",
    "sinon-sandbox": "^2.0.0",
    "webpack": "^3.10.0"
  },
  "homepage": "https://github.com/airbnb/react-with-direction#readme",
  "license": "MIT",
  "main": "dist/withDirection",
  "name": "react-with-direction",
  "peerDependencies": {
    "react": "^0.14 || ^15 || ^16",
    "react-dom": "^0.14 || ^15 || ^16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/react-with-direction.git"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "clean": "rimraf dist",
    "lint": "eslint .",
    "prebuild": "npm run clean",
    "prepublish": "safe-publish-latest && npm run build",
    "pretest": "npm run lint",
    "pretest:only": "npm run react",
    "react": "enzyme-adapter-react-install 16",
    "test": "npm run test:only",
    "test:only": "jest",
    "test:watch": "npm run test:only -- --watchAll"
  },
  "version": "1.3.1"
}
