{
  "_from": "re-resizable@5.0.1",
  "_id": "re-resizable@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-Iy8v5li7bhNBDxCN1DbA4l6G2Hk8NCZtcExoI1D+5pfvKyQcH8LH2P5h3DGoEfHhs0uyyRC1Qx8bHBomfrmxgA==",
  "_location": "/re-resizable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "re-resizable@5.0.1",
    "name": "re-resizable",
    "escapedName": "re-resizable",
    "rawSpec": "5.0.1",
    "saveSpec": null,
    "fetchSpec": "5.0.1"
  },
  "_requiredBy": [
    "/react-rnd"
  ],
  "_resolved": "https://registry.npmjs.org/re-resizable/-/re-resizable-5.0.1.tgz",
  "_shasum": "66756a7aa0583b199e23e23f12a71c546031146d",
  "_spec": "re-resizable@5.0.1",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/react-rnd",
  "author": {
    "name": "bokuweb"
  },
  "avaron": {
    "babel": "inherit",
    "require": [
      "babel-polyfill",
      "babel-register"
    ],
    "fixture": "./test/fixture.html"
  },
  "bugs": {
    "url": "https://github.com/bokuweb/react-resizable-box/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-memoize": "^2.5.1"
  },
  "deprecated": false,
  "description": "Resizable component for React.",
  "devDependencies": {
    "@babel/cli": "7.4.4",
    "@babel/core": "7.4.5",
    "@babel/plugin-proposal-class-properties": "7.4.4",
    "@babel/plugin-transform-modules-commonjs": "7.4.4",
    "@babel/preset-react": "7.0.0",
    "@babel/preset-typescript": "7.3.3",
    "@babel/traverse": "7.4.5",
    "@babel/types": "7.4.4",
    "@emotion/core": "10.0.10",
    "@storybook/addon-info": "5.1.3",
    "@storybook/addon-options": "5.1.3",
    "@storybook/react": "5.1.3",
    "@types/node": "12.0.7",
    "@types/react": "16.8.7",
    "@types/react-dom": "16.8.4",
    "@types/sinon": "7.0.12",
    "avaron": "0.2.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.0.1",
    "babel-loader": "8.0.6",
    "babel-plugin-external-helpers": "6.22.0",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-object-assign": "6.22.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-polyfill": "6.26.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-flow": "6.23.0",
    "babel-preset-react": "6.24.1",
    "babel-register": "6.26.0",
    "cross-env": "5.2.0",
    "gh-pages": "2.0.1",
    "npm-run-all": "4.1.5",
    "prettier": "1.17.1",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "rollup": "1.14.4",
    "rollup-plugin-babel": "4.3.2",
    "rollup-plugin-commonjs": "10.0.0",
    "rollup-plugin-node-globals": "1.4.0",
    "rollup-plugin-node-resolve": "5.0.1",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-typescript2": "0.21.1",
    "rollup-watch": "4.3.1",
    "sinon": "7.3.2",
    "tslint": "5.17.0",
    "tslint-config-google": "1.0.1",
    "tslint-config-prettier": "1.18.0",
    "tslint-plugin-prettier": "2.0.1",
    "typescript": "3.5.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/bokuweb/react-resizable-box",
  "jsnext:main": "./lib/index.js",
  "keywords": [
    "react",
    "resize",
    "resizable",
    "component"
  ],
  "license": "MIT",
  "main": "./lib/index.es5.js",
  "module": "./lib/index.js",
  "name": "re-resizable",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bokuweb/react-resizable-box.git"
  },
  "scripts": {
    "build": "npm-run-all --serial build:prod:* && tsc",
    "build-storybook": "build-storybook",
    "build:prod:es5": "rollup -c scripts/prod.es5.js",
    "build:prod:main": "rollup -c scripts/prod.js",
    "deploy": "npm run build-storybook && gh-pages -d storybook-static",
    "lint": "tslint -c tslint.json src/index.tsx",
    "prepublish": "npm run build",
    "start": "npm-run-all --parallel storybook",
    "storybook": "start-storybook -p 6066",
    "test": "cross-env NODE_ENV='test' tsc && avaron lib/index.test.js --renderer",
    "test:ci": "npm run flow && npm run build",
    "tsc": "tsc -p tsconfig.json"
  },
  "title": "re-resizable",
  "types": "./lib/index.d.ts",
  "typings": "./lib/index.d.ts",
  "version": "5.0.1"
}
