Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.8KB

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