package.json 3.7 KB

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