package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "koa-cors@~0.0.13",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-cors@>=0.0.13 <0.1.0",
  9. "_id": "koa-cors@0.0.16",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-cors",
  13. "_nodeVersion": "0.12.4",
  14. "_npmUser": {
  15. "email": "everton@notreve.com",
  16. "name": "evert0n"
  17. },
  18. "_npmVersion": "2.10.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "koa-cors",
  22. "raw": "koa-cors@~0.0.13",
  23. "rawSpec": "~0.0.13",
  24. "scope": null,
  25. "spec": ">=0.0.13 <0.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/koa-cors/-/koa-cors-0.0.16.tgz",
  32. "_shasum": "98107993a7909e34c042986c5ec6156d77f3432e",
  33. "_shrinkwrap": null,
  34. "_spec": "koa-cors@~0.0.13",
  35. "_where": "D:\\work\\im",
  36. "author": {
  37. "name": "Everton Yoshitani"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/evert0n/koa-cors/issues"
  41. },
  42. "dependencies": {},
  43. "description": "CORS middleware for Koa",
  44. "devDependencies": {
  45. "chai": "^2.0.0",
  46. "koa": "^0.18.0",
  47. "mocha": "^2.1.0",
  48. "superagent": "^0.21.0"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "98107993a7909e34c042986c5ec6156d77f3432e",
  53. "tarball": "https://registry.npmjs.org/koa-cors/-/koa-cors-0.0.16.tgz"
  54. },
  55. "gitHead": "6e136afbba2c7b1048a7435e195894b29202935b",
  56. "homepage": "https://github.com/evert0n/koa-cors",
  57. "keywords": [
  58. "cors",
  59. "koa",
  60. "koajs"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "maintainers": [
  65. {
  66. "email": "everton@notreve.com",
  67. "name": "evert0n"
  68. }
  69. ],
  70. "name": "koa-cors",
  71. "optionalDependencies": {},
  72. "readme": "ERROR: No README data found!",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/evert0n/koa-cors.git"
  76. },
  77. "scripts": {
  78. "test": "mocha --harmony test"
  79. },
  80. "version": "0.0.16"
  81. }