{ "_from": "option-chain@^0.1.0", "_id": "option-chain@0.1.1", "_inBundle": false, "_integrity": "sha1-6bgR4AbxwPVIAvKClb/Ilw+Nz70=", "_location": "/option-chain", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "option-chain@^0.1.0", "name": "option-chain", "escapedName": "option-chain", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/option-chain/-/option-chain-0.1.1.tgz", "_shasum": "e9b811e006f1c0f54802f28295bfc8970f8dcfbd", "_spec": "option-chain@^0.1.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/ava", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "bugs": { "url": "https://github.com/jamestalmage/option-chain/issues" }, "bundleDependencies": false, "dependencies": { "object-assign": "^4.0.1" }, "deprecated": false, "description": "Use fluent property chains in lieu of options objects", "devDependencies": { "ava": "^0.10.0", "coveralls": "^2.11.6", "nyc": "^5.3.0", "xo": "^0.12.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jamestalmage/option-chain#readme", "keywords": [ "option", "options", "chain", "chains", "chainable", "fluent" ], "license": "MIT", "name": "option-chain", "repository": { "type": "git", "url": "git+https://github.com/jamestalmage/option-chain.git" }, "scripts": { "test": "xo && nyc --cache --reporter=lcov --reporter=text ava" }, "version": "0.1.1" }