package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "dotenv-expand@5.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dotenv-expand@5.1.0",
  10. "_id": "dotenv-expand@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-P7rwIL/XlIhAcuomsel5HUWmKfA=",
  13. "_location": "/dotenv-expand",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dotenv-expand@5.1.0",
  19. "name": "dotenv-expand",
  20. "escapedName": "dotenv-expand",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/dotenv-expand/download/dotenv-expand-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "motdotla"
  33. },
  34. "description": "Expand environment variables using dotenv",
  35. "devDependencies": {
  36. "dotenv": "^4.0.0",
  37. "lab": "^13.0.1",
  38. "should": "^11.2.1",
  39. "standard": "^9.0.2"
  40. },
  41. "keywords": [
  42. "dotenv",
  43. "expand",
  44. "variables"
  45. ],
  46. "license": "BSD-2-Clause",
  47. "main": "lib/main.js",
  48. "name": "dotenv-expand",
  49. "scripts": {
  50. "lint": "standard",
  51. "posttest": "npm run lint",
  52. "test": "lab test/* --coverage"
  53. },
  54. "types": "./index.d.ts",
  55. "version": "5.1.0"
  56. }