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

    rceaed42 r59329aa  
    11{
    2   "name": "abab",
    3   "version": "2.0.5",
    4   "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
    5   "main": "index.js",
    6   "files": [
    7     "index.d.ts",
    8     "index.js",
    9     "lib/"
     2  "_args": [
     3    [
     4      "abab@2.0.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "scripts": {
    12     "mocha": "mocha test/node",
    13     "karma": "karma start",
    14     "test": "npm run lint && npm run mocha && npm run karma",
    15     "lint": "eslint ."
     8  "_development": true,
     9  "_from": "abab@2.0.5",
     10  "_id": "abab@2.0.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
     13  "_location": "/abab",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "abab@2.0.5",
     19    "name": "abab",
     20    "escapedName": "abab",
     21    "rawSpec": "2.0.5",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.5"
    1624  },
    17   "repository": {
    18     "type": "git",
    19     "url": "git+https://github.com/jsdom/abab.git"
     25  "_requiredBy": [
     26    "/source-map-loader"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
     29  "_spec": "2.0.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jeff Carpenter",
     33    "email": "gcarpenterv@gmail.com"
    2034  },
    21   "keywords": [
    22     "atob",
    23     "btoa",
    24     "browser"
    25   ],
    26   "author": "Jeff Carpenter <gcarpenterv@gmail.com>",
    27   "license": "BSD-3-Clause",
    2835  "bugs": {
    2936    "url": "https://github.com/jsdom/abab/issues"
    3037  },
    31   "homepage": "https://github.com/jsdom/abab#readme",
     38  "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
    3239  "devDependencies": {
    3340    "eslint": "^4.19.1",
     
    3946    "mocha": "^5.1.0",
    4047    "webpack": "^4.5.0"
    41   }
     48  },
     49  "files": [
     50    "index.d.ts",
     51    "index.js",
     52    "lib/"
     53  ],
     54  "homepage": "https://github.com/jsdom/abab#readme",
     55  "keywords": [
     56    "atob",
     57    "btoa",
     58    "browser"
     59  ],
     60  "license": "BSD-3-Clause",
     61  "main": "index.js",
     62  "name": "abab",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/jsdom/abab.git"
     66  },
     67  "scripts": {
     68    "karma": "karma start",
     69    "lint": "eslint .",
     70    "mocha": "mocha test/node",
     71    "test": "npm run lint && npm run mocha && npm run karma"
     72  },
     73  "version": "2.0.5"
    4274}
Note: See TracChangeset for help on using the changeset viewer.