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

    rceaed42 r59329aa  
    11{
    2   "name": "ee-first",
    3   "description": "return the first event in a set of ee/event pairs",
    4   "version": "1.1.1",
     2  "_args": [
     3    [
     4      "ee-first@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ee-first@1.1.1",
     10  "_id": "ee-first@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
     13  "_location": "/ee-first",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ee-first@1.1.1",
     19    "name": "ee-first",
     20    "escapedName": "ee-first",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/on-finished"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
     29  "_spec": "1.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    531  "author": {
    632    "name": "Jonathan Ong",
    733    "email": "me@jongleberry.com",
    8     "url": "http://jongleberry.com",
    9     "twitter": "https://twitter.com/jongleberry"
     34    "url": "http://jongleberry.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/jonathanong/ee-first/issues"
    1038  },
    1139  "contributors": [
    12     "Douglas Christopher Wilson <doug@somethingdoug.com>"
     40    {
     41      "name": "Douglas Christopher Wilson",
     42      "email": "doug@somethingdoug.com"
     43    }
    1344  ],
    14   "license": "MIT",
    15   "repository": "jonathanong/ee-first",
     45  "description": "return the first event in a set of ee/event pairs",
    1646  "devDependencies": {
    1747    "istanbul": "0.3.9",
     
    2252    "LICENSE"
    2353  ],
     54  "homepage": "https://github.com/jonathanong/ee-first#readme",
     55  "license": "MIT",
     56  "name": "ee-first",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/jonathanong/ee-first.git"
     60  },
    2461  "scripts": {
    2562    "test": "mocha --reporter spec --bail --check-leaks test/",
    2663    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    2764    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    28   }
     65  },
     66  "version": "1.1.1"
    2967}
Note: See TracChangeset for help on using the changeset viewer.