{
  "_from": "rtl-css-js@^1.14.0",
  "_id": "rtl-css-js@1.14.1",
  "_inBundle": false,
  "_integrity": "sha512-G9N1s/6329FpJr8k9e1U/Lg0IDWThv99sb7k0IrXHjSnubxe01h52/ajsPRafJK1/2Vqrhz3VKLe3E1dx6jS9Q==",
  "_location": "/rtl-css-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rtl-css-js@^1.14.0",
    "name": "rtl-css-js",
    "escapedName": "rtl-css-js",
    "rawSpec": "^1.14.0",
    "saveSpec": null,
    "fetchSpec": "^1.14.0"
  },
  "_requiredBy": [
    "/nano-css"
  ],
  "_resolved": "https://registry.npmjs.org/rtl-css-js/-/rtl-css-js-1.14.1.tgz",
  "_shasum": "f79781d6a0c510abe73fde60aa3cbe9dfd134a45",
  "_spec": "rtl-css-js@^1.14.0",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/nano-css",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "http://kentcdodds.com/"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/rtl-css-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.1.2"
  },
  "deprecated": false,
  "description": "Right To Left conversion for CSS in JS objects",
  "devDependencies": {
    "kcd-scripts": "^1.11.0",
    "npm-run-all": "^4.1.1",
    "rimraf": "^3.0.0",
    "tiny-glob": "^0.2.0"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "files": [
    "dist",
    "core",
    "types.d.ts",
    "core.d.ts",
    "core.esm.js",
    "core.esm.d.ts"
  ],
  "homepage": "https://github.com/kentcdodds/rtl-css-js#readme",
  "husky": {
    "hooks": {
      "pre-commit": "kcd-scripts pre-commit"
    }
  },
  "jsnext:main": "dist/esm/index.js",
  "keywords": [
    "css-in-js",
    "ltr",
    "rtl",
    "cssjanus"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "name": "rtl-css-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kentcdodds/rtl-css-js.git"
  },
  "scripts": {
    "build": "rimraf dist && npm-run-all build:**",
    "build:bundlers": "kcd-scripts build --bundle cjs,esm --environment BUILD_INPUT:src/*.js --no-clean",
    "build:umd:core": "kcd-scripts build --bundle umd,umd.min --environment BUILD_NAME:rtlCSSJSCore,BUILD_FILENAME_SUFFIX:\".core\",BUILD_INPUT:src/core.js --no-clean",
    "build:umd:main": "kcd-scripts build --bundle umd,umd.min BUILD_NAME:rtlCSSJS --no-clean",
    "lint": "kcd-scripts lint",
    "postbuild:bundlers": "node scripts/add-proxies-typings.js",
    "test": "kcd-scripts test",
    "test:update": "npm run test -s -- --coverage --updateSnapshot",
    "validate": "kcd-scripts validate"
  },
  "types": "types.d.ts",
  "version": "1.14.1"
}
