package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "jsonp-body@~1.0.0",
  5. "D:\\work\\im\\node_modules\\koa-safe-jsonp"
  6. ]
  7. ],
  8. "_from": "jsonp-body@>=1.0.0 <1.1.0",
  9. "_id": "jsonp-body@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/jsonp-body",
  13. "_npmUser": {
  14. "email": "fengmk2@gmail.com",
  15. "name": "fengmk2"
  16. },
  17. "_npmVersion": "1.5.0-alpha-4",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "jsonp-body",
  21. "raw": "jsonp-body@~1.0.0",
  22. "rawSpec": "~1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa-safe-jsonp"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/jsonp-body/-/jsonp-body-1.0.0.tgz",
  31. "_shasum": "e610fb6fcea79cf0cc9f27baa7b56377d4b0bb36",
  32. "_shrinkwrap": null,
  33. "_spec": "jsonp-body@~1.0.0",
  34. "_where": "D:\\work\\im\\node_modules\\koa-safe-jsonp",
  35. "author": {
  36. "email": "fengmk2@gmail.com",
  37. "name": "fengmk2",
  38. "url": "http://fengmk2.github.com"
  39. },
  40. "bugs": {
  41. "email": "fengmk2@gmail.com",
  42. "url": "https://github.com/node-modules/jsonp-body/issues"
  43. },
  44. "config": {
  45. "cov": {
  46. "threshold": 100
  47. }
  48. },
  49. "contributors": [
  50. {
  51. "email": "fengmk2@gmail.com",
  52. "name": "fengmk2",
  53. "url": "https://github.com/fengmk2"
  54. },
  55. {
  56. "email": "heyiyu.deadhorse@gmail.com",
  57. "name": "dead-horse",
  58. "url": "https://github.com/dead-horse"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "Helper to create more safe jsonp response body for koa and other web framework.",
  63. "devDependencies": {
  64. "autod": "*",
  65. "contributors": "*",
  66. "cov": "*",
  67. "istanbul-harmony": "*",
  68. "jshint": "*",
  69. "mocha": "*",
  70. "should": "~4.0.4"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "e610fb6fcea79cf0cc9f27baa7b56377d4b0bb36",
  75. "tarball": "https://registry.npmjs.org/jsonp-body/-/jsonp-body-1.0.0.tgz"
  76. },
  77. "engines": {
  78. "node": ">= 0.10.0"
  79. },
  80. "gitHead": "a5ed30dc7224739727176c8c2e88ca4bc299696b",
  81. "homepage": "https://github.com/node-modules/jsonp-body",
  82. "keywords": [
  83. "jsonp",
  84. "koa",
  85. "json",
  86. "CVE-2014-4671",
  87. "abusing-jsonp-with-rosetta-flash"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "email": "fengmk2@gmail.com",
  94. "name": "fengmk2"
  95. }
  96. ],
  97. "name": "jsonp-body",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/node-modules/jsonp-body.git",
  103. "web": "https://github.com/node-modules/jsonp-body"
  104. },
  105. "scripts": {
  106. "test": "make test-all"
  107. },
  108. "version": "1.0.0"
  109. }