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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-lambda/package.json')
-rw-r--r--node_modules/is-lambda/package.json67
1 files changed, 19 insertions, 48 deletions
diff --git a/node_modules/is-lambda/package.json b/node_modules/is-lambda/package.json
index d78555250..d8550898b 100644
--- a/node_modules/is-lambda/package.json
+++ b/node_modules/is-lambda/package.json
@@ -1,48 +1,20 @@
{
- "_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,
+ "name": "is-lambda",
+ "version": "1.0.1",
"description": "Detect if your code is running on an AWS Lambda server",
+ "main": "index.js",
+ "dependencies": {},
"devDependencies": {
"clear-require": "^1.0.1",
"standard": "^10.0.2"
},
- "homepage": "https://github.com/watson/is-lambda",
+ "scripts": {
+ "test": "standard && node test.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/watson/is-lambda.git"
+ },
"keywords": [
"aws",
"hosting",
@@ -50,15 +22,14 @@
"lambda",
"detect"
],
+ "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"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"
+ "bugs": {
+ "url": "https://github.com/watson/is-lambda/issues"
},
- "version": "1.0.1"
+ "homepage": "https://github.com/watson/is-lambda",
+ "coordinates": [
+ 37.3859955,
+ -122.0838831
+ ]
}