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

    rceaed42 r59329aa  
    11{
    2   "name": "class-utils",
    3   "description": "Utils for working with JavaScript classes and prototype methods.",
    4   "version": "0.3.6",
    5   "homepage": "https://github.com/jonschlinkert/class-utils",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    10     "(https://github.com/wtgtybhertgeghgtwtg)"
     2  "_args": [
     3    [
     4      "class-utils@0.3.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/class-utils",
     8  "_development": true,
     9  "_from": "class-utils@0.3.6",
     10  "_id": "class-utils@0.3.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
     13  "_location": "/class-utils",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "class-utils@0.3.6",
     21    "name": "class-utils",
     22    "escapedName": "class-utils",
     23    "rawSpec": "0.3.6",
     24    "saveSpec": null,
     25    "fetchSpec": "0.3.6"
     26  },
     27  "_requiredBy": [
     28    "/base"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
     31  "_spec": "0.3.6",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1337  "bugs": {
    1438    "url": "https://github.com/jonschlinkert/class-utils/issues"
    1539  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     40  "contributors": [
     41    {
     42      "name": "Brian Woodward",
     43      "url": "https://twitter.com/doowb"
     44    },
     45    {
     46      "name": "Jon Schlinkert",
     47      "url": "http://twitter.com/jonschlinkert"
     48    },
     49    {
     50      "url": "https://github.com/wtgtybhertgeghgtwtg"
     51    }
    1952  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2753  "dependencies": {
    2854    "arr-union": "^3.1.0",
     
    3157    "static-extend": "^0.1.1"
    3258  },
     59  "description": "Utils for working with JavaScript classes and prototype methods.",
    3360  "devDependencies": {
    3461    "gulp": "^3.9.1",
     
    4168    "through2": "^2.0.1"
    4269  },
     70  "engines": {
     71    "node": ">=0.10.0"
     72  },
     73  "files": [
     74    "index.js"
     75  ],
     76  "homepage": "https://github.com/jonschlinkert/class-utils",
    4377  "keywords": [
    4478    "array",
     
    6498    "utils"
    6599  ],
     100  "license": "MIT",
     101  "main": "index.js",
     102  "name": "class-utils",
     103  "repository": {
     104    "type": "git",
     105    "url": "git+https://github.com/jonschlinkert/class-utils.git"
     106  },
     107  "scripts": {
     108    "test": "mocha"
     109  },
    66110  "verb": {
    67111    "run": true,
     
    87131      "reflinks": true
    88132    }
    89   }
     133  },
     134  "version": "0.3.6"
    90135}
Note: See TracChangeset for help on using the changeset viewer.