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

    rceaed42 r59329aa  
    11{
    2   "name": "lodash.debounce",
    3   "version": "4.0.8",
     2  "_args": [
     3    [
     4      "lodash.debounce@4.0.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "lodash.debounce@4.0.8",
     10  "_id": "lodash.debounce@4.0.8",
     11  "_inBundle": false,
     12  "_integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=",
     13  "_location": "/lodash.debounce",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "lodash.debounce@4.0.8",
     19    "name": "lodash.debounce",
     20    "escapedName": "lodash.debounce",
     21    "rawSpec": "4.0.8",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.8"
     24  },
     25  "_requiredBy": [
     26    "/@babel/helper-define-polyfill-provider"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
     29  "_spec": "4.0.8",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "John-David Dalton",
     33    "email": "john.david.dalton@gmail.com",
     34    "url": "http://allyoucanleet.com/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/lodash/lodash/issues"
     38  },
     39  "contributors": [
     40    {
     41      "name": "John-David Dalton",
     42      "email": "john.david.dalton@gmail.com",
     43      "url": "http://allyoucanleet.com/"
     44    },
     45    {
     46      "name": "Blaine Bublitz",
     47      "email": "blaine.bublitz@gmail.com",
     48      "url": "https://github.com/phated"
     49    },
     50    {
     51      "name": "Mathias Bynens",
     52      "email": "mathias@qiwi.be",
     53      "url": "https://mathiasbynens.be/"
     54    }
     55  ],
    456  "description": "The lodash method `_.debounce` exported as a module.",
    557  "homepage": "https://lodash.com/",
    658  "icon": "https://lodash.com/icon.svg",
     59  "keywords": [
     60    "lodash-modularized",
     61    "debounce"
     62  ],
    763  "license": "MIT",
    8   "keywords": "lodash-modularized, debounce",
    9   "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
    10   "contributors": [
    11     "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
    12     "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
    13     "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
    14   ],
    15   "repository": "lodash/lodash",
    16   "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
     64  "name": "lodash.debounce",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/lodash/lodash.git"
     68  },
     69  "scripts": {
     70    "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
     71  },
     72  "version": "4.0.8"
    1773}
Note: See TracChangeset for help on using the changeset viewer.