package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "popsicle-status@^2.0.0",
  6. "scope": null,
  7. "escapedName": "popsicle-status",
  8. "name": "popsicle-status",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "popsicle-status@>=2.0.0 <3.0.0",
  17. "_id": "popsicle-status@2.0.0",
  18. "_inCache": true,
  19. "_location": "/popsicle-status",
  20. "_nodeVersion": "5.10.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/popsicle-status-2.0.0.tgz_1462668564304_0.541052101412788"
  24. },
  25. "_npmUser": {
  26. "name": "blakeembrey",
  27. "email": "hello@blakeembrey.com"
  28. },
  29. "_npmVersion": "3.8.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "popsicle-status@^2.0.0",
  33. "scope": null,
  34. "escapedName": "popsicle-status",
  35. "name": "popsicle-status",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/typings-core"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-2.0.0.tgz",
  44. "_shasum": "54e12722376efba0a353abdf53cbf1ce0e852efa",
  45. "_shrinkwrap": null,
  46. "_spec": "popsicle-status@^2.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  48. "author": {
  49. "name": "Blake Embrey",
  50. "email": "hello@blakeembrey.com",
  51. "url": "http://blakeembrey.me"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/blakeembrey/popsicle-status/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Reject Popsicle responses on HTTP failure status codes",
  58. "devDependencies": {
  59. "bluebird": "^3.0.5",
  60. "chai": "^3.3.0",
  61. "istanbul": "^0.4.1",
  62. "mocha": "^2.0.1",
  63. "nock": "^8.0.0",
  64. "popsicle": "^6.0.0",
  65. "standard": "^7.0.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "54e12722376efba0a353abdf53cbf1ce0e852efa",
  70. "tarball": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-2.0.0.tgz"
  71. },
  72. "files": [
  73. "popsicle-status.js",
  74. "popsicle-status.d.ts",
  75. "LICENSE"
  76. ],
  77. "gitHead": "cfd24007a392c4b6ae1798261409d986669b99fc",
  78. "homepage": "https://github.com/blakeembrey/popsicle-status",
  79. "keywords": [
  80. "popsicle",
  81. "plugin",
  82. "status",
  83. "http",
  84. "response"
  85. ],
  86. "license": "MIT",
  87. "main": "popsicle-status.js",
  88. "maintainers": [
  89. {
  90. "name": "blakeembrey",
  91. "email": "hello@blakeembrey.com"
  92. }
  93. ],
  94. "name": "popsicle-status",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/blakeembrey/popsicle-status.git"
  100. },
  101. "scripts": {
  102. "lint": "standard",
  103. "test": "npm run lint && npm run test-cov",
  104. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  105. "test-spec": "mocha -R spec --bail"
  106. },
  107. "typings": "popsicle-status.d.ts",
  108. "version": "2.0.0"
  109. }