package.json
1.91 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
{
"_from": "vue-clipboard2",
"_id": "vue-clipboard2@0.3.1",
"_inBundle": false,
"_integrity": "sha512-H5S/agEDj0kXjUb5GP2c0hCzIXWRBygaWLN3NEFsaI9I3uWin778SFEMt8QRXiPG+7anyjqWiw2lqcxWUSfkYg==",
"_location": "/vue-clipboard2",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vue-clipboard2",
"name": "vue-clipboard2",
"escapedName": "vue-clipboard2",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz",
"_shasum": "6e551fb7bd384889b28b0da3b12289ed6bca4894",
"_spec": "vue-clipboard2",
"_where": "/Users/zhanghao/brcode/br-client",
"author": {
"name": "Inndy"
},
"bugs": {
"url": "https://github.com/Inndy/vue-clipboard2/issues"
},
"bundleDependencies": false,
"dependencies": {
"clipboard": "^2.0.0"
},
"deprecated": false,
"description": "A Vuejs2 binding for clipboard.js",
"devDependencies": {
"browserify": "^16.1.0",
"eslint": ">=5.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": ">=2.13.0",
"eslint-plugin-node": ">=7.0.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint-plugin-standard": ">=4.0.0",
"uglify-js": "^3.3.12"
},
"homepage": "https://github.com/Inndy/vue-clipboard2#readme",
"keywords": [
"vue",
"vue2",
"clipboard",
"clipboard.js"
],
"license": "MIT",
"main": "vue-clipboard.js",
"name": "vue-clipboard2",
"peerDependecies": {
"vue": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inndy/vue-clipboard2.git"
},
"scripts": {
"build": "$(npm bin)/eslint vue-clipboard.js && $(npm bin)/browserify browserify-me.js -o dist/vue-clipboard.js && $(npm bin)/uglifyjs dist/vue-clipboard.js -o dist/vue-clipboard.min.js && echo Success"
},
"version": "0.3.1"
}