source: trip-planner-front/node_modules/is-docker/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: 747 bytes
Line 
1{
2 "name": "is-docker",
3 "version": "2.2.1",
4 "description": "Check if the process is running inside a Docker container",
5 "license": "MIT",
6 "repository": "sindresorhus/is-docker",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "bin": "cli.js",
14 "engines": {
15 "node": ">=8"
16 },
17 "scripts": {
18 "test": "xo && ava && tsd"
19 },
20 "files": [
21 "index.js",
22 "index.d.ts",
23 "cli.js"
24 ],
25 "keywords": [
26 "detect",
27 "docker",
28 "dockerized",
29 "container",
30 "inside",
31 "is",
32 "env",
33 "environment",
34 "process"
35 ],
36 "devDependencies": {
37 "ava": "^1.4.1",
38 "sinon": "^7.3.2",
39 "tsd": "^0.7.2",
40 "xo": "^0.24.0"
41 }
42}
Note: See TracBrowser for help on using the repository browser.