You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
3.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "dotenv@^6.2.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix"
  6. ]
  7. ],
  8. "_from": "dotenv@>=6.2.0 <7.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "dotenv@6.2.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/dotenv",
  14. "_nodeVersion": "10.14.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/dotenv_6.2.0_1544034532953_0.14992929354591333"
  18. },
  19. "_npmUser": {
  20. "email": "npm@maxbeatty.com",
  21. "name": "maxbeatty"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "dotenv",
  27. "raw": "dotenv@^6.2.0",
  28. "rawSpec": "^6.2.0",
  29. "scope": null,
  30. "spec": ">=6.2.0 <7.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/laravel-mix"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
  37. "_shasum": "941c0410535d942c8becf28d3f357dbd9d476064",
  38. "_shrinkwrap": null,
  39. "_spec": "dotenv@^6.2.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix",
  41. "bugs": {
  42. "url": "https://github.com/motdotla/dotenv/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Loads environment variables from .env file",
  46. "devDependencies": {
  47. "decache": "^4.5.0",
  48. "flow-bin": "^0.84.0",
  49. "sinon": "^6.3.5",
  50. "standard": "^12.0.1",
  51. "standard-markdown": "^5.0.1",
  52. "tap": "^12.0.1"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "fileCount": 8,
  57. "integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==",
  58. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCBjlCRA9TVsSAnZWagAAZ6QP/2whrPAs/uThS4MbIfwc\nzikQNq5D1YtFmGElNPWkncQ4G2lJ9K81o02aOzgG9Wf+2YGAmnAj8yInMldC\noytQSZKRJyUbqSK353yZChJdADBMxHQMd+egDN0lYjSV7YV2qvSsrRX5IN1e\nqe4jVHOTFj0/OlrT8pJHKDBJc2VNIJLw1j/k0pCNFxKNai+P0DZdSILekbNN\nC8fkNJSoackP/PyutKp4yspE8gQm9qXmfyGcvs+qqLAr+kG0sUTppHjJeLTp\nUm6Kj+RBw6T7Mc4d/m/LYV/8HbZH+NGcfHRCamNVXr2dHdDwDO05/4Z3MZ+n\ni/Ii2KwGfrppkSKQ1Km5mlfgWCb81NuPjvnp2GG8XX5pxZt1s9lCvsn9/Nua\nGfwdNbFMcz5GE078R3pASCXrhWWqazaWt4BKOrHMJ+MWvG2t2CW2dtYb6GCE\nZHfQtqznNHRmRy2W6if7hX2w2MsZvBGOQbFxWKn3cAwwYISGKMwrlwgt8EKS\nabPMeiNdPMQ8N51TK9aW0Sj++aU3NMt9bh82jg2bftyW5vG/6+BFA4gcOk5r\n/YjpUxApedXmTpE8wdpcw/k4gPc0PwRkUlrwtri1zkf9rn91GHgSXLM/tWCu\nLm/+C1yMYaHqdARjwZULjtmgPJdIYQiF2eKCTXQS08/ory/MBEGObb/F92/P\ntLYj\r\n=wIaC\r\n-----END PGP SIGNATURE-----\r\n",
  59. "shasum": "941c0410535d942c8becf28d3f357dbd9d476064",
  60. "tarball": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
  61. "unpackedSize": 19568
  62. },
  63. "engines": {
  64. "node": ">=6"
  65. },
  66. "gitHead": "e1e7d5767da7dac5b0b72d071a80a515d3eef405",
  67. "homepage": "https://github.com/motdotla/dotenv#readme",
  68. "keywords": [
  69. ".env",
  70. "config",
  71. "dotenv",
  72. "env",
  73. "environment",
  74. "settings",
  75. "variables"
  76. ],
  77. "license": "BSD-2-Clause",
  78. "main": "lib/main.js",
  79. "maintainers": [
  80. {
  81. "name": "jcblw",
  82. "email": "jacoblowe2.0@gmail.com"
  83. },
  84. {
  85. "name": "maxbeatty",
  86. "email": "npm@maxbeatty.com"
  87. },
  88. {
  89. "name": "motdotla",
  90. "email": "mot@mot.la"
  91. },
  92. {
  93. "name": "scottmotte",
  94. "email": "scott@scottmotte.com"
  95. }
  96. ],
  97. "name": "dotenv",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/motdotla/dotenv.git"
  103. },
  104. "scripts": {
  105. "flow": "flow",
  106. "lint": "standard",
  107. "postlint": "standard-markdown",
  108. "pretest": "npm run lint",
  109. "test": "tap tests/*.js --100"
  110. },
  111. "standard": {
  112. "ignore": [
  113. "flow-typed/"
  114. ]
  115. },
  116. "version": "6.2.0"
  117. }