package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "dotenv@^7.0.0",
  3. "_id": "dotenv@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==",
  6. "_location": "/dotenv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dotenv@^7.0.0",
  12. "name": "dotenv",
  13. "escapedName": "dotenv",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz",
  22. "_shasum": "a2be3cd52736673206e8a85fb5210eea29628e7c",
  23. "_spec": "dotenv@^7.0.0",
  24. "_where": "D:\\jiayue\\pig-ui\\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. "flow-bin": "^0.92.1",
  35. "sinon": "^7.2.3",
  36. "standard": "^12.0.1",
  37. "standard-markdown": "^5.0.1",
  38. "tap": "^12.5.1"
  39. },
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "homepage": "https://github.com/motdotla/dotenv#readme",
  44. "keywords": [
  45. "dotenv",
  46. "env",
  47. ".env",
  48. "environment",
  49. "variables",
  50. "config",
  51. "settings"
  52. ],
  53. "license": "BSD-2-Clause",
  54. "main": "lib/main.js",
  55. "name": "dotenv",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/motdotla/dotenv.git"
  59. },
  60. "scripts": {
  61. "flow": "flow",
  62. "lint": "standard",
  63. "postlint": "standard-markdown",
  64. "pretest": "npm run lint",
  65. "test": "tap tests/*.js --100"
  66. },
  67. "standard": {
  68. "ignore": [
  69. "flow-typed/"
  70. ]
  71. },
  72. "version": "7.0.0"
  73. }