Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « is-lambda « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d78555250f47327bc65f50533ad8ea3762b20b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "_from": "is-lambda@^1.0.1",
  "_id": "is-lambda@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=",
  "_location": "/is-lambda",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-lambda@^1.0.1",
    "name": "is-lambda",
    "escapedName": "is-lambda",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  "_shasum": "3d9877899e6a53efc0160504cde15f82e6f061d5",
  "_spec": "is-lambda@^1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/make-fetch-happen",
  "author": {
    "name": "Thomas Watson Steen",
    "email": "w@tson.dk",
    "url": "https://twitter.com/wa7son"
  },
  "bugs": {
    "url": "https://github.com/watson/is-lambda/issues"
  },
  "bundleDependencies": false,
  "coordinates": [
    37.3859955,
    -122.0838831
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Detect if your code is running on an AWS Lambda server",
  "devDependencies": {
    "clear-require": "^1.0.1",
    "standard": "^10.0.2"
  },
  "homepage": "https://github.com/watson/is-lambda",
  "keywords": [
    "aws",
    "hosting",
    "hosted",
    "lambda",
    "detect"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-lambda",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/is-lambda.git"
  },
  "scripts": {
    "test": "standard && node test.js"
  },
  "version": "1.0.1"
}