12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "extract-opts",
- "version": "2.2.0",
- "description": "Extract the options and callback from a function's arguments easily",
- "homepage": "https://github.com/bevry/extract-opts",
- "keywords": [
- "opts",
- "options",
- "cb",
- "callback",
- "next",
- "flow",
- "args",
- "optional",
- "arguments",
- "extract"
- ],
- "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
- "maintainers": [
- "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
- ],
- "contributors": [
- "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
- ],
- "bugs": {
- "url": "https://github.com/bevry/extract-opts/issues"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/bevry/extract-opts.git"
- },
- "engines": {
- "node": ">=0.4"
- },
- "dependencies": {
- "typechecker": "~2.0.1"
- },
- "devDependencies": {
- "coffee-script": "~1.6.2",
- "joe": "~1.2.0",
- "joe-reporter-console": "~1.2.1",
- "chai": "~1.5.0",
- "eachr": "~2.0.2"
- },
- "directories": {
- "lib": "./out/lib"
- },
- "scripts": {
- "test": "node ./out/test/extract-opts-test.js"
- },
- "main": "./out/lib/extract-opts.js",
- "__npminstall_done": true,
- "_from": "extract-opts@2.2.0",
- "_resolved": "https://registry.npmmirror.com/extract-opts/-/extract-opts-2.2.0.tgz"
- }
|