Files
30-seconds-of-code/node_modules/copy-to-clipboard/package.json
2019-08-20 15:52:05 +02:00

74 lines
2.0 KiB
JSON

{
"_from": "copy-to-clipboard@^3",
"_id": "copy-to-clipboard@3.2.0",
"_inBundle": false,
"_integrity": "sha512-eOZERzvCmxS8HWzugj4Uxl8OJxa7T2k1Gi0X5qavwydHIfuSHq2dTD09LOg/XyGq4Zpb5IsR/2OJ5lbOegz78w==",
"_location": "/copy-to-clipboard",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "copy-to-clipboard@^3",
"name": "copy-to-clipboard",
"escapedName": "copy-to-clipboard",
"rawSpec": "^3",
"saveSpec": null,
"fetchSpec": "^3"
},
"_requiredBy": [
"/react-copy-to-clipboard"
],
"_resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.2.0.tgz",
"_shasum": "d2724a3ccbfed89706fac8a894872c979ac74467",
"_spec": "copy-to-clipboard@^3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/react-copy-to-clipboard",
"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": {
"browserify": "^13.0.1",
"nightwatch": "^0.9.1",
"node-static": "^0.7.7",
"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.2.0"
}