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

    r0c6b92a r79a0317  
    11{
    2   "name": "once",
    3   "version": "1.4.0",
    4   "description": "Run a function exactly one time",
    5   "main": "once.js",
    6   "directories": {
    7     "test": "test"
     2  "_from": "once@^1.3.0",
     3  "_id": "once@1.4.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
     6  "_location": "/once",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "once@^1.3.0",
     12    "name": "once",
     13    "escapedName": "once",
     14    "rawSpec": "^1.3.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.3.0"
    817  },
     18  "_requiredBy": [
     19    "/glob",
     20    "/inflight"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
     23  "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
     24  "_spec": "once@^1.3.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
     26  "author": {
     27    "name": "Isaac Z. Schlueter",
     28    "email": "i@izs.me",
     29    "url": "http://blog.izs.me/"
     30  },
     31  "bugs": {
     32    "url": "https://github.com/isaacs/once/issues"
     33  },
     34  "bundleDependencies": false,
    935  "dependencies": {
    1036    "wrappy": "1"
    1137  },
     38  "deprecated": false,
     39  "description": "Run a function exactly one time",
    1240  "devDependencies": {
    1341    "tap": "^7.0.1"
    1442  },
    15   "scripts": {
    16     "test": "tap test/*.js"
     43  "directories": {
     44    "test": "test"
    1745  },
    1846  "files": [
    1947    "once.js"
    2048  ],
    21   "repository": {
    22     "type": "git",
    23     "url": "git://github.com/isaacs/once"
    24   },
     49  "homepage": "https://github.com/isaacs/once#readme",
    2550  "keywords": [
    2651    "once",
     
    2954    "single"
    3055  ],
    31   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    32   "license": "ISC"
     56  "license": "ISC",
     57  "main": "once.js",
     58  "name": "once",
     59  "repository": {
     60    "type": "git",
     61    "url": "git://github.com/isaacs/once.git"
     62  },
     63  "scripts": {
     64    "test": "tap test/*.js"
     65  },
     66  "version": "1.4.0"
    3367}
Note: See TracChangeset for help on using the changeset viewer.