{ "_args": [ [ "react-modal@3.13.1", "/Users/nuwan/Code/jam-cloud/jam-ui" ] ], "_from": "react-modal@3.13.1", "_id": "react-modal@3.13.1", "_inBundle": false, "_integrity": "sha512-m6yXK7I4YKssQnsjHK7xITSXy2O81BSOHOsg0/uWAsdKtuT9HF2tdoYhRuxNNQg2V+LgepsoHUPJKS8m6no+eg==", "_location": "/react-modal", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-modal@3.13.1", "name": "react-modal", "escapedName": "react-modal", "rawSpec": "3.13.1", "saveSpec": null, "fetchSpec": "3.13.1" }, "_requiredBy": [ "/react-image-lightbox" ], "_resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.13.1.tgz", "_spec": "3.13.1", "_where": "/Users/nuwan/Code/jam-cloud/jam-ui", "authors": [ "Ryan Florence" ], "bugs": { "url": "https://github.com/reactjs/react-modal/issues" }, "dependencies": { "exenv": "^1.2.0", "prop-types": "^15.5.10", "react-lifecycles-compat": "^3.0.0", "warning": "^4.0.3" }, "description": "Accessible modal dialog component for React.JS", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.25.0", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "coveralls": "^3.0.7", "cross-env": "^5.0.1", "eslint": "^4.8.0", "eslint-config-prettier": "^2.6.0", "eslint-import-resolver-webpack": "^0.9.0", "eslint-plugin-import": "^2.10.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-react": "^7.17.0", "istanbul-instrumenter-loader": "^3.0.0", "karma": "^5.1.1", "karma-chrome-launcher": "2.2.0", "karma-coverage": "^2.0.3", "karma-firefox-launcher": "1.0.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.1", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.4", "mocha": "^8.1.1", "npm-run-all": "^4.1.1", "prettier": "^1.7.4", "react": "^17.0.0", "react-dom": "^17.0.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "should": "^13.1.0", "sinon": "next", "uglify-js": "3.1.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.11.0" }, "directories": { "example": "examples" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/reactjs/react-modal", "keywords": [ "react", "react-component", "modal", "dialog" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib/index.js", "name": "react-modal", "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16 || ^17", "react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17" }, "repository": { "type": "git", "url": "git+https://github.com/reactjs/react-modal.git" }, "scripts": { "lint": "eslint src/", "start": "npx webpack-dev-server --config ./scripts/webpack.config.js --inline --host 127.0.0.1 --content-base examples/", "test": "cross-env NODE_ENV=test karma start" }, "tags": [ "react", "modal", "dialog" ], "version": "3.13.1" }