{ "_from": "react-copy-to-clipboard@^5.0.1", "_id": "react-copy-to-clipboard@5.0.1", "_inBundle": false, "_integrity": "sha512-ELKq31/E3zjFs5rDWNCfFL4NvNFQvGRoJdAKReD/rUPA+xxiLPQmZBZBvy2vgH7V0GE9isIQpT9WXbwIVErYdA==", "_location": "/react-copy-to-clipboard", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "react-copy-to-clipboard@^5.0.1", "name": "react-copy-to-clipboard", "escapedName": "react-copy-to-clipboard", "rawSpec": "^5.0.1", "saveSpec": null, "fetchSpec": "^5.0.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.1.tgz", "_shasum": "8eae107bb400be73132ed3b6a7b4fb156090208e", "_spec": "react-copy-to-clipboard@^5.0.1", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code", "author": { "name": "Nik Butenko", "email": "nik@butenko.me" }, "bugs": { "url": "https://github.com/nkbt/react-copy-to-clipboard/issues" }, "bundleDependencies": false, "config": { "component": "CopyToClipboard", "externals": { "react": "React", "react-dom": "ReactDOM" } }, "dependencies": { "copy-to-clipboard": "^3", "prop-types": "^15.5.8" }, "deprecated": false, "description": "Copy-to-clipboard React component", "devDependencies": { "babel-cli": "^6.24.1", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.8", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "babel-register": "^6.24.1", "babili-webpack-plugin": "^0.1.2", "css-loader": "^0.28.4", "eslint": "^4.4.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.1.0", "extract-text-webpack-plugin": "^3.0.0", "finalhandler": "^1.0.4", "gh-pages": "^1.0.0", "glob": "^7.1.2", "html-webpack-include-assets-plugin": "^1.0.0", "html-webpack-plugin": "^2.30.1", "nightwatch": "^0.9.16", "portfinder": "^1.0.13", "react": "^16.0.0", "react-dom": "^16.0.0", "rimraf": "^2.6.1", "serve-static": "^1.12.3", "style-loader": "^0.18.2", "tape": "^4.8.0", "webpack": "^3.4.1", "webpack-dev-server": "^2.6.1" }, "files": [ "build", "lib", "src", "LICENSE", "package.json", "README.md" ], "homepage": "https://github.com/nkbt/react-copy-to-clipboard", "keywords": [ "component", "react-component", "react", "copy to clipboard", "clipboard" ], "license": "MIT", "main": "lib/index.js", "name": "react-copy-to-clipboard", "peerDependencies": { "react": "^15.3.0 || ^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nkbt/react-copy-to-clipboard.git" }, "scripts": { "build": "scripts/build.js", "dist": "scripts/dist.js", "e2e": "scripts/e2e.js", "ghPages": "scripts/ghPages.js", "lib": "scripts/lib.js", "lint": "scripts/lint.js", "postversion": "git push --follow-tags", "prepublish": "yarn build", "pub": "scripts/pub.js", "start": "scripts/dev.js", "test": "scripts/test.js" }, "version": "5.0.1" }