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

    rceaed42 r59329aa  
    11{
    2   "name": "buffer",
    3   "description": "Node.js Buffer API, for the browser",
    4   "version": "5.7.1",
     2  "_args": [
     3    [
     4      "buffer@5.7.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "buffer@5.7.1",
     10  "_id": "buffer@5.7.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
     13  "_location": "/buffer",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "buffer@5.7.1",
     19    "name": "buffer",
     20    "escapedName": "buffer",
     21    "rawSpec": "5.7.1",
     22    "saveSpec": null,
     23    "fetchSpec": "5.7.1"
     24  },
     25  "_requiredBy": [
     26    "/bl"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
     29  "_spec": "5.7.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    531  "author": {
    632    "name": "Feross Aboukhadijeh",
     
    1238  },
    1339  "contributors": [
    14     "Romain Beauxis <toots@rastageeks.org>",
    15     "James Halliday <mail@substack.net>"
     40    {
     41      "name": "Romain Beauxis",
     42      "email": "toots@rastageeks.org"
     43    },
     44    {
     45      "name": "James Halliday",
     46      "email": "mail@substack.net"
     47    }
    1648  ],
    1749  "dependencies": {
     
    1951    "ieee754": "^1.1.13"
    2052  },
     53  "description": "Node.js Buffer API, for the browser",
    2154  "devDependencies": {
    2255    "airtap": "^3.0.0",
     
    3366    "uglify-js": "^3.11.3"
    3467  },
     68  "funding": [
     69    {
     70      "type": "github",
     71      "url": "https://github.com/sponsors/feross"
     72    },
     73    {
     74      "type": "patreon",
     75      "url": "https://www.patreon.com/feross"
     76    },
     77    {
     78      "type": "consulting",
     79      "url": "https://feross.org/support"
     80    }
     81  ],
    3582  "homepage": "https://github.com/feross/buffer",
    3683  "jspm": {
     
    5299  "license": "MIT",
    53100  "main": "index.js",
    54   "types": "index.d.ts",
     101  "name": "buffer",
    55102  "repository": {
    56103    "type": "git",
     
    80127    ]
    81128  },
    82   "funding": [
    83     {
    84       "type": "github",
    85       "url": "https://github.com/sponsors/feross"
    86     },
    87     {
    88       "type": "patreon",
    89       "url": "https://www.patreon.com/feross"
    90     },
    91     {
    92       "type": "consulting",
    93       "url": "https://feross.org/support"
    94     }
    95   ]
     129  "types": "index.d.ts",
     130  "version": "5.7.1"
    96131}
Note: See TracChangeset for help on using the changeset viewer.