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

    rceaed42 r59329aa  
    11{
    2   "name": "inflight",
    3   "version": "1.0.6",
    4   "description": "Add callbacks to requests in flight to avoid async duplication",
    5   "main": "inflight.js",
    6   "files": [
    7     "inflight.js"
     2  "_args": [
     3    [
     4      "inflight@1.0.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
     8  "_development": true,
     9  "_from": "inflight@1.0.6",
     10  "_id": "inflight@1.0.6",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
     13  "_location": "/inflight",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "inflight@1.0.6",
     19    "name": "inflight",
     20    "escapedName": "inflight",
     21    "rawSpec": "1.0.6",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.6"
     24  },
     25  "_requiredBy": [
     26    "/glob"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
     29  "_spec": "1.0.6",
     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/isaacs/inflight/issues"
     38  },
    939  "dependencies": {
    1040    "once": "^1.3.0",
    1141    "wrappy": "1"
    1242  },
     43  "description": "Add callbacks to requests in flight to avoid async duplication",
    1344  "devDependencies": {
    1445    "tap": "^7.1.2"
     46  },
     47  "files": [
     48    "inflight.js"
     49  ],
     50  "homepage": "https://github.com/isaacs/inflight",
     51  "license": "ISC",
     52  "main": "inflight.js",
     53  "name": "inflight",
     54  "repository": {
     55    "type": "git",
     56    "url": "git+https://github.com/npm/inflight.git"
    1557  },
    1658  "scripts": {
    1759    "test": "tap test.js --100"
    1860  },
    19   "repository": {
    20     "type": "git",
    21     "url": "https://github.com/npm/inflight.git"
    22   },
    23   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    24   "bugs": {
    25     "url": "https://github.com/isaacs/inflight/issues"
    26   },
    27   "homepage": "https://github.com/isaacs/inflight",
    28   "license": "ISC"
     61  "version": "1.0.6"
    2962}
Note: See TracChangeset for help on using the changeset viewer.