{
  "_from": "simple-update-in@2.2.0",
  "_id": "simple-update-in@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-FrW41lLiOs82jKxwq39UrE1HDAHOvirKWk4Nv8tqnFFFknVbTxcHZzDS4vt02qqdU/5+KNsQHWzhKHznDBmrww==",
  "_location": "/simple-update-in",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simple-update-in@2.2.0",
    "name": "simple-update-in",
    "escapedName": "simple-update-in",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/react-scroll-to-bottom"
  ],
  "_resolved": "https://registry.npmjs.org/simple-update-in/-/simple-update-in-2.2.0.tgz",
  "_shasum": "86607662635ea12e59b5341044244902aa7db1c8",
  "_spec": "simple-update-in@2.2.0",
  "_where": "/var/www/html/prod/amplitech-react-js/node_modules/react-scroll-to-bottom",
  "author": {
    "name": "William Wong",
    "email": "compulim@hotmail.com",
    "url": "http://compulim.info/"
  },
  "browser": "dist/simple-update-in.production.min.js",
  "bugs": {
    "url": "https://github.com/compulim/simple-update-in/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A lightweight `updateIn` for immutable objects.",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "babel-jest": "^26.0.1",
    "babel-plugin-add-module-exports": "^1.0.2",
    "concurrently": "^5.2.0",
    "coveralls": "^3.1.0",
    "jest": "^26.0.1",
    "regenerator-runtime": "^0.13.5",
    "rollup": "^2.10.9",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-uglify": "^6.0.4"
  },
  "files": [
    "dist/**/*",
    "lib/**/*"
  ],
  "homepage": "https://github.com/compulim/simple-update-in#readme",
  "keywords": [
    "asynchronous",
    "immutable",
    "predicate",
    "update",
    "updater",
    "update-in"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "simple-update-in",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compulim/simple-update-in.git"
  },
  "scripts": {
    "build": "npm run build:babel && npm run build:rollup",
    "build:babel": "babel --out-dir lib src --ignore **/*.spec.js,**/*.test.js",
    "build:rollup": "rollup --config",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "prestart": "npm run build:babel",
    "start": "concurrently --kill-others --names \"babel,rollup\" \"npm run start:babel\" \"npm run start:rollup\"",
    "start:babel": "npm run build:babel -- --skip-initial-build --watch",
    "start:rollup": "npm run build:rollup -- --watch",
    "test": "jest --collectCoverage true"
  },
  "version": "2.2.0"
}
