Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "dotenv@^6.2.0",
  3. "_id": "dotenv@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==",
  6. "_location": "/dotenv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dotenv@^6.2.0",
  12. "name": "dotenv",
  13. "escapedName": "dotenv",
  14. "rawSpec": "^6.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.0"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
  22. "_shasum": "941c0410535d942c8becf28d3f357dbd9d476064",
  23. "_spec": "dotenv@^6.2.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  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.0",
  34. "flow-bin": "^0.84.0",
  35. "sinon": "^6.3.5",
  36. "standard": "^12.0.1",
  37. "standard-markdown": "^5.0.1",
  38. "tap": "^12.0.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": "6.2.0"
  73. }