package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "obuf@^1.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/spdy-transport"
  6. ]
  7. ],
  8. "_from": "obuf@>=1.1.1 <2.0.0",
  9. "_id": "obuf@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/obuf",
  13. "_nodeVersion": "9.6.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/obuf_1.1.2_1520717598316_0.09991861763110621"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "5.7.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "obuf",
  26. "raw": "obuf@^1.1.1",
  27. "rawSpec": "^1.1.1",
  28. "scope": null,
  29. "spec": ">=1.1.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/hpack.js",
  34. "/spdy-transport"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  37. "_shasum": "09bea3343d41859ebd446292d11c9d4db619084e",
  38. "_shrinkwrap": null,
  39. "_spec": "obuf@^1.1.1",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/spdy-transport",
  41. "author": {
  42. "email": "fedor@indutny.com",
  43. "name": "Fedor Indutny"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/indutny/offset-buffer/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
  50. "devDependencies": {
  51. "mocha": "^1.21.4"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "fileCount": 5,
  56. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
  57. "shasum": "09bea3343d41859ebd446292d11c9d4db619084e",
  58. "tarball": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  59. "unpackedSize": 19129
  60. },
  61. "gitHead": "bac901d63eee226effb9149bf9511aac8d5853f0",
  62. "homepage": "https://github.com/indutny/offset-buffer",
  63. "keywords": [
  64. "Buffer",
  65. "Offset",
  66. "reader"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "maintainers": [
  71. {
  72. "name": "indutny",
  73. "email": "fedor@indutny.com"
  74. }
  75. ],
  76. "name": "obuf",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/indutny/offset-buffer.git"
  82. },
  83. "scripts": {
  84. "test": "mocha test/**/*-test.js"
  85. },
  86. "version": "1.1.2"
  87. }