uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
node_modules
/
form-data
/
..
/
jsonwebtoken
/
..
/
isobject
/
..
/
..
/
4d695
/
is-lambda.tar
/
/
package.json000064400000001726151701447010007040 0ustar00{ "_id": "is-lambda@1.0.1", "_inBundle": true, "_location": "/npm/is-lambda", "_phantomChildren": {}, "_requiredBy": [ "/npm/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" }, "coordinates": [ 37.3859955, -122.0838831 ], "dependencies": {}, "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" } test.js000064400000000501151701447010006055 0ustar00'use strict' var assert = require('assert') var clearRequire = require('clear-require') process.env.AWS_EXECUTION_ENV = 'AWS_Lambda_nodejs6.10' process.env.LAMBDA_TASK_ROOT = '/var/task' var isCI = require('./') assert(isCI) delete process.env.AWS_EXECUTION_ENV clearRequire('./') isCI = require('./') assert(!isCI) LICENSE000064400000002103151701447010005545 0ustar00The MIT License (MIT) Copyright (c) 2016-2017 Thomas Watson Steen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. index.js000064400000000162151701447010006210 0ustar00'use strict' module.exports = !!( (process.env.LAMBDA_TASK_ROOT && process.env.AWS_EXECUTION_ENV) || false )
/home/emeraadmin/www/node_modules/form-data/../jsonwebtoken/../isobject/../../4d695/is-lambda.tar