{ "_from": "optionator@^0.5.0", "_id": "optionator@0.5.0", "_inBundle": false, "_integrity": "sha1-t1qJlaLUF98ltuTjhi9QqohlE2g=", "_location": "/optionator", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "optionator@^0.5.0", "name": "optionator", "escapedName": "optionator", "rawSpec": "^0.5.0", "saveSpec": null, "fetchSpec": "^0.5.0" }, "_requiredBy": [ "/escodegen" ], "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz", "_shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368", "_spec": "optionator@^0.5.0", "_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/escodegen", "author": { "name": "George Zahariev", "email": "z@georgezahariev.com" }, "bugs": { "url": "https://github.com/gkz/optionator/issues" }, "bundleDependencies": false, "dependencies": { "deep-is": "~0.1.2", "fast-levenshtein": "~1.0.0", "levn": "~0.2.5", "prelude-ls": "~1.1.1", "type-check": "~0.3.1", "wordwrap": "~0.0.2" }, "deprecated": false, "description": "option parsing and help generation", "devDependencies": { "LiveScript": "~1.3.1", "istanbul": "~0.1.43", "mocha": "~2.0.1" }, "engines": { "node": ">= 0.8.0" }, "files": [ "lib", "README.md", "LICENSE" ], "homepage": "https://github.com/gkz/optionator", "keywords": [ "options" ], "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/gkz/optionator/master/LICENSE" } ], "main": "./lib/", "name": "optionator", "repository": { "type": "git", "url": "git://github.com/gkz/optionator.git" }, "scripts": { "test": "make test" }, "version": "0.5.0" }