package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "dotenv@10.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dotenv@10.0.0",
  10. "_id": "dotenv@10.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
  13. "_location": "/dotenv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dotenv@10.0.0",
  19. "name": "dotenv",
  20. "escapedName": "dotenv",
  21. "rawSpec": "10.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "10.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-10.0.0.tgz",
  29. "_spec": "10.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "bugs": {
  32. "url": "https://github.com/motdotla/dotenv/issues"
  33. },
  34. "dependencies": {},
  35. "description": "Loads environment variables from .env file",
  36. "devDependencies": {
  37. "decache": "^4.5.1",
  38. "dtslint": "^0.9.8",
  39. "flow-bin": "^0.109.0",
  40. "sinon": "^7.5.0",
  41. "standard": "^13.1.0",
  42. "standard-markdown": "^5.1.0",
  43. "standard-version": "^7.0.0",
  44. "tap": "^14.7.0"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "exports": {
  50. ".": "./lib/main.js",
  51. "./config": "./config.js",
  52. "./config.js": "./config.js",
  53. "./package.json": "./package.json"
  54. },
  55. "homepage": "https://github.com/motdotla/dotenv#readme",
  56. "keywords": [
  57. "dotenv",
  58. "env",
  59. ".env",
  60. "environment",
  61. "variables",
  62. "config",
  63. "settings"
  64. ],
  65. "license": "BSD-2-Clause",
  66. "main": "lib/main.js",
  67. "name": "dotenv",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/motdotla/dotenv.git"
  71. },
  72. "scripts": {
  73. "dtslint": "dtslint types",
  74. "flow": "flow",
  75. "lint": "standard",
  76. "postlint": "standard-markdown",
  77. "prerelease": "npm test",
  78. "pretest": "npm run lint && npm run dtslint",
  79. "release": "standard-version",
  80. "test": "tap tests/*.js --100"
  81. },
  82. "standard": {
  83. "ignore": [
  84. "flow-typed/"
  85. ]
  86. },
  87. "types": "types/index.d.ts",
  88. "version": "10.0.0"
  89. }