{
  "_args": [
    [
      "state-local@1.0.7",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_from": "state-local@1.0.7",
  "_id": "state-local@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==",
  "_location": "/state-local",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "state-local@1.0.7",
    "name": "state-local",
    "escapedName": "state-local",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/@monaco-editor/loader"
  ],
  "_resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz",
  "_spec": "1.0.7",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Suren Atoyan",
    "email": "contact@surenatoyan.com"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "bugs": {
    "url": "https://github.com/suren-atoyan/state-local/issues"
  },
  "dependencies": {},
  "description": "Tiny, simple, and robust technique for defining and acting with local states",
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@rollup/plugin-replace": "^2.3.4",
    "babel-jest": "^26.2.2",
    "babel-loader": "^8.1.0",
    "eslint": "^7.6.0",
    "husky": "^4.2.5",
    "jest": "^26.2.2",
    "rollup": "^2.35.1",
    "rollup-plugin-terser": "^7.0.2"
  },
  "homepage": "https://github.com/suren-atoyan/state-local#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm test && npm run lint"
    }
  },
  "jsdelivr": "lib/umd/state-local.min.js",
  "keywords": [
    "state",
    "state management",
    "local state"
  ],
  "license": "MIT",
  "main": "lib/cjs/state-local.js",
  "module": "lib/es/state-local.js",
  "name": "state-local",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suren-atoyan/state-local.git"
  },
  "scripts": {
    "build": "rollup -c && cp ./src/types.d.ts ./lib/",
    "coverage": "jest --collect-coverage",
    "lint": "npx eslint src",
    "prepublish": "npm test && npm run lint && npm run build",
    "test": "jest",
    "test-watch": "npm run build && jest --watch"
  },
  "types": "lib/types.d.ts",
  "unpkg": "lib/umd/state-local.min.js",
  "version": "1.0.7"
}
