source: trip-planner-front/node_modules/is-lambda/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 773 bytes
Line 
1{
2 "name": "is-lambda",
3 "version": "1.0.1",
4 "description": "Detect if your code is running on an AWS Lambda server",
5 "main": "index.js",
6 "dependencies": {},
7 "devDependencies": {
8 "clear-require": "^1.0.1",
9 "standard": "^10.0.2"
10 },
11 "scripts": {
12 "test": "standard && node test.js"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/watson/is-lambda.git"
17 },
18 "keywords": [
19 "aws",
20 "hosting",
21 "hosted",
22 "lambda",
23 "detect"
24 ],
25 "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/watson/is-lambda/issues"
29 },
30 "homepage": "https://github.com/watson/is-lambda",
31 "coordinates": [
32 37.3859955,
33 -122.0838831
34 ]
35}
Note: See TracBrowser for help on using the repository browser.