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

    rceaed42 r59329aa  
    11{
    2   "name": "use",
    3   "description": "Easily add plugin support to your node.js application.",
    4   "version": "3.1.1",
    5   "homepage": "https://github.com/jonschlinkert/use",
    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     "Olsten Larck (https://i.am.charlike.online)",
    11     "(https://github.com/wtgtybhertgeghgtwtg)"
     2  "_args": [
     3    [
     4      "use@3.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "jonschlinkert/use",
     8  "_development": true,
     9  "_from": "use@3.1.1",
     10  "_id": "use@3.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
     13  "_location": "/use",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "use@3.1.1",
     19    "name": "use",
     20    "escapedName": "use",
     21    "rawSpec": "3.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.1"
     24  },
     25  "_requiredBy": [
     26    "/snapdragon"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
     29  "_spec": "3.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1435  "bugs": {
    1536    "url": "https://github.com/jonschlinkert/use/issues"
    1637  },
    17   "license": "MIT",
    18   "files": [
    19     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Brian Woodward",
     41      "url": "https://twitter.com/doowb"
     42    },
     43    {
     44      "name": "Jon Schlinkert",
     45      "url": "http://twitter.com/jonschlinkert"
     46    },
     47    {
     48      "name": "Olsten Larck",
     49      "url": "https://i.am.charlike.online"
     50    },
     51    {
     52      "url": "https://github.com/wtgtybhertgeghgtwtg"
     53    }
    2054  ],
    21   "main": "index.js",
    22   "engines": {
    23     "node": ">=0.10.0"
    24   },
    25   "scripts": {
    26     "test": "mocha"
    27   },
     55  "description": "Easily add plugin support to your node.js application.",
    2856  "devDependencies": {
    2957    "base-plugins": "^1.0.0",
     
    3765    "mocha": "^4.0.1"
    3866  },
     67  "engines": {
     68    "node": ">=0.10.0"
     69  },
     70  "files": [
     71    "index.js"
     72  ],
     73  "homepage": "https://github.com/jonschlinkert/use",
    3974  "keywords": [
    4075    "use"
    4176  ],
     77  "license": "MIT",
     78  "main": "index.js",
     79  "name": "use",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/jonschlinkert/use.git"
     83  },
     84  "scripts": {
     85    "test": "mocha"
     86  },
    4287  "verb": {
    4388    "toc": false,
     
    63108      "reflinks": true
    64109    }
    65   }
     110  },
     111  "version": "3.1.1"
    66112}
Note: See TracChangeset for help on using the changeset viewer.