package.json 1.9 KB

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