76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"_from": "copy-to-clipboard@^3.3.1",
|
|
"_id": "copy-to-clipboard@3.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
|
|
"_location": "/copy-to-clipboard",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "copy-to-clipboard@^3.3.1",
|
|
"name": "copy-to-clipboard",
|
|
"escapedName": "copy-to-clipboard",
|
|
"rawSpec": "^3.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@walletconnect/qrcode-modal"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
|
|
"_shasum": "55ac43a1db8ae639a4bd99511c148cdd1b83a1b0",
|
|
"_spec": "copy-to-clipboard@^3.3.1",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\qrcode-modal",
|
|
"author": {
|
|
"name": "sudodoki",
|
|
"email": "smd.deluzion@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sudodoki/copy-to-clipboard/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Aleksej Shvajka",
|
|
"url": "https://github.com/shvaikalesh"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"toggle-selection": "^1.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Copy stuff into clipboard using JS with fallbacks",
|
|
"devDependencies": {
|
|
"@brettz9/node-static": "^0.1.1",
|
|
"browserify": "^13.0.1",
|
|
"minimist": "^1.2.6",
|
|
"nightwatch": "^2.3.0",
|
|
"optimist": "^0.5.2",
|
|
"selenium-server-standalone-jar": "2.53.0",
|
|
"uglify-js": "^3.5.3"
|
|
},
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"homepage": "https://github.com/sudodoki/copy-to-clipboard#readme",
|
|
"keywords": [
|
|
"clipboard",
|
|
"copy",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "copy-to-clipboard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sudodoki/copy-to-clipboard.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "browserify ./index.js --standalone copyToClipboard | uglifyjs -cm > example/index.js",
|
|
"test": "nightwatch"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "3.3.3"
|
|
}
|