package.json
2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_from": "copy-to-clipboard@^3.2.0",
"_id": "copy-to-clipboard@3.3.1",
"_inBundle": false,
"_integrity": "sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==",
"_location": "/copy-to-clipboard",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "copy-to-clipboard@^3.2.0",
"name": "copy-to-clipboard",
"escapedName": "copy-to-clipboard",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz",
"_shasum": "115aa1a9998ffab6196f93076ad6da3b913662ae",
"_spec": "copy-to-clipboard@^3.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"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.3.1"
}