package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "dotenv@8.6.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dotenv@8.6.0",
  10. "_id": "dotenv@8.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Bhr2ZNGff02PxuT/m1hM4jety4s=",
  13. "_location": "/dotenv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dotenv@8.6.0",
  19. "name": "dotenv",
  20. "escapedName": "dotenv",
  21. "rawSpec": "8.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.6.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.nlark.com/dotenv/download/dotenv-8.6.0.tgz",
  29. "_spec": "8.6.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. "./package.json": "./package.json"
  53. },
  54. "homepage": "https://github.com/motdotla/dotenv#readme",
  55. "keywords": [
  56. "dotenv",
  57. "env",
  58. ".env",
  59. "environment",
  60. "variables",
  61. "config",
  62. "settings"
  63. ],
  64. "license": "BSD-2-Clause",
  65. "main": "lib/main.js",
  66. "name": "dotenv",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/motdotla/dotenv.git"
  70. },
  71. "scripts": {
  72. "dtslint": "dtslint types",
  73. "flow": "flow",
  74. "lint": "standard",
  75. "postlint": "standard-markdown",
  76. "prerelease": "npm test",
  77. "pretest": "npm run lint && npm run dtslint",
  78. "release": "standard-version",
  79. "test": "tap tests/*.js --100"
  80. },
  81. "standard": {
  82. "ignore": [
  83. "flow-typed/"
  84. ]
  85. },
  86. "types": "types/index.d.ts",
  87. "version": "8.6.0"
  88. }