{"id":19938068,"url":"https://github.com/dweinstein/node-posix-constants","last_synced_at":"2026-05-09T22:03:37.973Z","repository":{"id":32962834,"uuid":"36575900","full_name":"dweinstein/node-posix-constants","owner":"dweinstein","description":"some helpful posix constants for node","archived":false,"fork":false,"pushed_at":"2015-05-30T21:30:40.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T22:34:47.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dweinstein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-30T21:15:12.000Z","updated_at":"2015-05-30T21:16:05.000Z","dependencies_parsed_at":"2022-08-07T19:01:01.832Z","dependency_job_id":null,"html_url":"https://github.com/dweinstein/node-posix-constants","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fnode-posix-constants","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fnode-posix-constants/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fnode-posix-constants/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fnode-posix-constants/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dweinstein","download_url":"https://codeload.github.com/dweinstein/node-posix-constants/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367098,"owners_count":19951440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T23:38:17.945Z","updated_at":"2026-05-09T22:03:37.905Z","avatar_url":"https://github.com/dweinstein.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\nSome posix constants I've found useful to have in javascript. Currently\nconstants from `\u003csys/errno.h\u003e` and a few from `\u003csys/stat.h\u003e` (file modes) are\npresent.\n\n# USAGE\n\n```javascript\nvar posixConst = require('posix-constants');\nvar errno = posixConst.errno;\nvar EPERM = errno.EPERM;\n\nfunction no_perm() {\n  return -EPERM;\n}\n\nprocess.exit(no_perm());\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdweinstein%2Fnode-posix-constants","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdweinstein%2Fnode-posix-constants","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdweinstein%2Fnode-posix-constants/lists"}