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

    rceaed42 r59329aa  
    11{
    2   "name": "universalify",
    3   "version": "0.1.2",
     2  "_args": [
     3    [
     4      "universalify@0.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "universalify@0.1.2",
     10  "_id": "universalify@0.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
     13  "_location": "/universalify",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "universalify@0.1.2",
     19    "name": "universalify",
     20    "escapedName": "universalify",
     21    "rawSpec": "0.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.2"
     24  },
     25  "_requiredBy": [
     26    "/fs-extra"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
     29  "_spec": "0.1.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ryan Zimmerman",
     33    "email": "opensrc@ryanzim.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/RyanZim/universalify/issues"
     37  },
    438  "description": "Make a callback- or promise-based function support both promises and callbacks.",
    5   "keywords": [
    6     "callback",
    7     "native",
    8     "promise"
    9   ],
    10   "homepage": "https://github.com/RyanZim/universalify#readme",
    11   "bugs": "https://github.com/RyanZim/universalify/issues",
    12   "license": "MIT",
    13   "author": "Ryan Zimmerman <opensrc@ryanzim.com>",
    14   "files": [
    15     "index.js"
    16   ],
    17   "repository": {
    18     "type": "git",
    19     "url": "git+https://github.com/RyanZim/universalify.git"
    20   },
    21   "scripts": {
    22     "test": "standard && nyc tape test/*.js | colortape"
    23   },
    2439  "devDependencies": {
    2540    "colortape": "^0.1.2",
     
    3146  "engines": {
    3247    "node": ">= 4.0.0"
    33   }
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/RyanZim/universalify#readme",
     53  "keywords": [
     54    "callback",
     55    "native",
     56    "promise"
     57  ],
     58  "license": "MIT",
     59  "name": "universalify",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/RyanZim/universalify.git"
     63  },
     64  "scripts": {
     65    "test": "standard && nyc tape test/*.js | colortape"
     66  },
     67  "version": "0.1.2"
    3468}
Note: See TracChangeset for help on using the changeset viewer.