package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "package-json@^2.0.0",
  6. "scope": null,
  7. "escapedName": "package-json",
  8. "name": "package-json",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/latest-version"
  14. ]
  15. ],
  16. "_from": "package-json@>=2.0.0 <3.0.0",
  17. "_id": "package-json@2.4.0",
  18. "_inCache": true,
  19. "_location": "/package-json",
  20. "_nodeVersion": "4.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/package-json-2.4.0.tgz_1472158723527_0.22724637226201594"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "package-json@^2.0.0",
  33. "scope": null,
  34. "escapedName": "package-json",
  35. "name": "package-json",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/latest-version"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
  44. "_shasum": "0d15bd67d1cbbddbb2ca222ff2edb86bcb31a8bb",
  45. "_shrinkwrap": null,
  46. "_spec": "package-json@^2.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/latest-version",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/package-json/issues"
  55. },
  56. "dependencies": {
  57. "got": "^5.0.0",
  58. "registry-auth-token": "^3.0.1",
  59. "registry-url": "^3.0.3",
  60. "semver": "^5.1.0"
  61. },
  62. "description": "Get the package.json of a package from the npm registry",
  63. "devDependencies": {
  64. "ava": "*",
  65. "mock-private-registry": "^1.1.0",
  66. "xo": "*"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "0d15bd67d1cbbddbb2ca222ff2edb86bcb31a8bb",
  71. "tarball": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "2e77257cec7604cf18d979b1d5c4baa46928d24d",
  80. "homepage": "https://github.com/sindresorhus/package-json#readme",
  81. "keywords": [
  82. "npm",
  83. "registry",
  84. "package",
  85. "pkg",
  86. "package.json",
  87. "json",
  88. "module",
  89. "scope",
  90. "scoped"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "package-json",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/package-json.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "2.4.0"
  110. }