{
  "_args": [
    [
      "update-input-width@1.2.1",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "update-input-width@1.2.1",
  "_id": "update-input-width@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-zygDshqDb2C2/kgfoD423n5htv/3OBF7aTaz2u2zZy998EJki8njOHOeZjKEd8XSYeDziIX1JXfMsKaIRJeJ/Q==",
  "_location": "/update-input-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "update-input-width@1.2.1",
    "name": "update-input-width",
    "escapedName": "update-input-width",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/react-date-picker"
  ],
  "_resolved": "https://registry.npmjs.org/update-input-width/-/update-input-width-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Wojciech Maj",
    "email": "kontakt@wojtekmaj.pl"
  },
  "bugs": {
    "url": "https://github.com/wojtekmaj/update-input-width/issues"
  },
  "description": "A function that given input element, updates its width to fit its content.",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.0",
    "@babel/preset-env": "^7.5.0",
    "cross-env": "^6.0.3",
    "eslint": "^6.1.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.8.0",
    "jest-canvas-mock": "^2.1.0",
    "rimraf": "^3.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "src/"
  ],
  "homepage": "https://github.com/wojtekmaj/update-input-width#readme",
  "jest": {
    "setupFiles": [
      "jest-canvas-mock"
    ]
  },
  "keywords": [
    "input width"
  ],
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "name": "update-input-width",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wojtekmaj/update-input-width.git"
  },
  "scripts": {
    "build": "yarn build-esm && yarn build-umd",
    "build-esm": "cross-env BABEL_ENV=production-esm babel src -d dist/esm --ignore **/*.spec.js",
    "build-umd": "cross-env BABEL_ENV=production-umd babel src -d dist/umd --ignore **/*.spec.js",
    "clean": "rimraf dist",
    "jest": "jest",
    "jest-coverage": "jest --coverage",
    "lint": "eslint src/ --ext .jsx,.js",
    "prepublishOnly": "yarn clean && yarn build",
    "test": "yarn lint && yarn jest"
  },
  "sideEffects": false,
  "source": "src/index.js",
  "version": "1.2.1"
}
