package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "http-deceiver@1.2.7",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-deceiver@1.2.7",
  10. "_id": "http-deceiver@1.2.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=",
  13. "_location": "/http-deceiver",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-deceiver@1.2.7",
  19. "name": "http-deceiver",
  20. "escapedName": "http-deceiver",
  21. "rawSpec": "1.2.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.7"
  24. },
  25. "_requiredBy": [
  26. "/spdy"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/http-deceiver/download/http-deceiver-1.2.7.tgz",
  29. "_spec": "1.2.7",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/indutny/http-deceiver/issues"
  37. },
  38. "description": "Deceive HTTP parser",
  39. "devDependencies": {
  40. "handle-thing": "^1.0.1",
  41. "mocha": "^2.2.5",
  42. "readable-stream": "^2.0.1",
  43. "stream-pair": "^1.0.0"
  44. },
  45. "homepage": "https://github.com/indutny/http-deceiver#readme",
  46. "keywords": [
  47. "http",
  48. "net",
  49. "deceive"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/deceiver.js",
  53. "name": "http-deceiver",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/indutny/http-deceiver.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter=spec test/*-test.js"
  60. },
  61. "version": "1.2.7"
  62. }