package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "registry-url@^3.0.3",
  6. "scope": null,
  7. "escapedName": "registry-url",
  8. "name": "registry-url",
  9. "rawSpec": "^3.0.3",
  10. "spec": ">=3.0.3 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/package-json"
  14. ]
  15. ],
  16. "_from": "registry-url@>=3.0.3 <4.0.0",
  17. "_id": "registry-url@3.1.0",
  18. "_inCache": true,
  19. "_location": "/registry-url",
  20. "_nodeVersion": "4.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/registry-url-3.1.0.tgz_1459781197285_0.25229517510160804"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.14.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "registry-url@^3.0.3",
  33. "scope": null,
  34. "escapedName": "registry-url",
  35. "name": "registry-url",
  36. "rawSpec": "^3.0.3",
  37. "spec": ">=3.0.3 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/package-json"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
  44. "_shasum": "3d4ef870f73dde1d77f0cf9a381432444e174942",
  45. "_shrinkwrap": null,
  46. "_spec": "registry-url@^3.0.3",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/package-json",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/registry-url/issues"
  55. },
  56. "dependencies": {
  57. "rc": "^1.0.1"
  58. },
  59. "description": "Get the set npm registry URL",
  60. "devDependencies": {
  61. "ava": "*",
  62. "pify": "^2.3.0",
  63. "require-uncached": "^1.0.2",
  64. "xo": "*"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "3d4ef870f73dde1d77f0cf9a381432444e174942",
  69. "tarball": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "79d07a452fe0c990fa0b154d510c68fc483b4689",
  78. "homepage": "https://github.com/sindresorhus/registry-url",
  79. "keywords": [
  80. "npm",
  81. "conf",
  82. "config",
  83. "npmconf",
  84. "registry",
  85. "url",
  86. "uri",
  87. "scope"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "sindresorhus",
  93. "email": "sindresorhus@gmail.com"
  94. }
  95. ],
  96. "name": "registry-url",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/registry-url.git"
  102. },
  103. "scripts": {
  104. "test": "xo && ava --serial"
  105. },
  106. "version": "3.1.0"
  107. }