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

    rceaed42 r59329aa  
    11{
    2   "name": "through",
    3   "version": "2.3.8",
     2  "_args": [
     3    [
     4      "through@2.3.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "through@2.3.8",
     10  "_id": "through@2.3.8",
     11  "_inBundle": false,
     12  "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
     13  "_location": "/through",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "through@2.3.8",
     19    "name": "through",
     20    "escapedName": "through",
     21    "rawSpec": "2.3.8",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.8"
     24  },
     25  "_requiredBy": [
     26    "/inquirer"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
     29  "_spec": "2.3.8",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Dominic Tarr",
     33    "email": "dominic.tarr@gmail.com",
     34    "url": "dominictarr.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/dominictarr/through/issues"
     38  },
    439  "description": "simplified stream construction",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "set -e; for t in test/*.js; do node $t; done"
     40  "devDependencies": {
     41    "from": "~0.1.3",
     42    "stream-spec": "~0.3.5",
     43    "tape": "~2.3.2"
    844  },
    9   "devDependencies": {
    10     "stream-spec": "~0.3.5",
    11     "tape": "~2.3.2",
    12     "from": "~0.1.3"
    13   },
     45  "homepage": "https://github.com/dominictarr/through",
    1446  "keywords": [
    1547    "stream",
     
    1850    "pipe"
    1951  ],
    20   "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
    2152  "license": "MIT",
     53  "main": "index.js",
     54  "name": "through",
    2255  "repository": {
    2356    "type": "git",
    24     "url": "https://github.com/dominictarr/through.git"
     57    "url": "git+https://github.com/dominictarr/through.git"
    2558  },
    26   "homepage": "https://github.com/dominictarr/through",
     59  "scripts": {
     60    "test": "set -e; for t in test/*.js; do node $t; done"
     61  },
    2762  "testling": {
    2863    "browsers": [
     
    3368    ],
    3469    "files": "test/*.js"
    35   }
     70  },
     71  "version": "2.3.8"
    3672}
Note: See TracChangeset for help on using the changeset viewer.