package.json 3.7 KB

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