Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/copy-to-clipboard/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "copy-to-clipboard",
    3   "version": "3.3.3",
    4   "description": "Copy stuff into clipboard using JS with fallbacks",
    5   "main": "index.js",
    6   "types": "index.d.ts",
    7   "scripts": {
    8     "pretest": "browserify ./index.js --standalone copyToClipboard | uglifyjs -cm > example/index.js",
    9     "test": "nightwatch"
     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"
    1017  },
    11   "keywords": [
    12     "clipboard",
    13     "copy",
    14     "browser"
     18  "_requiredBy": [
     19    "/react-use"
    1520  ],
    16   "author": "sudodoki <smd.deluzion@gmail.com>",
    17   "license": "MIT",
    18   "repository": {
    19     "type": "git",
    20     "url": "git+https://github.com/sudodoki/copy-to-clipboard"
     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"
    2128  },
     29  "bugs": {
     30    "url": "https://github.com/sudodoki/copy-to-clipboard/issues"
     31  },
     32  "bundleDependencies": false,
    2233  "contributors": [
    2334    {
     
    2940    "toggle-selection": "^1.0.6"
    3041  },
     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  },
    3153  "directories": {
    3254    "example": "example"
    3355  },
    34   "devDependencies": {
    35     "browserify": "^13.0.1",
    36     "minimist": "^1.2.6",
    37     "nightwatch": "^2.3.0",
    38     "@brettz9/node-static": "^0.1.1",
    39     "optimist": "^0.5.2",
    40     "selenium-server-standalone-jar": "2.53.0",
    41     "uglify-js": "^3.5.3"
    42   }
     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"
    4375}
Note: See TracChangeset for help on using the changeset viewer.