{ "_args": [ [ "react-toastify@6.2.0", "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site" ] ], "_from": "react-toastify@6.2.0", "_id": "react-toastify@6.2.0", "_inBundle": false, "_integrity": "sha512-XpjFrcBhQ0/nBOL4syqgP/TywFnOyxmstYLWgSQWcj39qpp+WU4vPt3C/ayIDx7RFyxRWfzWTdR2qOcDGo7G0w==", "_location": "/react-toastify", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-toastify@6.2.0", "name": "react-toastify", "escapedName": "react-toastify", "rawSpec": "6.2.0", "saveSpec": null, "fetchSpec": "6.2.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.2.0.tgz", "_spec": "6.2.0", "_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": { "clsx": "^1.1.1", "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/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", "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.2.0" }