{
  "_args": [
    [
      "posix-getopt@1.2.0",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "posix-getopt@1.2.0",
  "_id": "posix-getopt@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-Su7rfa3mb8qKk2XdqfawBXQctiE=",
  "_location": "/posix-getopt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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": [
    "/strong-globalize"
  ],
  "_resolved": "https://registry.npmjs.org/posix-getopt/-/posix-getopt-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/trains/api",
  "author": {
    "name": "Dave Pacheco",
    "url": "dap@cs.brown.edu"
  },
  "bugs": {
    "url": "https://github.com/davepacheco/node-getopt/issues"
  },
  "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"
}
