package.json 1.4 KB

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