package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "koa-is-json@^1.0.0",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "koa-is-json@>=1.0.0 <2.0.0",
  9. "_id": "koa-is-json@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-is-json",
  13. "_npmUser": {
  14. "email": "jonathanrichardong@gmail.com",
  15. "name": "jongleberry"
  16. },
  17. "_npmVersion": "1.4.6",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "koa-is-json",
  21. "raw": "koa-is-json@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa",
  29. "/koa-json",
  30. "/koa.io/koa"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/koa-is-json/-/koa-is-json-1.0.0.tgz",
  33. "_shasum": "273c07edcdcb8df6a2c1ab7d59ee76491451ec14",
  34. "_shrinkwrap": null,
  35. "_spec": "koa-is-json@^1.0.0",
  36. "_where": "D:\\work\\im\\node_modules\\koa",
  37. "author": {
  38. "email": "me@jongleberry.com",
  39. "name": "Jonathan Ong",
  40. "url": "http://jongleberry.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/koajs/is-json/issues"
  44. },
  45. "dependencies": {},
  46. "description": "check if a koa body should be interpreted as JSON",
  47. "devDependencies": {},
  48. "directories": {},
  49. "dist": {
  50. "shasum": "273c07edcdcb8df6a2c1ab7d59ee76491451ec14",
  51. "tarball": "https://registry.npmjs.org/koa-is-json/-/koa-is-json-1.0.0.tgz"
  52. },
  53. "homepage": "https://github.com/koajs/is-json",
  54. "license": "MIT",
  55. "maintainers": [
  56. {
  57. "email": "jonathanrichardong@gmail.com",
  58. "name": "jongleberry"
  59. }
  60. ],
  61. "name": "koa-is-json",
  62. "optionalDependencies": {},
  63. "readme": "ERROR: No README data found!",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/koajs/is-json.git"
  67. },
  68. "version": "1.0.0"
  69. }