Innovenergy_trunk/frontend/node_modules/is-podman/package.json

39 lines
669 B
JSON
Executable File

{
"name": "is-podman",
"version": "1.0.1",
"description": "Check if the process is running inside a Podman container",
"license": "MIT",
"author": {
"name": "Rohan Arya Varma",
"email": "rohanaryavarma@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/rohan-av/is-podman"
},
"keywords": [
"detect",
"podman",
"container",
"inside",
"is",
"env",
"environment",
"process",
"oci"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "cli.js",
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts",
"cli.js"
]
}