package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "github-username@^4.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator"
  6. ]
  7. ],
  8. "_from": "github-username@>=4.0.0 <5.0.0",
  9. "_id": "github-username@4.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/github-username",
  13. "_nodeVersion": "4.8.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/github-username-4.1.0.tgz_1498920054916_0.8634918329771608"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "github-username",
  26. "raw": "github-username@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/yeoman-generator"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/github-username/-/github-username-4.1.0.tgz",
  36. "_shasum": "cbe280041883206da4212ae9e4b5f169c30bf417",
  37. "_shrinkwrap": null,
  38. "_spec": "github-username@^4.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/github-username/issues"
  47. },
  48. "dependencies": {
  49. "gh-got": "^6.0.0"
  50. },
  51. "description": "Get a GitHub username from an email address",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "cbe280041883206da4212ae9e4b5f169c30bf417",
  59. "tarball": "https://registry.npmjs.org/github-username/-/github-username-4.1.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "d2c8fc6c694e4a1ced1646343a5dfc4e8ffbecf2",
  68. "homepage": "https://github.com/sindresorhus/github-username#readme",
  69. "keywords": [
  70. "address",
  71. "email",
  72. "gh",
  73. "git",
  74. "github",
  75. "user",
  76. "username"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "sindresorhus",
  82. "email": "sindresorhus@gmail.com"
  83. }
  84. ],
  85. "name": "github-username",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/sindresorhus/github-username.git"
  91. },
  92. "scripts": {
  93. "test": "xo && ava"
  94. },
  95. "version": "4.1.0",
  96. "xo": {
  97. "esnext": true
  98. }
  99. }