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

    rceaed42 r59329aa  
    11{
    2   "name": "is-lambda",
    3   "version": "1.0.1",
     2  "_args": [
     3    [
     4      "is-lambda@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-lambda@1.0.1",
     10  "_id": "is-lambda@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=",
     13  "_location": "/is-lambda",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-lambda@1.0.1",
     19    "name": "is-lambda",
     20    "escapedName": "is-lambda",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/make-fetch-happen"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Thomas Watson Steen",
     33    "email": "w@tson.dk",
     34    "url": "https://twitter.com/wa7son"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/watson/is-lambda/issues"
     38  },
     39  "coordinates": [
     40    37.3859955,
     41    -122.0838831
     42  ],
     43  "dependencies": {},
    444  "description": "Detect if your code is running on an AWS Lambda server",
    5   "main": "index.js",
    6   "dependencies": {},
    745  "devDependencies": {
    846    "clear-require": "^1.0.1",
    947    "standard": "^10.0.2"
    1048  },
    11   "scripts": {
    12     "test": "standard && node test.js"
    13   },
    14   "repository": {
    15     "type": "git",
    16     "url": "https://github.com/watson/is-lambda.git"
    17   },
     49  "homepage": "https://github.com/watson/is-lambda",
    1850  "keywords": [
    1951    "aws",
     
    2355    "detect"
    2456  ],
    25   "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
    2657  "license": "MIT",
    27   "bugs": {
    28     "url": "https://github.com/watson/is-lambda/issues"
     58  "main": "index.js",
     59  "name": "is-lambda",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/watson/is-lambda.git"
    2963  },
    30   "homepage": "https://github.com/watson/is-lambda",
    31   "coordinates": [
    32     37.3859955,
    33     -122.0838831
    34   ]
     64  "scripts": {
     65    "test": "standard && node test.js"
     66  },
     67  "version": "1.0.1"
    3568}
Note: See TracChangeset for help on using the changeset viewer.