source: imaps-frontend/node_modules/copy-to-clipboard/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_from": "copy-to-clipboard@^3.3.1",
3 "_id": "copy-to-clipboard@3.3.3",
4 "_inBundle": false,
5 "_integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
6 "_location": "/copy-to-clipboard",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "copy-to-clipboard@^3.3.1",
12 "name": "copy-to-clipboard",
13 "escapedName": "copy-to-clipboard",
14 "rawSpec": "^3.3.1",
15 "saveSpec": null,
16 "fetchSpec": "^3.3.1"
17 },
18 "_requiredBy": [
19 "/react-use"
20 ],
21 "_resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
22 "_shasum": "55ac43a1db8ae639a4bd99511c148cdd1b83a1b0",
23 "_spec": "copy-to-clipboard@^3.3.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
25 "author": {
26 "name": "sudodoki",
27 "email": "smd.deluzion@gmail.com"
28 },
29 "bugs": {
30 "url": "https://github.com/sudodoki/copy-to-clipboard/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "Aleksej Shvajka",
36 "url": "https://github.com/shvaikalesh"
37 }
38 ],
39 "dependencies": {
40 "toggle-selection": "^1.0.6"
41 },
42 "deprecated": false,
43 "description": "Copy stuff into clipboard using JS with fallbacks",
44 "devDependencies": {
45 "@brettz9/node-static": "^0.1.1",
46 "browserify": "^13.0.1",
47 "minimist": "^1.2.6",
48 "nightwatch": "^2.3.0",
49 "optimist": "^0.5.2",
50 "selenium-server-standalone-jar": "2.53.0",
51 "uglify-js": "^3.5.3"
52 },
53 "directories": {
54 "example": "example"
55 },
56 "homepage": "https://github.com/sudodoki/copy-to-clipboard#readme",
57 "keywords": [
58 "clipboard",
59 "copy",
60 "browser"
61 ],
62 "license": "MIT",
63 "main": "index.js",
64 "name": "copy-to-clipboard",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sudodoki/copy-to-clipboard.git"
68 },
69 "scripts": {
70 "pretest": "browserify ./index.js --standalone copyToClipboard | uglifyjs -cm > example/index.js",
71 "test": "nightwatch"
72 },
73 "types": "index.d.ts",
74 "version": "3.3.3"
75}
Note: See TracBrowser for help on using the repository browser.