package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "native-duplexpair@^1.0.0",
  3. "_id": "native-duplexpair@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-eJkHjmS/PIo9cyYBs9QP8F21j6A=",
  6. "_location": "/native-duplexpair",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "native-duplexpair@^1.0.0",
  12. "name": "native-duplexpair",
  13. "escapedName": "native-duplexpair",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/tedious"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/native-duplexpair/-/native-duplexpair-1.0.0.tgz",
  22. "_shasum": "7899078e64bf3c8a3d732601b3d40ff05db58fa0",
  23. "_spec": "native-duplexpair@^1.0.0",
  24. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\tedious",
  25. "author": {
  26. "name": "Anna Henningsen",
  27. "email": "anna@addaleax.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tediousjs/native-duplexpair/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Make a full duplex stream with 2 Duplex endpoints, using the native version of `Duplex`",
  35. "devDependencies": {
  36. "mocha": "^4.0.1",
  37. "nyc": "^11.3.0"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "engine": ">=4.0.0",
  43. "homepage": "https://github.com/tediousjs/native-duplexpair#readme",
  44. "keywords": [
  45. "duplex",
  46. "pair",
  47. "streams",
  48. "socket"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "native-duplexpair",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/tediousjs/native-duplexpair.git"
  56. },
  57. "scripts": {
  58. "test": "nyc mocha"
  59. },
  60. "version": "1.0.0"
  61. }