1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "zpl.c",
- "_id": "zpl.c@6.6.0",
- "_inBundle": false,
- "_integrity": "sha512-juTf8XVFvFhqYLpPgLyLg6whqRlO65qckWoRrIPasJV+nckU+0DEcykW5xBVWuFvgy0Fq6UnjEwi2zbrsRbH+A==",
- "_location": "/zpl.c",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "zpl.c",
- "name": "zpl.c",
- "escapedName": "zpl.c",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/zpl.c/-/zpl.c-6.6.0.tgz",
- "_shasum": "c71a7747701d12063a8f4b6a2239f0af97086cb8",
- "_spec": "zpl.c",
- "_where": "/Users/inlife/Projects/zpl/enet",
- "author": {
- "name": "Dominik Madarasz",
- "email": "zaklaus@outlook.com",
- "url": "http://madaraszd.net/"
- },
- "bugs": {
- "url": "https://github.com/zpl-c/zpl/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Single-file header-only C and C++ helper library.",
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/zpl-c/zpl#readme",
- "keywords": [
- "zpl",
- "header-only",
- "c",
- "c++",
- "small"
- ],
- "license": "Apache-2.0",
- "main": "include/zpl.h",
- "name": "zpl.c",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/zpl-c/zpl.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "6.6.0"
- }
|