package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "dotenv@7.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dotenv@7.0.0",
  10. "_id": "dotenv@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-or481Sc2ZzIG6KhftSEO6ilijnw=",
  13. "_location": "/dotenv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dotenv@7.0.0",
  19. "name": "dotenv",
  20. "escapedName": "dotenv",
  21. "rawSpec": "7.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/dotenv/download/dotenv-7.0.0.tgz",
  29. "_spec": "7.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "flow-bin": "^0.92.1",
  39. "sinon": "^7.2.3",
  40. "standard": "^12.0.1",
  41. "standard-markdown": "^5.0.1",
  42. "tap": "^12.5.1"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "homepage": "https://github.com/motdotla/dotenv#readme",
  48. "keywords": [
  49. "dotenv",
  50. "env",
  51. ".env",
  52. "environment",
  53. "variables",
  54. "config",
  55. "settings"
  56. ],
  57. "license": "BSD-2-Clause",
  58. "main": "lib/main.js",
  59. "name": "dotenv",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/motdotla/dotenv.git"
  63. },
  64. "scripts": {
  65. "flow": "flow",
  66. "lint": "standard",
  67. "postlint": "standard-markdown",
  68. "pretest": "npm run lint",
  69. "test": "tap tests/*.js --100"
  70. },
  71. "standard": {
  72. "ignore": [
  73. "flow-typed/"
  74. ]
  75. },
  76. "version": "7.0.0"
  77. }