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

    r0c6b92a r79a0317  
    11{
    2   "name": "inherits",
     2  "_from": "inherits@2",
     3  "_id": "inherits@2.0.4",
     4  "_inBundle": false,
     5  "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
     6  "_location": "/inherits",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "inherits@2",
     12    "name": "inherits",
     13    "escapedName": "inherits",
     14    "rawSpec": "2",
     15    "saveSpec": null,
     16    "fetchSpec": "2"
     17  },
     18  "_requiredBy": [
     19    "/glob"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
     22  "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
     23  "_spec": "inherits@2",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
     25  "browser": "./inherits_browser.js",
     26  "bugs": {
     27    "url": "https://github.com/isaacs/inherits/issues"
     28  },
     29  "bundleDependencies": false,
     30  "deprecated": false,
    331  "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
    4   "version": "2.0.4",
     32  "devDependencies": {
     33    "tap": "^14.2.4"
     34  },
     35  "files": [
     36    "inherits.js",
     37    "inherits_browser.js"
     38  ],
     39  "homepage": "https://github.com/isaacs/inherits#readme",
    540  "keywords": [
    641    "inheritance",
     
    1348    "browserify"
    1449  ],
     50  "license": "ISC",
    1551  "main": "./inherits.js",
    16   "browser": "./inherits_browser.js",
    17   "repository": "git://github.com/isaacs/inherits",
    18   "license": "ISC",
     52  "name": "inherits",
     53  "repository": {
     54    "type": "git",
     55    "url": "git://github.com/isaacs/inherits.git"
     56  },
    1957  "scripts": {
    2058    "test": "tap"
    2159  },
    22   "devDependencies": {
    23     "tap": "^14.2.4"
    24   },
    25   "files": [
    26     "inherits.js",
    27     "inherits_browser.js"
    28   ]
     60  "version": "2.0.4"
    2961}
Note: See TracChangeset for help on using the changeset viewer.