package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "http-assert@^1.1.0",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "http-assert@>=1.1.0 <2.0.0",
  9. "_id": "http-assert@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/http-assert",
  13. "_nodeVersion": "5.7.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-5-east.internal.npmjs.com",
  16. "tmp": "tmp/http-assert-1.2.0.tgz_1456610007473_0.975123000331223"
  17. },
  18. "_npmUser": {
  19. "email": "jonathanrichardong@gmail.com",
  20. "name": "jongleberry"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {
  24. "inherits": "2.0.1",
  25. "statuses": "1.3.0"
  26. },
  27. "_requested": {
  28. "name": "http-assert",
  29. "raw": "http-assert@^1.1.0",
  30. "rawSpec": "^1.1.0",
  31. "scope": null,
  32. "spec": ">=1.1.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/koa",
  37. "/koa.io/koa"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.2.0.tgz",
  40. "_shasum": "d6392e6f6519def4e340266b35096db6d3feba00",
  41. "_shrinkwrap": null,
  42. "_spec": "http-assert@^1.1.0",
  43. "_where": "D:\\work\\im\\node_modules\\koa",
  44. "bugs": {
  45. "url": "https://github.com/jshttp/http-assert/issues"
  46. },
  47. "dependencies": {
  48. "deep-equal": "~1.0.0",
  49. "http-errors": "~1.4.0"
  50. },
  51. "description": "assert with status codes",
  52. "devDependencies": {
  53. "istanbul": "~0.4.2",
  54. "mocha": "2"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "d6392e6f6519def4e340266b35096db6d3feba00",
  59. "tarball": "https://registry.npmjs.org/http-assert/-/http-assert-1.2.0.tgz"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "index.js"
  64. ],
  65. "gitHead": "be8c2268af7a21c61f2a4051f6f6e2b80d95b747",
  66. "homepage": "https://github.com/jshttp/http-assert#readme",
  67. "keywords": [
  68. "assert",
  69. "http"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "email": "eivind.fjeldstad@gmail.com",
  75. "name": "eivifj"
  76. },
  77. {
  78. "email": "jonathanrichardong@gmail.com",
  79. "name": "jongleberry"
  80. },
  81. {
  82. "email": "doug@somethingdoug.com",
  83. "name": "dougwilson"
  84. }
  85. ],
  86. "name": "http-assert",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jshttp/http-assert.git"
  92. },
  93. "scripts": {
  94. "test": "mocha --reporter spec --bail --check-leaks test/",
  95. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  96. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  97. },
  98. "version": "1.2.0"
  99. }