forked from LRH1993/android_interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.46 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.46 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"_args": [
[
{
"name": "clipboard",
"raw": "clipboard@^1.5.5",
"rawSpec": "^1.5.5",
"scope": null,
"spec": ">=1.5.5 <2.0.0",
"type": "range"
},
"/Users/lvruheng/android_interview/node_modules/prismjs"
]
],
"_cnpm_publish_time": 1496102284518,
"_from": "clipboard@>=1.5.5 <2.0.0",
"_hasShrinkwrap": false,
"_id": "clipboard@1.7.1",
"_inCache": true,
"_installable": true,
"_location": "/clipboard",
"_nodeVersion": "7.10.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/clipboard-1.7.1.tgz_1496102284338_0.21156074409373105"
},
"_npmUser": {
"email": "zno.rocha@gmail.com",
"name": "zenorocha"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "clipboard",
"raw": "clipboard@^1.5.5",
"rawSpec": "^1.5.5",
"scope": null,
"spec": ">=1.5.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/prismjs"
],
"_resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-1.7.1.tgz",
"_shasum": "360d6d6946e99a7a1fef395e42ba92b5e9b5a16b",
"_shrinkwrap": null,
"_spec": "clipboard@^1.5.5",
"_where": "/Users/lvruheng/android_interview/node_modules/prismjs",
"bugs": {
"url": "https://github.com/zenorocha/clipboard.js/issues"
},
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
},
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bannerify": "github:vekat/bannerify#feature-option",
"browserify": "^14.3.0",
"chai": "^3.5.0",
"install": "^0.9.6",
"karma": "^1.6.0",
"karma-browserify": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"mocha": "^3.3.0",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^2.2.0",
"uglify-js": "^2.8.22",
"watchify": "^3.9.0"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "360d6d6946e99a7a1fef395e42ba92b5e9b5a16b",
"size": 13131,
"tarball": "http://registry.npm.taobao.org/clipboard/download/clipboard-1.7.1.tgz"
},
"gitHead": "b6e6b80ab07eab03ce0d277515b3ed540773a330",
"homepage": "https://github.com/zenorocha/clipboard.js#readme",
"keywords": [
"clipboard",
"copy",
"cut"
],
"license": "MIT",
"main": "lib/clipboard.js",
"maintainers": [
{
"email": "zno.rocha@gmail.com",
"name": "zenorocha"
}
],
"name": "clipboard",
"optionalDependencies": {},
"publish_time": 1496102284518,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/zenorocha/clipboard.js.git"
},
"scripts": {
"build": "npm run build-debug && npm run build-min",
"build-debug": "browserify src/clipboard.js -s Clipboard -t [babelify] -p [bannerify --file .banner ] -o dist/clipboard.js",
"build-min": "uglifyjs dist/clipboard.js --comments '/!/' -m screw_ie8=true -c screw_ie8=true,unused=false -o dist/clipboard.min.js",
"build-watch": "watchify src/clipboard.js -s Clipboard -t [babelify] -o dist/clipboard.js -v",
"prepublish": "babel src --out-dir lib",
"test": "karma start --single-run"
},
"version": "1.7.1"
}