package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "envinfo@^7.7.3",
  3. "_id": "envinfo@7.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==",
  6. "_location": "/envinfo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "envinfo@^7.7.3",
  12. "name": "envinfo",
  13. "escapedName": "envinfo",
  14. "rawSpec": "^7.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.7.3"
  17. },
  18. "_requiredBy": [
  19. "/@webpack-cli/info"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz",
  22. "_shasum": "81fbb81e5da35d74e814941aeab7c325a606fb31",
  23. "_spec": "envinfo@^7.7.3",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/@webpack-cli/info",
  25. "author": {
  26. "name": "tabrindle@gmail.com"
  27. },
  28. "bin": {
  29. "envinfo": "dist/cli.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tabrindle/envinfo/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Info about your dev environment for debugging purposes",
  38. "devDependencies": {
  39. "@babel/core": "^7.2.2",
  40. "@babel/plugin-proposal-optional-chaining": "^7.2.0",
  41. "@babel/polyfill": "^7.2.5",
  42. "@babel/preset-env": "^7.3.1",
  43. "@commitlint/cli": "^8.3.5",
  44. "@commitlint/config-conventional": "^8.3.4",
  45. "all-contributors-cli": "^4.11.1",
  46. "babel-core": "7.0.0-bridge.0",
  47. "babel-eslint": "^10.0.1",
  48. "babel-jest": "23.6.0",
  49. "babel-loader": "^8.0.5",
  50. "eslint": "^5.13.0",
  51. "eslint-config-airbnb-base": "^12.1.0",
  52. "eslint-config-prettier": "^2.7.0",
  53. "eslint-plugin-import": "^2.8.0",
  54. "eslint-plugin-prettier": "^2.3.1",
  55. "esm": "^3.2.22",
  56. "github-release-cli": "^0.4.1",
  57. "glob": "^7.1.6",
  58. "husky": "^4.2.5",
  59. "jest": "^22.4.3",
  60. "minimist": "^1.2.5",
  61. "os-name": "^3.1.0",
  62. "pkg": "^4.5.1",
  63. "prettier": "^1.19.1",
  64. "prettier-eslint-cli": "^4.1.1",
  65. "webpack": "^5.90.1",
  66. "webpack-cli": "^5.1.4",
  67. "which": "^1.2.14",
  68. "yamlify-object": "^0.5.1"
  69. },
  70. "engines": {
  71. "node": ">=4"
  72. },
  73. "files": [
  74. "dist/"
  75. ],
  76. "homepage": "https://github.com/tabrindle/envinfo#readme",
  77. "husky": {
  78. "hooks": {
  79. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS && npm run lint"
  80. }
  81. },
  82. "jest": {
  83. "testEnvironment": "node"
  84. },
  85. "keywords": [
  86. "development",
  87. "env",
  88. "environment",
  89. "info",
  90. "issues",
  91. "reporting",
  92. "diagnostics"
  93. ],
  94. "license": "MIT",
  95. "main": "dist/envinfo.js",
  96. "name": "envinfo",
  97. "pkg": {
  98. "scripts": "dist/*.js",
  99. "targets": [
  100. "linux",
  101. "macos",
  102. "win"
  103. ]
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/tabrindle/envinfo.git"
  108. },
  109. "resolutions": {
  110. "lodash": "4.17.15"
  111. },
  112. "scripts": {
  113. "build": "webpack --progress",
  114. "check:format": "prettier -l src/**/*.js --verbose",
  115. "compress": "gzexe envinfo-* && upx envinfo-win.exe",
  116. "contributors:add": "all-contributors add",
  117. "contributors:generate": "all-contributors generate",
  118. "executable": "pkg package.json",
  119. "format": "prettier --write src/**/*.js",
  120. "lint": "eslint src",
  121. "lint-fix": "eslint src --fix",
  122. "postcompress": "tar -czvf envinfo-linux.tar.gz envinfo-linux && tar -czvf envinfo-macos.tar.gz envinfo-macos && zip -r -X envinfo-win.zip envinfo-win.exe",
  123. "postversion": "npm run executable && npm run compress && npm run release",
  124. "preversion": "npm run test && webpack && git add .",
  125. "release": "github-release upload --owner=tabrindle --repo=envinfo --tag=${npm_package_version} 'envinfo-linux.tar.gz' 'envinfo-macos.tar.gz' 'envinfo-win.zip'",
  126. "start": "node -r esm src/cli.js",
  127. "test": "jest --env=node && eslint src && prettier -l src/**/*.js"
  128. },
  129. "version": "7.13.0"
  130. }