package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "buffers@~0.1.1",
  6. "scope": null,
  7. "escapedName": "buffers",
  8. "name": "buffers",
  9. "rawSpec": "~0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/binary"
  14. ]
  15. ],
  16. "_defaultsLoaded": true,
  17. "_engineSupported": true,
  18. "_from": "buffers@>=0.1.1 <0.2.0",
  19. "_id": "buffers@0.1.1",
  20. "_inCache": true,
  21. "_installable": true,
  22. "_location": "/buffers",
  23. "_nodeVersion": "v0.4.12",
  24. "_npmJsonOpts": {
  25. "file": "/home/substack/.npm/buffers/0.1.1/package/package.json",
  26. "wscript": false,
  27. "contributors": false,
  28. "serverjs": false
  29. },
  30. "_npmVersion": "1.0.30",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "buffers@~0.1.1",
  34. "scope": null,
  35. "escapedName": "buffers",
  36. "name": "buffers",
  37. "rawSpec": "~0.1.1",
  38. "spec": ">=0.1.1 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/binary",
  43. "/match-stream"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
  46. "_shasum": "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb",
  47. "_shrinkwrap": null,
  48. "_spec": "buffers@~0.1.1",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/binary",
  50. "author": {
  51. "name": "James Halliday",
  52. "email": "mail@substack.net",
  53. "url": "http://substack.net"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/substack/node-buffers/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
  60. "devDependencies": {},
  61. "directories": {},
  62. "dist": {
  63. "shasum": "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb",
  64. "tarball": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.2.0"
  68. },
  69. "homepage": "https://github.com/substack/node-buffers#readme",
  70. "main": "./index",
  71. "maintainers": [
  72. {
  73. "name": "substack",
  74. "email": "mail@substack.net"
  75. }
  76. ],
  77. "name": "buffers",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/substack/node-buffers.git"
  83. },
  84. "scripts": {
  85. "test": "expresso"
  86. },
  87. "version": "0.1.1"
  88. }