{ "_from": "mini-store@^3.0.1", "_id": "mini-store@3.0.2", "_inBundle": false, "_integrity": "sha512-TM7IQBu+mVssLQReprx7JGftXk0EyaiIWw7yAx6E4SIZRHwgQ8XcG4dINFAaBCBihbYPJyhf7kbz7e5qk1FkuQ==", "_location": "/mini-store", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mini-store@^3.0.1", "name": "mini-store", "escapedName": "mini-store", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/rc-menu" ], "_resolved": "https://registry.npmjs.org/mini-store/-/mini-store-3.0.2.tgz", "_shasum": "d63991fce1e3c96287d92fc812ee67d090e49098", "_spec": "mini-store@^3.0.1", "_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/rc-menu", "bundleDependencies": false, "dependencies": { "@types/hoist-non-react-statics": "^3.3.1", "@types/react-lifecycles-compat": "^3.0.1", "@types/shallowequal": "^1.1.1", "hoist-non-react-statics": "^3.3.2", "prop-types": "^15.6.0", "react-lifecycles-compat": "^3.0.4", "shallowequal": "^1.0.2", "typescript": "^3.8.3" }, "deprecated": false, "description": "[![Travis](https://img.shields.io/travis/yesmeck/mini-store.svg?style=flat-square)](https://travis-ci.org/yesmeck/mini-store)", "devDependencies": { "@commitlint/cli": "^7.0.0", "@commitlint/config-conventional": "^7.0.1", "@types/enzyme": "^3.10.5", "@types/jest": "^25.1.4", "@types/react": "^16.9.26", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.2", "husky": "^0.14.3", "jest": "^25.2.2", "react": "^16.0.0", "react-dom": "^16.0.0", "standard-version": "^4.4.0", "ts-jest": "^25.2.1" }, "files": [ "cjs", "esm" ], "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "name": "mini-store", "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "scripts": { "build": "npm run build:esm && npm run build:cjs", "build:cjs": "tsc --module commonjs --outDir cjs", "build:esm": "tsc", "commitmsg": "commitlint -E GIT_PARAMS", "prepack": "npm run build", "release": "standard-version", "test": "jest" }, "version": "3.0.2" }