💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › sync-ex… captured on 2023-07-10 at 17:58:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

package.json (1435B)

     1 {
     2   "name": "sync-exec",
     3   "version": "0.6.2",
     4   "description": "Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.",
     5   "main": "js/sync-exec.js",
     6   "scripts": {
     7     "test": "make test"
     8   },
     9   "repository": {
    10     "type": "git",
    11     "url": "git://github.com/gvarsanyi/sync-exec.git"
    12   },
    13   "keywords": [
    14     "exec",
    15     "execSync",
    16     "fs",
    17     "sync",
    18     "synchronous",
    19     "status code",
    20     "status"
    21   ],
    22   "author": {
    23     "name": "Greg Varsanyi"
    24   },
    25   "license": "MIT",
    26   "bugs": {
    27     "url": "https://github.com/gvarsanyi/sync-exec/issues"
    28   },
    29   "homepage": "https://github.com/gvarsanyi/sync-exec",
    30   "devDependencies": {
    31     "coffee-script": "^1.9.3"
    32   },
    33   "gitHead": "ecbbeee5d1ff8d2df8b9f234d8098d1dbd64ba08",
    34   "_id": "sync-exec@0.6.2",
    35   "_shasum": "717d22cc53f0ce1def5594362f3a89a2ebb91105",
    36   "_from": "sync-exec@latest",
    37   "_npmVersion": "2.11.3",
    38   "_nodeVersion": "0.12.7",
    39   "_npmUser": {
    40     "name": "gvarsanyi",
    41     "email": "gvarsanyi@gmail.com"
    42   },
    43   "dist": {
    44     "shasum": "717d22cc53f0ce1def5594362f3a89a2ebb91105",
    45     "tarball": "https://registry.npmjs.org/sync-exec/-/sync-exec-0.6.2.tgz"
    46   },
    47   "maintainers": [
    48     {
    49       "name": "gvarsanyi",
    50       "email": "gvarsanyi@gmail.com"
    51     }
    52   ],
    53   "directories": {},
    54   "_resolved": "https://registry.npmjs.org/sync-exec/-/sync-exec-0.6.2.tgz",
    55   "readme": "ERROR: No README data found!"
    56 }