25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 1.4 KiB

3 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "dotenv-expand@4.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "dotenv-expand@4.2.0",
  9. "_id": "dotenv-expand@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3vHxyl1gWdJKdm5YeULCEQbOEnU=",
  12. "_location": "/dotenv-expand",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dotenv-expand@4.2.0",
  18. "name": "dotenv-expand",
  19. "escapedName": "dotenv-expand",
  20. "rawSpec": "4.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.0"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-4.2.0.tgz",
  28. "_spec": "4.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "motdotla"
  32. },
  33. "description": "Expand environment variables using dotenv",
  34. "devDependencies": {
  35. "dotenv": "^4.0.0",
  36. "lab": "^13.0.1",
  37. "should": "^11.2.1",
  38. "standard": "^9.0.2"
  39. },
  40. "keywords": [
  41. "dotenv",
  42. "expand",
  43. "variables"
  44. ],
  45. "license": "BSD-2-Clause",
  46. "main": "lib/main.js",
  47. "name": "dotenv-expand",
  48. "scripts": {
  49. "lint": "standard",
  50. "posttest": "npm run lint",
  51. "test": "lab test/* --coverage"
  52. },
  53. "types": "./index.d.ts",
  54. "version": "4.2.0"
  55. }