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

    rceaed42 r59329aa  
    11{
    2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    3   "name": "npmlog",
    4   "description": "logger for npm",
    5   "version": "4.1.2",
    6   "repository": {
    7     "type": "git",
    8     "url": "https://github.com/npm/npmlog.git"
     2  "_args": [
     3    [
     4      "npmlog@4.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "npmlog@4.1.2",
     10  "_id": "npmlog@4.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
     13  "_location": "/npmlog",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "npmlog@4.1.2",
     19    "name": "npmlog",
     20    "escapedName": "npmlog",
     21    "rawSpec": "4.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.2"
    924  },
    10   "main": "log.js",
    11   "files": [
    12     "log.js"
     25  "_requiredBy": [
     26    "/node-gyp"
    1327  ],
    14   "scripts": {
    15     "test": "standard && tap test/*.js"
     28  "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
     29  "_spec": "4.1.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "http://blog.izs.me/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/npm/npmlog/issues"
    1638  },
    1739  "dependencies": {
     
    2143    "set-blocking": "~2.0.0"
    2244  },
     45  "description": "logger for npm",
    2346  "devDependencies": {
    2447    "standard": "~7.1.2",
    2548    "tap": "~5.7.3"
    2649  },
    27   "license": "ISC"
     50  "files": [
     51    "log.js"
     52  ],
     53  "homepage": "https://github.com/npm/npmlog#readme",
     54  "license": "ISC",
     55  "main": "log.js",
     56  "name": "npmlog",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/npm/npmlog.git"
     60  },
     61  "scripts": {
     62    "test": "standard && tap test/*.js"
     63  },
     64  "version": "4.1.2"
    2865}
Note: See TracChangeset for help on using the changeset viewer.