package.json 1.3 KB

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