Changeset 79a0317 for imaps-frontend/node_modules/toggle-selection
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/toggle-selection/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "toggle-selection", 3 "version": "1.0.6", 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, 4 41 "description": "Toggle current selected content in browser", 5 "main": "index.js", 6 "repository": { 7 "type": "git", 8 "url": "git+https://github.com/sudodoki/toggle-selection" 9 }, 10 "scripts": { 11 "test": "echo \"Error: no test specified\" && exit 1" 12 }, 42 "homepage": "https://github.com/sudodoki/toggle-selection#readme", 13 43 "keywords": [ 14 44 "selection", … … 17 47 "deselect" 18 48 ], 19 "author": "sudodoki <smd.deluzion@gmail.com> (sudodoki.name)",20 49 "license": "MIT", 21 "contributors": [ 22 { 23 "name": "Aleksej Shvajka", 24 "url": "https://github.com/shvaikalesh" 25 } 26 ] 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" 27 60 }
Note:
See TracChangeset
for help on using the changeset viewer.