{ "_args": [ [ "react-toastify@6.0.6", "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site" ] ], "_from": "react-toastify@6.0.6", "_id": "react-toastify@6.0.6", "_inBundle": false, "_integrity": "sha512-NdHiMhj76Z877kZlXuelVfJONslvpmDTL95FVAoBy2kkU75hiqR5+pu1GdJZfRWPhen9ecdb58d3HmefaJ06Yw==", "_location": "/react-toastify", "_phantomChildren": { "@babel/runtime": "7.9.2", "dom-helpers": "5.1.4", "loose-envify": "1.4.0", "prop-types": "15.7.2" }, "_requested": { "type": "version", "registry": true, "raw": "react-toastify@6.0.6", "name": "react-toastify", "escapedName": "react-toastify", "rawSpec": "6.0.6", "saveSpec": null, "fetchSpec": "6.0.6" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.6.tgz", "_spec": "6.0.6", "_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site", "author": { "name": "Fadi Khadra", "email": "fdkhadra@gmail.com", "url": "https://fkhadra.github.io" }, "bugs": { "url": "https://github.com/fkhadra/react-toastify/issues" }, "dependencies": { "classnames": "^2.2.6", "prop-types": "^15.7.2", "react-transition-group": "^4.4.1" }, "description": "React notification made easy", "devDependencies": { "@babel/core": "^7.0.0-0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "@testing-library/react": "^9.4.0", "@types/classnames": "^2.2.9", "@types/jest": "^24.9.0", "@types/react": "^16.9.34", "@types/react-dom": "^16.9.6", "@types/react-transition-group": "^4.2.4", "coveralls": "^3.0.9", "cssnano": "^4.1.10", "cssnano-cli": "^1.0.5", "husky": "^4.2.0", "postcss": "^7.0.27", "postcss-cli": "^7.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", "sass": "^1.26.0", "tsdx": "^0.12.3", "tslib": "^1.10.0", "typescript": "^3.7.5" }, "eslint": { "rules": { "react-hooks/exhaustive-deps": "off" } }, "files": [ "dist", "scss" ], "homepage": "https://github.com/fkhadra/react-toastify#readme", "husky": { "hooks": { "pre-commit": "npm run lint" } }, "jest": { "verbose": true, "coveragePathIgnorePatterns": [ "/src/index.tsx" ] }, "keywords": [ "react", "notification", "toast", "react-component", "react-toastify", "push", "alert" ], "license": "MIT", "main": "dist/index.js", "module": "dist/react-toastify.esm.js", "name": "react-toastify", "peerDependencies": { "react": ">=16" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true }, "repository": { "type": "git", "url": "git+https://github.com/fkhadra/react-toastify.git" }, "scripts": { "build": "npm run prepare", "ci": "npm run lint && npm run test:coverage && cat ./coverage/lcov.info | coveralls", "lint": "tsdx lint src", "postsass": "postcss dist/ReactToastify.css --use autoprefixer -m -o dist/ReactToastify.css", "postsass-minimal": "cssnano dist/ReactToastify.minimal.css dist/ReactToastify.minimal.css --no-zindex --no-reduceIdents", "prepare": "tsdx build && npm run style", "sass": "sass scss/main.scss dist/ReactToastify.css", "sass-minimal": "sass scss/minimal.scss dist/ReactToastify.minimal.css", "start": "cd example && npm run start", "style": "npm run sass && npm run sass-minimal && cssnano dist/ReactToastify.css dist/ReactToastify.min.css --no-zindex --no-reduceIdents", "test": "tsdx test --passWithNoTests", "test:coverage": "tsdx test --coverage" }, "sideEffects": [ "*.css" ], "typings": "dist/index.d.ts", "version": "6.0.6" }