package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "koa-safe-jsonp@~0.3.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-safe-jsonp@>=0.3.0 <0.4.0",
  9. "_id": "koa-safe-jsonp@0.3.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-safe-jsonp",
  13. "_nodeVersion": "4.1.0",
  14. "_npmUser": {
  15. "email": "fengmk2@gmail.com",
  16. "name": "fengmk2"
  17. },
  18. "_npmVersion": "2.14.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "koa-safe-jsonp",
  22. "raw": "koa-safe-jsonp@~0.3.0",
  23. "rawSpec": "~0.3.0",
  24. "scope": null,
  25. "spec": ">=0.3.0 <0.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/koa-safe-jsonp/-/koa-safe-jsonp-0.3.1.tgz",
  32. "_shasum": "bce09edf1ef7b2542ae5d507428843e81d5ddf81",
  33. "_shrinkwrap": null,
  34. "_spec": "koa-safe-jsonp@~0.3.0",
  35. "_where": "D:\\work\\im",
  36. "author": {
  37. "email": "fengmk2@gmail.com",
  38. "name": "fengmk2",
  39. "url": "http://fengmk2.com"
  40. },
  41. "bugs": {
  42. "email": "fengmk2@gmail.com",
  43. "url": "https://github.com/koajs/koa-safe-jsonp/issues"
  44. },
  45. "contributors": [
  46. {
  47. "email": "fengmk2@gmail.com",
  48. "name": "fengmk2",
  49. "url": "https://github.com/fengmk2"
  50. },
  51. {
  52. "email": "heyiyu.deadhorse@gmail.com",
  53. "name": "dead_horse",
  54. "url": "https://github.com/dead-horse"
  55. },
  56. {
  57. "email": "yongbo.hello@gmail.com",
  58. "name": "yongbo000",
  59. "url": "https://github.com/yongbo000"
  60. }
  61. ],
  62. "dependencies": {
  63. "jsonp-body": "~1.0.0"
  64. },
  65. "description": "Safe jsonp plugins for koa.",
  66. "devDependencies": {
  67. "contributors": "*",
  68. "istanbul-harmony": "*",
  69. "jshint": "*",
  70. "koa": "1",
  71. "koa-qs": "1",
  72. "mocha": "*",
  73. "should": "7",
  74. "supertest": "1"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "bce09edf1ef7b2542ae5d507428843e81d5ddf81",
  79. "tarball": "https://registry.npmjs.org/koa-safe-jsonp/-/koa-safe-jsonp-0.3.1.tgz"
  80. },
  81. "engines": {
  82. "node": ">= 1.0.0"
  83. },
  84. "files": [
  85. "index.js"
  86. ],
  87. "gitHead": "15449ea9286687c1ac9ae21dc3ce948954d58f6d",
  88. "homepage": "https://github.com/koajs/koa-safe-jsonp",
  89. "keywords": [
  90. "jsonp",
  91. "koa"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "maintainers": [
  96. {
  97. "email": "fengmk2@gmail.com",
  98. "name": "fengmk2"
  99. }
  100. ],
  101. "name": "koa-safe-jsonp",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/koajs/koa-safe-jsonp.git",
  107. "web": "https://github.com/koajs/koa-safe-jsonp"
  108. },
  109. "scripts": {
  110. "jshint": "jshint .",
  111. "test": "mocha -R spec -t 1000 -r should test/*.test.js",
  112. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 1000 -r should test/*.test.js"
  113. },
  114. "version": "0.3.1"
  115. }