package.json 2.1 KB

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