package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "buffers@~0.1.1",
  3. "_id": "buffers@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-skV5w77U1tOWru5tmorn9Ugqt7s=",
  6. "_location": "/buffers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffers@~0.1.1",
  12. "name": "buffers",
  13. "escapedName": "buffers",
  14. "rawSpec": "~0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/binary"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
  22. "_shasum": "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb",
  23. "_spec": "buffers@~0.1.1",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\binary",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/node-buffers/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
  36. "engines": {
  37. "node": ">=0.2.0"
  38. },
  39. "homepage": "https://github.com/substack/node-buffers#readme",
  40. "main": "./index",
  41. "name": "buffers",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+ssh://git@github.com/substack/node-buffers.git"
  45. },
  46. "scripts": {
  47. "test": "expresso"
  48. },
  49. "version": "0.1.1"
  50. }