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

    rceaed42 r59329aa  
    11{
    2   "name": "wrappy",
    3   "version": "1.0.2",
     2  "_args": [
     3    [
     4      "wrappy@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "wrappy@1.0.2",
     10  "_id": "wrappy@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
     13  "_location": "/wrappy",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "wrappy@1.0.2",
     19    "name": "wrappy",
     20    "escapedName": "wrappy",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/inflight",
     27    "/once"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
     30  "_spec": "1.0.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Isaac Z. Schlueter",
     34    "email": "i@izs.me",
     35    "url": "http://blog.izs.me/"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/npm/wrappy/issues"
     39  },
     40  "dependencies": {},
    441  "description": "Callback wrapping utility",
    5   "main": "wrappy.js",
     42  "devDependencies": {
     43    "tap": "^2.3.1"
     44  },
     45  "directories": {
     46    "test": "test"
     47  },
    648  "files": [
    749    "wrappy.js"
    850  ],
    9   "directories": {
    10     "test": "test"
    11   },
    12   "dependencies": {},
    13   "devDependencies": {
    14     "tap": "^2.3.1"
     51  "homepage": "https://github.com/npm/wrappy",
     52  "license": "ISC",
     53  "main": "wrappy.js",
     54  "name": "wrappy",
     55  "repository": {
     56    "type": "git",
     57    "url": "git+https://github.com/npm/wrappy.git"
    1558  },
    1659  "scripts": {
    1760    "test": "tap --coverage test/*.js"
    1861  },
    19   "repository": {
    20     "type": "git",
    21     "url": "https://github.com/npm/wrappy"
    22   },
    23   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    24   "license": "ISC",
    25   "bugs": {
    26     "url": "https://github.com/npm/wrappy/issues"
    27   },
    28   "homepage": "https://github.com/npm/wrappy"
     62  "version": "1.0.2"
    2963}
Note: See TracChangeset for help on using the changeset viewer.