{
  "_from": "posix-getopt@^1.2.0",
  "_id": "posix-getopt@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-Su7rfa3mb8qKk2XdqfawBXQctiE=",
  "_location": "/posix-getopt",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "posix-getopt@^1.2.0",
    "name": "posix-getopt",
    "escapedName": "posix-getopt",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/loopback-boot/strong-globalize"
  ],
  "_resolved": "https://registry.npmjs.org/posix-getopt/-/posix-getopt-1.2.0.tgz",
  "_shasum": "4aeeeb7dade66fca8a9365dda9f6b005741cb621",
  "_spec": "posix-getopt@^1.2.0",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/loopback-boot/node_modules/strong-globalize",
  "author": {
    "name": "Dave Pacheco",
    "url": "dap@cs.brown.edu"
  },
  "bugs": {
    "url": "https://github.com/davepacheco/node-getopt/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "POSIX-style getopt()",
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/davepacheco/node-getopt#readme",
  "license": "MIT",
  "main": "./lib/getopt",
  "name": "posix-getopt",
  "repository": {
    "type": "git",
    "url": "git://github.com/davepacheco/node-getopt.git"
  },
  "scripts": {
    "test": "for f in tests/*.js; do echo \"$f\"; node \"$f\" || exit 1; done"
  },
  "version": "1.2.0"
}
