package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "dotenv@8.2.0",
  3. "_id": "dotenv@8.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
  6. "_location": "/dotenv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "dotenv@8.2.0",
  12. "name": "dotenv",
  13. "escapedName": "dotenv",
  14. "rawSpec": "8.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "8.2.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
  22. "_shasum": "97e619259ada750eea3e4ea3e26bceea5424b16a",
  23. "_spec": "dotenv@8.2.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  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": ">=8"
  44. },
  45. "homepage": "https://github.com/motdotla/dotenv#readme",
  46. "keywords": [
  47. "dotenv",
  48. "env",
  49. ".env",
  50. "environment",
  51. "variables",
  52. "config",
  53. "settings"
  54. ],
  55. "license": "BSD-2-Clause",
  56. "main": "lib/main.js",
  57. "name": "dotenv",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/motdotla/dotenv.git"
  61. },
  62. "scripts": {
  63. "dtslint": "dtslint types",
  64. "flow": "flow",
  65. "lint": "standard",
  66. "postlint": "standard-markdown",
  67. "prerelease": "npm test",
  68. "pretest": "npm run lint && npm run dtslint",
  69. "release": "standard-version",
  70. "test": "tap tests/*.js --100"
  71. },
  72. "standard": {
  73. "ignore": [
  74. "flow-typed/"
  75. ]
  76. },
  77. "types": "types",
  78. "version": "8.2.0"
  79. }