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/gensync/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "gensync",
    3   "version": "1.0.0-beta.2",
    4   "license": "MIT",
     2  "_from": "gensync@^1.0.0-beta.2",
     3  "_id": "gensync@1.0.0-beta.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
     6  "_location": "/gensync",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "gensync@^1.0.0-beta.2",
     12    "name": "gensync",
     13    "escapedName": "gensync",
     14    "rawSpec": "^1.0.0-beta.2",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.0-beta.2"
     17  },
     18  "_requiredBy": [
     19    "/@babel/core"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
     22  "_shasum": "32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0",
     23  "_spec": "gensync@^1.0.0-beta.2",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
     25  "author": {
     26    "name": "Logan Smyth",
     27    "email": "loganfsmyth@gmail.com"
     28  },
     29  "bugs": {
     30    "url": "https://github.com/loganfsmyth/gensync/issues"
     31  },
     32  "bundleDependencies": false,
     33  "deprecated": false,
    534  "description": "Allows users to use generators in order to write common functions that can be both sync or async.",
    6   "main": "index.js",
    7   "author": "Logan Smyth <loganfsmyth@gmail.com>",
    8   "homepage": "https://github.com/loganfsmyth/gensync",
    9   "repository": {
    10     "type": "git",
    11     "url": "https://github.com/loganfsmyth/gensync.git"
    12   },
    13   "scripts": {
    14     "test": "jest"
    15   },
    16   "engines": {
    17     "node": ">=6.9.0"
    18   },
    19   "keywords": [
    20     "async",
    21     "sync",
    22     "generators",
    23     "async-await",
    24     "callbacks"
    25   ],
    2635  "devDependencies": {
    2736    "babel-core": "^6.26.3",
     
    3443    "jest": "^22.4.3",
    3544    "prettier": "^1.12.1"
    36   }
     45  },
     46  "engines": {
     47    "node": ">=6.9.0"
     48  },
     49  "homepage": "https://github.com/loganfsmyth/gensync",
     50  "keywords": [
     51    "async",
     52    "sync",
     53    "generators",
     54    "async-await",
     55    "callbacks"
     56  ],
     57  "license": "MIT",
     58  "main": "index.js",
     59  "name": "gensync",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/loganfsmyth/gensync.git"
     63  },
     64  "scripts": {
     65    "test": "jest"
     66  },
     67  "version": "1.0.0-beta.2"
    3768}
Note: See TracChangeset for help on using the changeset viewer.