source: imaps-frontend/node_modules/toggle-selection/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: 1.7 KB
Line 
1{
2 "_from": "toggle-selection@^1.0.6",
3 "_id": "toggle-selection@1.0.6",
4 "_inBundle": false,
5 "_integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
6 "_location": "/toggle-selection",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "toggle-selection@^1.0.6",
12 "name": "toggle-selection",
13 "escapedName": "toggle-selection",
14 "rawSpec": "^1.0.6",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.6"
17 },
18 "_requiredBy": [
19 "/copy-to-clipboard"
20 ],
21 "_resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
22 "_shasum": "6e45b1263f2017fa0acc7d89d78b15b8bf77da32",
23 "_spec": "toggle-selection@^1.0.6",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/copy-to-clipboard",
25 "author": {
26 "name": "sudodoki",
27 "email": "smd.deluzion@gmail.com",
28 "url": "sudodoki.name"
29 },
30 "bugs": {
31 "url": "https://github.com/sudodoki/toggle-selection/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Aleksej Shvajka",
37 "url": "https://github.com/shvaikalesh"
38 }
39 ],
40 "deprecated": false,
41 "description": "Toggle current selected content in browser",
42 "homepage": "https://github.com/sudodoki/toggle-selection#readme",
43 "keywords": [
44 "selection",
45 "toggle",
46 "browser",
47 "deselect"
48 ],
49 "license": "MIT",
50 "main": "index.js",
51 "name": "toggle-selection",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/sudodoki/toggle-selection.git"
55 },
56 "scripts": {
57 "test": "echo \"Error: no test specified\" && exit 1"
58 },
59 "version": "1.0.6"
60}
Note: See TracBrowser for help on using the repository browser.