package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "is-docker@2.2.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-docker@2.2.1",
  10. "_id": "is-docker@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  13. "_location": "/is-docker",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-docker@2.2.1",
  19. "name": "is-docker",
  20. "escapedName": "is-docker",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/is-wsl",
  27. "/open"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  30. "_spec": "2.2.1",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bin": {
  38. "is-docker": "cli.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/is-docker/issues"
  42. },
  43. "description": "Check if the process is running inside a Docker container",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "sinon": "^7.3.2",
  47. "tsd": "^0.7.2",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts",
  56. "cli.js"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/is-docker#readme",
  60. "keywords": [
  61. "detect",
  62. "docker",
  63. "dockerized",
  64. "container",
  65. "inside",
  66. "is",
  67. "env",
  68. "environment",
  69. "process"
  70. ],
  71. "license": "MIT",
  72. "name": "is-docker",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/is-docker.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava && tsd"
  79. },
  80. "version": "2.2.1"
  81. }