package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "wbuf@1.7.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wbuf@1.7.3",
  10. "_id": "wbuf@1.7.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=",
  13. "_location": "/wbuf",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wbuf@1.7.3",
  19. "name": "wbuf",
  20. "escapedName": "wbuf",
  21. "rawSpec": "1.7.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.3"
  24. },
  25. "_requiredBy": [
  26. "/hpack.js",
  27. "/spdy-transport"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/wbuf/download/wbuf-1.7.3.tgz",
  30. "_spec": "1.7.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/indutny/wbuf/issues"
  38. },
  39. "dependencies": {
  40. "minimalistic-assert": "^1.0.0"
  41. },
  42. "description": "Write buffer",
  43. "devDependencies": {
  44. "mocha": "^5.0.4"
  45. },
  46. "homepage": "https://github.com/indutny/wbuf",
  47. "keywords": [
  48. "Write",
  49. "Buffer"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "wbuf",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/indutny/wbuf.git"
  57. },
  58. "scripts": {
  59. "test": "mocha test/**/*-test.js"
  60. },
  61. "version": "1.7.3"
  62. }