芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-copy-to-clipboard/package.json
{ "_args": [ [ "react-copy-to-clipboard@5.0.4", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "react-copy-to-clipboard@5.0.4", "_id": "react-copy-to-clipboard@5.0.4", "_inBundle": false, "_integrity": "sha512-IeVAiNVKjSPeGax/Gmkqfa/+PuMTBhutEvFUaMQLwE2tS0EXrAdgOpWDX26bWTXF3HrioorR7lr08NqeYUWQCQ==", "_location": "/react-copy-to-clipboard", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-copy-to-clipboard@5.0.4", "name": "react-copy-to-clipboard", "escapedName": "react-copy-to-clipboard", "rawSpec": "5.0.4", "saveSpec": null, "fetchSpec": "5.0.4" }, "_requiredBy": [ "/strapi-admin", "/strapi-plugin-documentation", "/strapi-plugin-upload" ], "_resolved": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.4.tgz", "_spec": "5.0.4", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Nik Butenko", "email": "nik@butenko.me" }, "bugs": { "url": "https://github.com/nkbt/react-copy-to-clipboard/issues" }, "config": { "component": "CopyToClipboard", "externals": { "react": "React", "react-dom": "ReactDOM" }, "include": [ "https://unpkg.com/react/umd/react.production.min.js", "https://unpkg.com/react-dom/umd/react-dom.production.min.js" ] }, "dependencies": { "copy-to-clipboard": "^3", "prop-types": "^15.5.8" }, "description": "Copy-to-clipboard React component", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "css-loader": "^3.2.0", "depcheck": "^0.9.0", "eslint": "^6.4.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0", "gh-pages": "^2.1.1", "html-webpack-plugin": "^3.2.0", "html-webpack-tags-plugin": "^2.0.17", "mini-css-extract-plugin": "^0.8.0", "react": "^17.0.1", "react-dom": "^17.0.1", "style-loader": "^1.0.0", "tape": "^4.11.0", "webpack": "^4.41.0", "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.8.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 || ^17.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nkbt/react-copy-to-clipboard.git" }, "scripts": { "build": "yarn lib && yarn dist", "deps": "! depcheck --specials=bin,eslint --ignore-dirs=build,lib,pub | grep --invert-match 'No depcheck issue'", "dist": "NODE_ENV=production webpack-cli --config ./webpack/dist.config.js && NODE_ENV=production webpack-cli --config ./webpack/min.config.js", "ghPages": "gh-pages --dist ./pub --repo git@github.com:nkbt/react-copy-to-clipboard.git --user nik@butenko.me --branch gh-pages --message 'Publish examples' ", "lib": "NODE_ENV=production babel src --out-dir lib", "lint": "eslint .", "nuke": "rm -rf node_modules yarn.lock", "postnuke": "yarn install", "postversion": "git push --follow-tags", "predist": "rm -rf ./build", "preghPages": "yarn pub", "prelib": "rm -rf ./lib", "prepub": "rm -rf ./pub", "prepublishOnly": "yarn build", "pub": "NODE_ENV=production webpack-cli --config ./webpack/pub.config.js", "start": "NODE_ENV=development webpack-dev-server --config ./webpack/dev.config.js", "test": "node test/Component-test.js" }, "version": "5.0.4" }