git ssb

0+

cel-desktop / ssb-pkg



Tree: 65191f9a9664f013ebe726bb95a1a54b086e1bd5

Files: 65191f9a9664f013ebe726bb95a1a54b086e1bd5 / test / test-79-npm / stamp.js

233 bytesRaw
1#!/usr/bin/env node
2
3'use strict';
4
5var o = {
6 p: process.platform,
7 a: process.arch,
8 m: parseInt(process.versions.modules, 10)
9};
10
11if (module.parent) {
12 module.exports = o;
13} else {
14 process.stdout.write(JSON.stringify(o));
15}
16

Built with git-ssb-web