package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "dotenv@^10.0.0",
  3. "_id": "dotenv@10.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
  6. "_location": "/dotenv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dotenv@^10.0.0",
  12. "name": "dotenv",
  13. "escapedName": "dotenv",
  14. "rawSpec": "^10.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-10.0.0.tgz",
  22. "_shasum": "3d4227b8fb95f81096cdd2b66653fb2c7085ba81",
  23. "_spec": "dotenv@^10.0.0",
  24. "_where": "E:\\vue_project\\el-table-column\\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. "./config.js": "./config.js",
  49. "./package.json": "./package.json"
  50. },
  51. "homepage": "https://github.com/motdotla/dotenv#readme",
  52. "keywords": [
  53. "dotenv",
  54. "env",
  55. ".env",
  56. "environment",
  57. "variables",
  58. "config",
  59. "settings"
  60. ],
  61. "license": "BSD-2-Clause",
  62. "main": "lib/main.js",
  63. "name": "dotenv",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/motdotla/dotenv.git"
  67. },
  68. "scripts": {
  69. "dtslint": "dtslint types",
  70. "flow": "flow",
  71. "lint": "standard",
  72. "postlint": "standard-markdown",
  73. "prerelease": "npm test",
  74. "pretest": "npm run lint && npm run dtslint",
  75. "release": "standard-version",
  76. "test": "tap tests/*.js --100"
  77. },
  78. "standard": {
  79. "ignore": [
  80. "flow-typed/"
  81. ]
  82. },
  83. "types": "types/index.d.ts",
  84. "version": "10.0.0"
  85. }