{ "_from": "opted@^1.0.0", "_id": "opted@1.0.2", "_inBundle": false, "_integrity": "sha512-uEvunmdmKcSFiBSmnY2E9E/HbghO5yc1J0yNmq7T18YkAJeWNlo33e6VYKkRK4eudVrpvvlLdemAeAuL6rZxjQ==", "_location": "/opted", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "opted@^1.0.0", "name": "opted", "escapedName": "opted", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/simple-cli" ], "_resolved": "https://registry.npmjs.org/opted/-/opted-1.0.2.tgz", "_shasum": "094e7ad9d0c0fc2bb384b4d8a507e278ead557c9", "_spec": "opted@^1.0.0", "_where": "/home/l/plc/node-red/node_modules/simple-cli", "author": { "name": "Andrew Nichols", "email": "tandrewnichols@gmail.com", "url": "www.tandrewnichols.me" }, "bugs": { "url": "https://github.com/tandrewnichols/opted/issues" }, "bundleDependencies": false, "dependencies": { "lodash": "^4.17.4" }, "deprecated": false, "description": "Stringify an object to command line options", "devDependencies": { "codeclimate-test-reporter": "^0.4.1", "coffee-script": "^1.12.4", "eslint-codeframe-formatter": "^1.0.2", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^19.0.0", "grunt-mocha-test": "^0.13.2", "grunt-open": "^0.2.3", "grunt-shell": "^2.1.0", "grunt-simple-istanbul": "^3.0.3", "grunt-travis-matrix": "^1.0.0", "mocha": "^3.2.0", "mocha-given": "^0.1.3", "should": "^11.2.1", "task-master": "^2.3.0" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/tandrewnichols/opted", "keywords": [ "options", "params", "flags", "arguments", "args", "parameters", "cli", "command", "line" ], "license": "MIT", "main": "lib/opted.js", "name": "opted", "repository": { "type": "git", "url": "git+https://github.com/tandrewnichols/opted.git" }, "scripts": { "codeclimate": "codeclimate-test-reporter < coverage/lcov.info", "test": "grunt", "travis": "grunt ci" }, "version": "1.0.2" }