项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

62 lines
1.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "handle-thing@1.2.5",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "handle-thing@1.2.5",
  10. "_id": "handle-thing@1.2.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/Xqtcmvxpf0W38KbL3pmAdJxOcQ=",
  13. "_location": "/handle-thing",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "handle-thing@1.2.5",
  19. "name": "handle-thing",
  20. "escapedName": "handle-thing",
  21. "rawSpec": "1.2.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.5"
  24. },
  25. "_requiredBy": [
  26. "/spdy"
  27. ],
  28. "_resolved": "http://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz",
  29. "_spec": "1.2.5",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/indutny/handle-thing/issues"
  37. },
  38. "description": "Wrap Streams2 instance into a HandleWrap",
  39. "devDependencies": {
  40. "mocha": "^2.2.5",
  41. "readable-stream": "^2.0.1",
  42. "stream-pair": "^1.0.0"
  43. },
  44. "homepage": "https://github.com/indutny/handle-thing#readme",
  45. "keywords": [
  46. "handle",
  47. "net",
  48. "streams2"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/handle.js",
  52. "name": "handle-thing",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/indutny/handle-thing.git"
  56. },
  57. "scripts": {
  58. "test": "mocha --reporter=spec test/*-test.js"
  59. },
  60. "version": "1.2.5"
  61. }