{
  "_from": "node-options@0.0.6",
  "_id": "node-options@0.0.6",
  "_inBundle": false,
  "_integrity": "sha512-OrfY9+LgcLjoo2oyqxjP3gZLBuNDV1IblF69HGLdbE8JUJxSnl2kB561r41KOMc1GWLspjMSfa9L6+iW4fvYrw==",
  "_location": "/node-options",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-options@0.0.6",
    "name": "node-options",
    "escapedName": "node-options",
    "rawSpec": "0.0.6",
    "saveSpec": null,
    "fetchSpec": "0.0.6"
  },
  "_requiredBy": [
    "/dns"
  ],
  "_resolved": "https://registry.npmjs.org/node-options/-/node-options-0.0.6.tgz",
  "_shasum": "98721bd14fc4969a619e4d87666449f1f92477ed",
  "_shrinkwrap": {
    "name": "node-options",
    "version": "0.0.3",
    "dependencies": {}
  },
  "_spec": "node-options@0.0.6",
  "_where": "/home/bestsmm/node_modules/dns",
  "author": {
    "name": "Henri Bouvier"
  },
  "bob": {
    "jscoverage": "0.3.8",
    "jscoverage-reporter": "0.1.0"
  },
  "bugs": {
    "url": "https://github.com/hbouvier/node-options/issues"
  },
  "bundleDependencies": false,
  "configuration": {
    "unittest": "default_value"
  },
  "deprecated": false,
  "description": "Parse the command line arguments",
  "devDependencies": {
    "coveralls": "2.6.1",
    "istanbul": "0.2.3",
    "jasmine-node": "1.12.0"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "homepage": "https://github.com/hbouvier/node-options#readme",
  "keywords": [
    "argument",
    "option",
    "switch"
  ],
  "main": "./lib/options.js",
  "name": "node-options",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hbouvier/node-options.git"
  },
  "scripts": {
    "clean": "rm -rf coverage",
    "istanbul-test": "istanbul cover jasmine-node -- spec",
    "test": "istanbul cover jasmine-node -- spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "verbose-test": "jasmine-node --verbose spec"
  },
  "version": "0.0.6"
}
