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

    rceaed42 r59329aa  
    11{
    2   "name": "thunky",
    3   "version": "1.1.0",
     2  "_args": [
     3    [
     4      "thunky@1.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "thunky@1.1.0",
     10  "_id": "thunky@1.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
     13  "_location": "/thunky",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "thunky@1.1.0",
     19    "name": "thunky",
     20    "escapedName": "thunky",
     21    "rawSpec": "1.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.0"
     24  },
     25  "_requiredBy": [
     26    "/multicast-dns"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
     29  "_spec": "1.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mathias Buus Madsen",
     33    "email": "mathiasbuus@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mafintosh/thunky/issues"
     37  },
    438  "description": "delay the evaluation of a paramless async function and cache the result",
    5   "main": "index.js",
    639  "devDependencies": {
    740    "standard": "^12.0.1",
    841    "tape": "^4.9.1"
    942  },
    10   "repository": {
    11     "type": "git",
    12     "url": "git://github.com/mafintosh/thunky.git"
    13   },
    14   "scripts": {
    15     "test": "standard && tape test.js"
    16   },
     43  "homepage": "https://github.com/mafintosh/thunky#readme",
    1744  "keywords": [
    1845    "memo",
     
    2451    "cache"
    2552  ],
    26   "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
    27   "bugs": {
    28     "url": "https://github.com/mafintosh/thunky/issues"
     53  "license": "MIT",
     54  "main": "index.js",
     55  "name": "thunky",
     56  "repository": {
     57    "type": "git",
     58    "url": "git://github.com/mafintosh/thunky.git"
    2959  },
    30   "homepage": "https://github.com/mafintosh/thunky#readme",
    31   "license": "MIT"
     60  "scripts": {
     61    "test": "standard && tape test.js"
     62  },
     63  "version": "1.1.0"
    3264}
Note: See TracChangeset for help on using the changeset viewer.