package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "smart-buffer@1.1.15",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "smart-buffer@1.1.15",
  10. "_id": "smart-buffer@1.1.15",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1+8bxygjTsNfvQe0/0pNBesTOlSHtOeG6b6LYbvsZCCHDKYZ40zcQo6YTnZBWrBSLWOCbrHljLdEmGMYebu7aQ==",
  13. "_location": "/smart-buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "smart-buffer@1.1.15",
  19. "name": "smart-buffer",
  20. "escapedName": "smart-buffer",
  21. "rawSpec": "1.1.15",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.15"
  24. },
  25. "_requiredBy": [
  26. "/socks"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz",
  29. "_spec": "1.1.15",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Josh Glazebrook"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
  36. },
  37. "dependencies": {},
  38. "description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",
  39. "devDependencies": {
  40. "chai": "^3.5.0",
  41. "coveralls": "^2.11.15",
  42. "istanbul": "^0.4.3",
  43. "mocha": "^3.2.0",
  44. "mocha-lcov-reporter": "^1.2.0"
  45. },
  46. "engines": {
  47. "node": ">= 0.10.15",
  48. "npm": ">= 1.3.5"
  49. },
  50. "homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
  51. "keywords": [
  52. "buffer",
  53. "smart",
  54. "serialize",
  55. "packet",
  56. "network",
  57. "cursor",
  58. "simple"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/smart-buffer.js",
  62. "name": "smart-buffer",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/JoshGlazebrook/smart-buffer.git"
  66. },
  67. "scripts": {
  68. "coverage": "istanbul cover node_modules/mocha/bin/_mocha recursive test",
  69. "fullcoverage": "istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test",
  70. "test": "mocha test/smart-buffer.test.js"
  71. },
  72. "typings": "typings/index",
  73. "version": "1.1.15"
  74. }