package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "handle-thing@^1.2.5",
  3. "_id": "handle-thing@1.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ld9EYcBflMUF6SsJLGDADVH50jSzLNIUUrOFlFGK/zwqimATg9+wY4jsLWCR7DZSxt2BfK0+liHUMdoR11bjLg==",
  6. "_location": "/handle-thing",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "handle-thing@^1.2.5",
  12. "name": "handle-thing",
  13. "escapedName": "handle-thing",
  14. "rawSpec": "^1.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.5"
  17. },
  18. "_requiredBy": [
  19. "/spdy"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-1.2.5.tgz",
  22. "_shasum": "fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4",
  23. "_spec": "handle-thing@^1.2.5",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\spdy",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/indutny/handle-thing/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Wrap Streams2 instance into a HandleWrap",
  35. "devDependencies": {
  36. "mocha": "^2.2.5",
  37. "readable-stream": "^2.0.1",
  38. "stream-pair": "^1.0.0"
  39. },
  40. "homepage": "https://github.com/indutny/handle-thing#readme",
  41. "keywords": [
  42. "handle",
  43. "net",
  44. "streams2"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/handle.js",
  48. "name": "handle-thing",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/indutny/handle-thing.git"
  52. },
  53. "scripts": {
  54. "test": "mocha --reporter=spec test/*-test.js"
  55. },
  56. "version": "1.2.5"
  57. }