{ "_from": "react-toastify", "_id": "react-toastify@3.2.2", "_inBundle": false, "_integrity": "sha512-8AjrkESeJHGEHOC4mgp6YPtCEV0X8QAuh/TUITtGsNbX7771VxptDBlSBd1qMnFmc0PA10ge2wWUmIdBBdOskQ==", "_location": "/react-toastify", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "react-toastify", "name": "react-toastify", "escapedName": "react-toastify", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-3.2.2.tgz", "_shasum": "a9dd0e9a155d1584a5628c5a92a6aafbf75270f4", "_spec": "react-toastify", "_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI", "author": { "name": "Fadi Khadra", "email": "fdkhadra@gmail.com", "url": "https://fkhadra.github.io" }, "bugs": { "url": "https://github.com/fkhadra/react-toastify/issues" }, "bundleDependencies": false, "dependencies": { "glamor": "^2.20.40", "prop-types": "^15.6.0", "react-transition-group": "^2.2.1" }, "deprecated": false, "description": "React notification made easy", "devDependencies": { "@types/react": "^16.0.18", "@types/react-transition-group": "^2.0.6", "babel-cli": "^6.26.0", "babel-eslint": "^8.0.1", "babel-jest": "^21.2.0", "babel-loader": "^7.1.2", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-env": "^1.6.0", "babel-preset-react-app": "^3.0.3", "coveralls": "^3.0.0", "enzyme": "^3.0.0", "enzyme-adapter-react-16": "^1.0.0", "enzyme-to-json": "^3.2.2", "eslint": "^4.7.2", "eslint-config-react-app": "^2.0.1", "eslint-plugin-flowtype": "^2.37.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.4.0", "jest": "^21.2.1", "jest-cli": "^21.2.1", "jest-glamor-react": "^3.2.2", "prettier": "^1.9.2", "raf": "^3.3.2", "react": "^16.0.0", "react-dom": "^16.0.0", "react-test-renderer": "^16.0.0", "webpack": "^3.6.0" }, "homepage": "https://github.com/fkhadra/react-toastify#readme", "jest": { "verbose": true, "setupFiles": [ "raf/polyfill", "/setupTests.js" ], "snapshotSerializers": [ "jest-glamor-react" ] }, "keywords": [ "react", "notification", "toast", "react-component", "react-toastify", "push", "alert" ], "license": "MIT", "main": "lib/index.js", "name": "react-toastify", "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/fkhadra/react-toastify.git" }, "scripts": { "build": "NODE_ENV=production ./scripts/build.sh", "lint": "eslint src/", "lint:fix": "eslint --fix src/", "prebuild": "npm run test", "prettier-all": "prettier --single-quote --write 'src/**/*.js'", "test": "jest", "test:coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "typings": "./index.d.ts", "version": "3.2.2" }