package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "dotenv",
  3. "_id": "dotenv@16.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
  6. "_location": "/dotenv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "dotenv",
  12. "name": "dotenv",
  13. "escapedName": "dotenv",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
  23. "_shasum": "c619001253be89ebb638d027b609c75c26e47411",
  24. "_spec": "dotenv",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
  26. "bugs": {
  27. "url": "https://github.com/motdotla/dotenv/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Loads environment variables from .env file",
  32. "devDependencies": {
  33. "@types/node": "^17.0.9",
  34. "decache": "^4.6.1",
  35. "dtslint": "^3.7.0",
  36. "sinon": "^12.0.1",
  37. "standard": "^16.0.4",
  38. "standard-markdown": "^7.1.0",
  39. "standard-version": "^9.3.2",
  40. "tap": "^15.1.6",
  41. "typescript": "^4.5.4"
  42. },
  43. "engines": {
  44. "node": ">=12"
  45. },
  46. "exports": {
  47. ".": {
  48. "require": "./lib/main.js",
  49. "types": "./lib/main.d.ts",
  50. "default": "./lib/main.js"
  51. },
  52. "./config": "./config.js",
  53. "./config.js": "./config.js",
  54. "./package.json": "./package.json"
  55. },
  56. "homepage": "https://github.com/motdotla/dotenv#readme",
  57. "keywords": [
  58. "dotenv",
  59. "env",
  60. ".env",
  61. "environment",
  62. "variables",
  63. "config",
  64. "settings"
  65. ],
  66. "license": "BSD-2-Clause",
  67. "main": "lib/main.js",
  68. "name": "dotenv",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/motdotla/dotenv.git"
  72. },
  73. "scripts": {
  74. "dts-check": "tsc --project tests/types/tsconfig.json",
  75. "lint": "standard",
  76. "lint-readme": "standard-markdown",
  77. "prerelease": "npm test",
  78. "pretest": "npm run lint && npm run dts-check",
  79. "release": "standard-version",
  80. "test": "tap tests/*.js --100 -Rspec"
  81. },
  82. "types": "lib/main.d.ts",
  83. "version": "16.0.0"
  84. }