{ "_args": [ [ "react-cookie@4.0.3", "/home/riddhi/simulation/Gazebo_simulation-Frontend" ] ], "_from": "react-cookie@4.0.3", "_id": "react-cookie@4.0.3", "_inBundle": false, "_integrity": "sha512-cmi6IpdVgTSvjqssqIEvo779Gfqc4uPGHRrKMEdHcqkmGtPmxolGfsyKj95bhdLEKqMdbX8MLBCwezlnhkHK0g==", "_location": "/react-cookie", "_phantomChildren": { "react-is": "16.12.0" }, "_requested": { "type": "version", "registry": true, "raw": "react-cookie@4.0.3", "name": "react-cookie", "escapedName": "react-cookie", "rawSpec": "4.0.3", "saveSpec": null, "fetchSpec": "4.0.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-4.0.3.tgz", "_spec": "4.0.3", "_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend", "author": { "name": "Benoit Tremblay", "email": "benoit@reactivestack.com" }, "bugs": { "url": "https://github.com/reactivestack/cookies/issues" }, "dependencies": { "@types/hoist-non-react-statics": "^3.0.1", "hoist-non-react-statics": "^3.0.0", "universal-cookie": "^4.0.0" }, "description": "Universal cookies for React", "devDependencies": { "@babel/cli": "^7.0.0", "react": "^16.8.0", "react-dom": "^16.8.0", "rimraf": "^2.6.1", "rollup": "^1.16.4", "typescript": "^3.0.1" }, "files": [ "es6", "cjs", "umd", "lib", "index.d.ts", "LICENSE" ], "homepage": "https://github.com/reactivestack/cookies/tree/master/packages/react-cookie/#readme", "keywords": [ "universal", "isomophic", "cookie", "react" ], "license": "MIT", "main": "cjs/index.js", "module": "es6/index.js", "name": "react-cookie", "peerDependencies": { "react": ">= 16.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/reactivestack/cookies.git" }, "scripts": { "build": "npm run clean && npm run build-es6 && npm run build-cjs && npm run build-umd && npm run build-legacy", "build-cjs": "babel es6 -D -d cjs", "build-es6": "tsc", "build-legacy": "babel es6 -D -d lib", "build-umd": "rollup -c", "clean": "rimraf lib && rimraf es6 && rimraf cjs && rimraf umd" }, "sideEffects": false, "version": "4.0.3" }