package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "dotenv@8.2.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dotenv@8.2.0",
  10. "_id": "dotenv@8.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-l+YZJZradQ7qPk6j4mvO6lQksWo=",
  13. "_location": "/dotenv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dotenv@8.2.0",
  19. "name": "dotenv",
  20. "escapedName": "dotenv",
  21. "rawSpec": "8.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/dotenv/download/dotenv-8.2.0.tgz",
  29. "_spec": "8.2.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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": ">=8"
  48. },
  49. "homepage": "https://github.com/motdotla/dotenv#readme",
  50. "keywords": [
  51. "dotenv",
  52. "env",
  53. ".env",
  54. "environment",
  55. "variables",
  56. "config",
  57. "settings"
  58. ],
  59. "license": "BSD-2-Clause",
  60. "main": "lib/main.js",
  61. "name": "dotenv",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/motdotla/dotenv.git"
  65. },
  66. "scripts": {
  67. "dtslint": "dtslint types",
  68. "flow": "flow",
  69. "lint": "standard",
  70. "postlint": "standard-markdown",
  71. "prerelease": "npm test",
  72. "pretest": "npm run lint && npm run dtslint",
  73. "release": "standard-version",
  74. "test": "tap tests/*.js --100"
  75. },
  76. "standard": {
  77. "ignore": [
  78. "flow-typed/"
  79. ]
  80. },
  81. "types": "types",
  82. "version": "8.2.0"
  83. }