package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "envinfo@7.5.0",
  3. "_id": "envinfo@7.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jDgnJaF/Btomk+m3PZDTTCb5XIIIX3zYItnCRfF73zVgvinLoRomuhi75Y4su0PtQxWz4v66XnLLckyvyJTOIQ==",
  6. "_location": "/envinfo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "envinfo@7.5.0",
  12. "name": "envinfo",
  13. "escapedName": "envinfo",
  14. "rawSpec": "7.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "7.5.0"
  17. },
  18. "_requiredBy": [
  19. "/create-react-app"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.5.0.tgz",
  22. "_shasum": "91410bb6db262fb4f1409bd506e9ff57e91023f4",
  23. "_spec": "envinfo@7.5.0",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\create-react-app",
  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. "all-contributors-cli": "^4.11.1",
  44. "babel-core": "7.0.0-bridge.0",
  45. "babel-eslint": "^10.0.1",
  46. "babel-jest": "23.6.0",
  47. "babel-loader": "^8.0.5",
  48. "clipboardy": "^1.2.2",
  49. "eslint": "^5.13.0",
  50. "eslint-config-airbnb-base": "^12.1.0",
  51. "eslint-config-prettier": "^2.7.0",
  52. "eslint-plugin-import": "^2.8.0",
  53. "eslint-plugin-prettier": "^2.3.1",
  54. "esm": "^3.2.22",
  55. "github-release-cli": "^0.4.1",
  56. "glob": "^7.1.2",
  57. "jest": "^22.4.3",
  58. "minimist": "^1.2.0",
  59. "os-name": "^3.1.0",
  60. "pkg": "^4.3.4",
  61. "prettier": "^1.19.1",
  62. "prettier-eslint-cli": "^4.1.1",
  63. "webpack": "^4.29.6",
  64. "webpack-cli": "^3.1.2",
  65. "which": "^1.2.14",
  66. "yamlify-object": "^0.4.5"
  67. },
  68. "engines": {
  69. "node": ">=4"
  70. },
  71. "files": [
  72. "dist/"
  73. ],
  74. "homepage": "https://github.com/tabrindle/envinfo#readme",
  75. "jest": {
  76. "testEnvironment": "node"
  77. },
  78. "keywords": [
  79. "development",
  80. "env",
  81. "environment",
  82. "info",
  83. "issues",
  84. "reporting",
  85. "diagnostics"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/envinfo.js",
  89. "name": "envinfo",
  90. "pkg": {
  91. "scripts": "dist/*.js",
  92. "targets": [
  93. "linux",
  94. "macos",
  95. "win"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/tabrindle/envinfo.git"
  101. },
  102. "scripts": {
  103. "build": "webpack --progress",
  104. "check:format": "prettier -l src/**/*.js --verbose",
  105. "compress": "gzexe envinfo-* && upx envinfo-win.exe",
  106. "contributors:add": "all-contributors add",
  107. "contributors:generate": "all-contributors generate",
  108. "executable": "pkg package.json",
  109. "format": "prettier --write src/**/*.js",
  110. "lint": "eslint src",
  111. "lint-fix": "eslint src --fix",
  112. "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",
  113. "postversion": "npm run executable && npm run compress && npm run release",
  114. "preversion": "npm run test && webpack && git add .",
  115. "release": "github-release upload --owner=tabrindle --repo=envinfo --tag=${npm_package_version} 'envinfo-linux.tar.gz' 'envinfo-macos.tar.gz' 'envinfo-win.zip'",
  116. "start": "node -r esm src/cli.js",
  117. "test": "jest --env=node && eslint src && prettier -l src/**/*.js"
  118. },
  119. "version": "7.5.0"
  120. }