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

    rceaed42 r59329aa  
    11{
    2   "name": "base64-js",
    3   "description": "Base64 encoding/decoding in pure JS",
    4   "version": "1.5.1",
    5   "author": "T. Jameson Little <t.jameson.little@gmail.com>",
    6   "typings": "index.d.ts",
     2  "_args": [
     3    [
     4      "base64-js@1.5.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "base64-js@1.5.1",
     10  "_id": "base64-js@1.5.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
     13  "_location": "/base64-js",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "base64-js@1.5.1",
     19    "name": "base64-js",
     20    "escapedName": "base64-js",
     21    "rawSpec": "1.5.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.5.1"
     24  },
     25  "_requiredBy": [
     26    "/buffer",
     27    "/hdr-histogram-js"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
     30  "_spec": "1.5.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "T. Jameson Little",
     34    "email": "t.jameson.little@gmail.com"
     35  },
    736  "bugs": {
    837    "url": "https://github.com/beatgammit/base64-js/issues"
    938  },
     39  "description": "Base64 encoding/decoding in pure JS",
    1040  "devDependencies": {
    1141    "babel-minify": "^0.5.1",
     
    1444    "standard": "*",
    1545    "tape": "4.x"
    16   },
    17   "homepage": "https://github.com/beatgammit/base64-js",
    18   "keywords": [
    19     "base64"
    20   ],
    21   "license": "MIT",
    22   "main": "index.js",
    23   "repository": {
    24     "type": "git",
    25     "url": "git://github.com/beatgammit/base64-js.git"
    26   },
    27   "scripts": {
    28     "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
    29     "lint": "standard",
    30     "test": "npm run lint && npm run unit",
    31     "unit": "tape test/*.js"
    3246  },
    3347  "funding": [
     
    4458      "url": "https://feross.org/support"
    4559    }
    46   ]
     60  ],
     61  "homepage": "https://github.com/beatgammit/base64-js",
     62  "keywords": [
     63    "base64"
     64  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "base64-js",
     68  "repository": {
     69    "type": "git",
     70    "url": "git://github.com/beatgammit/base64-js.git"
     71  },
     72  "scripts": {
     73    "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
     74    "lint": "standard",
     75    "test": "npm run lint && npm run unit",
     76    "unit": "tape test/*.js"
     77  },
     78  "typings": "index.d.ts",
     79  "version": "1.5.1"
    4780}
Note: See TracChangeset for help on using the changeset viewer.