package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "zpl.c",
  3. "_id": "zpl.c@6.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-juTf8XVFvFhqYLpPgLyLg6whqRlO65qckWoRrIPasJV+nckU+0DEcykW5xBVWuFvgy0Fq6UnjEwi2zbrsRbH+A==",
  6. "_location": "/zpl.c",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "zpl.c",
  12. "name": "zpl.c",
  13. "escapedName": "zpl.c",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/zpl.c/-/zpl.c-6.6.0.tgz",
  23. "_shasum": "c71a7747701d12063a8f4b6a2239f0af97086cb8",
  24. "_spec": "zpl.c",
  25. "_where": "/Users/inlife/Projects/zpl/enet",
  26. "author": {
  27. "name": "Dominik Madarasz",
  28. "email": "zaklaus@outlook.com",
  29. "url": "http://madaraszd.net/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/zpl-c/zpl/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Single-file header-only C and C++ helper library.",
  37. "directories": {
  38. "test": "test"
  39. },
  40. "homepage": "https://github.com/zpl-c/zpl#readme",
  41. "keywords": [
  42. "zpl",
  43. "header-only",
  44. "c",
  45. "c++",
  46. "small"
  47. ],
  48. "license": "Apache-2.0",
  49. "main": "include/zpl.h",
  50. "name": "zpl.c",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/zpl-c/zpl.git"
  54. },
  55. "scripts": {
  56. "test": "echo \"Error: no test specified\" && exit 1"
  57. },
  58. "version": "6.6.0"
  59. }