{
	"name": "posix-getopt",
	"version": "1.2.1",
	"description": "POSIX-style getopt()",
	"author": "Dave Pacheco (dap@cs.brown.edu)",
	"engines": {
		"node": "*"
	},
	"scripts": {
		"test": "for f in tests/*.js; do echo \"$f\"; node \"$f\" || exit 1; done"
	},
	"main": "./lib/getopt",
	"repository": {
		"type": "git",
		"url": "https://github.com/davepacheco/node-getopt.git"
	},
	"license": "MIT"

,"_resolved": "https://registry.npmjs.org/posix-getopt/-/posix-getopt-1.2.1.tgz"
,"_integrity": "sha512-BbGTiH8MOWAuc6h5yITkSn9k3HP4+QOCV9t6I5F62OrH7zqTHRo08QNsgELRreTBxcvRhbSpMoUnAx77Dz4yUA=="
,"_from": "posix-getopt@1.2.1"
}