Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/inherits/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "inherits",
     2  "_args": [
     3    [
     4      "inherits@2.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "inherits@2.0.4",
     10  "_id": "inherits@2.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
     13  "_location": "/inherits",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "inherits@2.0.4",
     19    "name": "inherits",
     20    "escapedName": "inherits",
     21    "rawSpec": "2.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.4"
     24  },
     25  "_requiredBy": [
     26    "/are-we-there-yet/readable-stream",
     27    "/bl",
     28    "/css",
     29    "/css-parse/css",
     30    "/glob",
     31    "/hpack.js",
     32    "/hpack.js/readable-stream",
     33    "/memory-fs/readable-stream",
     34    "/readable-stream",
     35    "/sockjs-client",
     36    "/webpack-dev-server/chokidar",
     37    "/webpack-dev-server/readable-stream"
     38  ],
     39  "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
     40  "_spec": "2.0.4",
     41  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     42  "browser": "./inherits_browser.js",
     43  "bugs": {
     44    "url": "https://github.com/isaacs/inherits/issues"
     45  },
    346  "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
    4   "version": "2.0.4",
     47  "devDependencies": {
     48    "tap": "^14.2.4"
     49  },
     50  "files": [
     51    "inherits.js",
     52    "inherits_browser.js"
     53  ],
     54  "homepage": "https://github.com/isaacs/inherits#readme",
    555  "keywords": [
    656    "inheritance",
     
    1363    "browserify"
    1464  ],
     65  "license": "ISC",
    1566  "main": "./inherits.js",
    16   "browser": "./inherits_browser.js",
    17   "repository": "git://github.com/isaacs/inherits",
    18   "license": "ISC",
     67  "name": "inherits",
     68  "repository": {
     69    "type": "git",
     70    "url": "git://github.com/isaacs/inherits.git"
     71  },
    1972  "scripts": {
    2073    "test": "tap"
    2174  },
    22   "devDependencies": {
    23     "tap": "^14.2.4"
    24   },
    25   "files": [
    26     "inherits.js",
    27     "inherits_browser.js"
    28   ]
     75  "version": "2.0.4"
    2976}
Note: See TracChangeset for help on using the changeset viewer.