package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "update-notifier@^1.0.0",
  6. "scope": null,
  7. "escapedName": "update-notifier",
  8. "name": "update-notifier",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings"
  14. ]
  15. ],
  16. "_from": "update-notifier@>=1.0.0 <2.0.0",
  17. "_id": "update-notifier@1.0.3",
  18. "_inCache": true,
  19. "_location": "/update-notifier",
  20. "_nodeVersion": "7.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/update-notifier-1.0.3.tgz_1480886007626_0.29820152558386326"
  24. },
  25. "_npmUser": {
  26. "name": "sboudrias",
  27. "email": "admin@simonboudrias.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "update-notifier@^1.0.0",
  33. "scope": null,
  34. "escapedName": "update-notifier",
  35. "name": "update-notifier",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/typings"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-1.0.3.tgz",
  44. "_shasum": "8f92c515482bd6831b7c93013e70f87552c7cf5a",
  45. "_shrinkwrap": null,
  46. "_spec": "update-notifier@^1.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/yeoman/update-notifier/issues"
  55. },
  56. "dependencies": {
  57. "boxen": "^0.6.0",
  58. "chalk": "^1.0.0",
  59. "configstore": "^2.0.0",
  60. "is-npm": "^1.0.0",
  61. "latest-version": "^2.0.0",
  62. "lazy-req": "^1.1.0",
  63. "semver-diff": "^2.0.0",
  64. "xdg-basedir": "^2.0.0"
  65. },
  66. "description": "Update notifications for your CLI app",
  67. "devDependencies": {
  68. "clear-require": "^1.0.1",
  69. "fixture-stdout": "^0.2.1",
  70. "if-node-version": "^1.1.0",
  71. "mocha": "*",
  72. "strip-ansi": "^3.0.1",
  73. "xo": "*"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "8f92c515482bd6831b7c93013e70f87552c7cf5a",
  78. "tarball": "https://registry.npmjs.org/update-notifier/-/update-notifier-1.0.3.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "index.js",
  85. "check.js"
  86. ],
  87. "gitHead": "e36671d06aaffa2d5a3295f349635d4e781eaa3d",
  88. "homepage": "https://github.com/yeoman/update-notifier#readme",
  89. "keywords": [
  90. "npm",
  91. "update",
  92. "updater",
  93. "notify",
  94. "notifier",
  95. "check",
  96. "checker",
  97. "cli",
  98. "module",
  99. "package",
  100. "version"
  101. ],
  102. "license": "BSD-2-Clause",
  103. "maintainers": [
  104. {
  105. "name": "sindresorhus",
  106. "email": "sindresorhus@gmail.com"
  107. },
  108. {
  109. "name": "addyosmani",
  110. "email": "addyosmani@gmail.com"
  111. },
  112. {
  113. "name": "passy",
  114. "email": "phartig@rdrei.net"
  115. },
  116. {
  117. "name": "sboudrias",
  118. "email": "admin@simonboudrias.com"
  119. },
  120. {
  121. "name": "eddiemonge",
  122. "email": "eddie+npm@eddiemonge.com"
  123. },
  124. {
  125. "name": "arthurvr",
  126. "email": "contact@arthurverschaeve.be"
  127. }
  128. ],
  129. "name": "update-notifier",
  130. "optionalDependencies": {},
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/yeoman/update-notifier.git"
  135. },
  136. "scripts": {
  137. "test": "if-node-version \">=4\" xo && mocha --timeout 20000"
  138. },
  139. "version": "1.0.3"
  140. }