|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
619 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "is-root",
|
|---|
| 3 | "version": "2.1.0",
|
|---|
| 4 | "description": "Check if the process is running as root user, for example, one started with `sudo`",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "sindresorhus/is-root",
|
|---|
| 7 | "author": {
|
|---|
| 8 | "name": "Sindre Sorhus",
|
|---|
| 9 | "email": "sindresorhus@gmail.com",
|
|---|
| 10 | "url": "sindresorhus.com"
|
|---|
| 11 | },
|
|---|
| 12 | "engines": {
|
|---|
| 13 | "node": ">=6"
|
|---|
| 14 | },
|
|---|
| 15 | "scripts": {
|
|---|
| 16 | "test": "xo && ava && tsd"
|
|---|
| 17 | },
|
|---|
| 18 | "files": [
|
|---|
| 19 | "index.js",
|
|---|
| 20 | "index.d.ts"
|
|---|
| 21 | ],
|
|---|
| 22 | "keywords": [
|
|---|
| 23 | "sudo",
|
|---|
| 24 | "root",
|
|---|
| 25 | "user",
|
|---|
| 26 | "permissions",
|
|---|
| 27 | "uid",
|
|---|
| 28 | "process",
|
|---|
| 29 | "posix"
|
|---|
| 30 | ],
|
|---|
| 31 | "devDependencies": {
|
|---|
| 32 | "ava": "^1.4.1",
|
|---|
| 33 | "tsd": "^0.7.2",
|
|---|
| 34 | "xo": "^0.24.0"
|
|---|
| 35 | }
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.