{"maintainers":[{"email":"contact@wearefractal.com","name":"anonymous"},{"email":"ericbombhax@gmail.com","name":"anonymous"}],"dist-tags":{"latest":"0.0.12"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"description":"Extracts a base path from a node-glob instance","readme":"# glob2base [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Support us][gittip-image]][gittip-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url]\n\n\n## Information\n\n<table>\n<tr>\n<td>Package</td><td>glob2base</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Extracts a base path from a node-glob instance</td>\n</tr>\n<tr>\n<td>Node Version</td>\n<td>>= 0.10</td>\n</tr>\n</table>\n\n## Usage\n\nThe module is a function that takes in a node-glob instance and returns a string. Basically it just gives you everything before any globbing/matching happens.\n\n```javascript\nvar glob2base = require('glob2base');\nvar glob = require('glob');\n\n// js/\nglob2base(new glob.Glob('js/**/*.js'));\n\n// css/test/\nglob2base(new glob.Glob('css/test/{a,b}/*.css'));\n\n// pages/whatever/\nglob2base(new glob.Glob('pages/whatever/index.html'));\n```\n\n## Like what we do?\n\n[gittip-url]: https://www.gittip.com/WeAreFractal/\n[gittip-image]: http://img.shields.io/gittip/WeAreFractal.svg\n\n[downloads-image]: http://img.shields.io/npm/dm/glob2base.svg\n[npm-url]: https://npmjs.org/package/glob2base\n[npm-image]: http://img.shields.io/npm/v/glob2base.svg\n\n[travis-url]: https://travis-ci.org/wearefractal/glob2base\n[travis-image]: http://img.shields.io/travis/wearefractal/glob2base.svg\n\n[coveralls-url]: https://coveralls.io/r/wearefractal/glob2base\n[coveralls-image]: http://img.shields.io/coveralls/wearefractal/glob2base/master.svg\n","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"versions":{"0.0.1":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.1","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"*","should":"*","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.1","dist":{"shasum":"dec3b56de341d5869f6256496aa3e4e13bbced6b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.1.tgz","integrity":"sha512-8azi8Pg8G9p22J0ZaYOuaMGJJhy3rRWs0OC7OgIUJ/n9bCL2yTY5RtnrRZXCt8nHIpK+1P1+xny4+eAeUSvV6A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBkA066DVb2eDwF8fH/iUxiu0kQgqUZDYUcuiNrUkcgvAiEA2b9Yih5z6lz4DlZcnmue1jIMW7lYCqYXMZFfCUv8xNw="}]},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.2":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.2","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"*","should":"*","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.2","dist":{"shasum":"718b0a548c3fc52e4aa4b95d17c3e79e2dc38d5c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.2.tgz","integrity":"sha512-SWz9lWLx1wRcGBZeFhncz3sMWwVaunQ+OmK3gm2pZMLkiCUwUeuURcMSjNfh6Rwwpb1i+7nGO/daLRjk487Cbw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGdJAsQIAWneU1Jor1W34QnGhxkrJX/5eeVKEd6sdhnLAiBDbpcRzBl2J0WmwRYqItrp2uo/MUIJNibZEhE/qavN5g=="}]},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.3":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.3","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"*","should":"*","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.3","dist":{"shasum":"5214d647066ea7bc7fe9617aaeca122b7ec53678","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.3.tgz","integrity":"sha512-N8vJCBwy+35KChMoSONhEzJqFUQIySk4DbEzdHf9zwSuvgMJaBG1bpUDH0j9yhPLTEYJABCoRKPO0j6VzGoFWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBiLAZAbPrhxhF/JaPq5e9WQX61BEM8YGAs58QTZx11rAiEA2niUHQegc3xt6X+suy6QQ9NMAtMxqtGb6ju9ndVxqhs="}]},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.4":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.4","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"*","should":"*","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.4","dist":{"shasum":"3e9ac064b445dc8001f5072bbfdc7812bedf5c91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.4.tgz","integrity":"sha512-ZeWbfqKLmdpmSvwgjd6uDsavRvjSKrmeg5Gk40zVMAZyiiacNHJSgvXEhdtuQN5+b/v7JByMXJb0Nc6ieQ/WCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdJeaXQpd48GcXJpiffx/qcd0mT4T/o2ygFJK+ZLRdpQIgHiLwxR89BHPTmmf9HGeE7EJMaHFHwIJhupsn1YY3BO8="}]},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.5":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.5","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"~1.17.1","should":"~3.1.2","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.5","dist":{"shasum":"ade51dddd63aac3cb2af5b85c63ef1c64284824a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.5.tgz","integrity":"sha512-9ydy5hm96liY+r+uMFMoiINSeWSISWXiCABBfmiZAHxMghB99KT0Og3JRqOo2U0Zku5mphlXoEKIKbGU+SLIwg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHxlxzhbinBMSH00RGtHimdfaV9h449h8D5D33K4/Dz0CICQI17BkYcFHHbBZ2CCGBTVHuOPRNS4Fys3ElBG7Lotu"}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.6":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.6","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"~1.17.1","should":"~3.1.2","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.6","dist":{"shasum":"a55366558ed53d7c641d9d69414468ccb0d3fcd3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.6.tgz","integrity":"sha512-gPNDqD7v27ddA04Wiu5YE/6u38v3ThtDOTxiJNaDlXyluH39i428G94M4J8xDqDRduebrH5A5vVvzGU/ctbJcA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHLtFHo/7podAOloA6uXC/qVUH6Pn3P/PFBY3y3d0WT2AiEA/tk7o+RxlA/NZO0CNOvckQhfRG5ugcfb3mmmmpFhS94="}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.7":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.7","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"~1.17.1","should":"~3.1.2","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.7","dist":{"shasum":"2a0990201bc5c9cd13f94bbc7bc68de2ead98a39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.7.tgz","integrity":"sha512-3LBooT2jLeB7Vmmk1NgklfP53YnRRolgIjrSR24zkQe0aaTRpOi2pJHXvNvwYw+1eyNbPrYnbv24Q7Gz5ur1oA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF676vg0d/siGqM75ga/9yw8QO0qpyeRTJPcTxwKwnT6AiEArUdtpSzkTb+OXPHyf4cPhgsHAAMIa89ubUksRDKOMiE="}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.8":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.8","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{},"devDependencies":{"mocha":"~1.17.1","should":"~3.1.2","glob":"~3.2.7"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.8","dist":{"shasum":"bcfc6d51efa4df0bd93f9a5685f0430db1f0b7d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.8.tgz","integrity":"sha512-RmXiMSExcufA0wRtQL/Rfqrmg3jMQGp5j1tX5NkMJsdssOGmwEPLzIL3/pLIfPB3zYEkOIjZywlZpVhKVyvsjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUF2BgPABm/LyH0qUqxD/PGuR4QaC8PWdWnhC/Th+RUAIgEbmQg+A35fVKN9lp6pHferyfUWHmmxp0EyfLzVKVPv8="}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"directories":{}},"0.0.9":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.9","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{"lodash.findindex":"^2.4.1"},"devDependencies":{"mocha":"^1.17.1","should":"^4.0.0","glob":"^4.0.0"},"scripts":{"test":"mocha"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"gitHead":"96122493b535a221ee2e8b833d971b21fddd88db","bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.9","_shasum":"50a7bb1fc1260e1eb5ba1b136003569a1fe57f98","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"dist":{"shasum":"50a7bb1fc1260e1eb5ba1b136003569a1fe57f98","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.9.tgz","integrity":"sha512-+xkR/sHTU++jiOt8qlK0Cu2MiMy9hFgPE+2hOBOcKErA3k5ILfPCTuGesvX5md6Zd3P2NNmIcBuZjRWiVddftw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCI+OgXB2cYx2+tIuTzRO7CCUbHOLQjL4ECSP6SHiDyTQIhAKSADOTbxr5RSMslf5yNgQ82XkUryttBTa5JJRhwCuoR"}]},"directories":{}},"0.0.10":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.10","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{"lodash.findindex":"^2.4.1"},"devDependencies":{"coveralls":"^2.6.1","istanbul":"^0.2.3","jshint":"^2.4.1","jshint-stylish":"^0.2.0","mocha":"^1.17.0","mocha-lcov-reporter":"^0.0.1","glob":"^4.0.0","should":"^4.0.0"},"scripts":{"lint":"jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules","test":"npm run-script lint && mocha --reporter spec","coveralls":"istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"},"engines":{"node":">= 0.10"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"gitHead":"ff7891641684e1c116743eb0d93e008e12e82de3","bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.10","_shasum":"2858bd8ac842e2dcd180a009c81644e46100dbb3","_from":".","_npmVersion":"1.5.0-alpha-1","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"dist":{"shasum":"2858bd8ac842e2dcd180a009c81644e46100dbb3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.10.tgz","integrity":"sha512-0sibkpypfZD3R1VntGFXE1S7mhfkPP+icnGSDlrLR/npTmDfcYR58AAZz+L1SgTKjOJIlr8bX/hDUE1mVcKCvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGbwFdO4UJa97qHyrqrjPKIvWl18w1NreLhnaPzJaazlAiEAvY35x/q0L2M2D2bpEFtQq9o1jnHfYcGANY2NMFRVg4Q="}]},"directories":{}},"0.0.11":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.11","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","dependencies":{"lodash":"^2.4.1"},"devDependencies":{"coveralls":"^2.6.1","istanbul":"^0.2.3","jshint":"^2.4.1","jshint-stylish":"^0.2.0","mocha":"^1.17.0","mocha-lcov-reporter":"^0.0.1","glob":"^4.0.0","should":"^4.0.0"},"scripts":{"lint":"jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules","test":"npm run-script lint && mocha --reporter spec","coveralls":"istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"},"engines":{"node":">= 0.10"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"gitHead":"ad402068aa76041bd7ced8144969e544c2ba6dec","bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.11","_shasum":"e56904ae5292c2d9cefbc5b97f419614fb56b660","_from":".","_npmVersion":"1.5.0-alpha-1","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"dist":{"shasum":"e56904ae5292c2d9cefbc5b97f419614fb56b660","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.11.tgz","integrity":"sha512-uXuy7T/np1bo6QoOy/b2NhzBL4hk5H7gjaN1b+yeUGN/07+LWvGqzjeokuoGQfX1h+DenAqPN5vQQ0MXfW/n+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMihjAdRrVN7KI5Rw3fWc95ep2NCgxJqeStpxawVnmSwIhAJhN+vrL/c98jUCMahCdlbEaIaqmLWAxnm4cSOEraFoQ"}]},"directories":{}},"0.0.12":{"name":"glob2base","description":"Extracts a base path from a node-glob instance","version":"0.0.12","homepage":"http://github.com/wearefractal/glob2base","repository":{"type":"git","url":"git://github.com/wearefractal/glob2base.git"},"author":{"name":"Fractal","email":"contact@wearefractal.com","url":"http://wearefractal.com/"},"main":"./index.js","files":["index.js","lib"],"dependencies":{"find-index":"^0.1.1"},"devDependencies":{"coveralls":"^2.6.1","istanbul":"^0.3.2","jshint":"^2.4.1","jshint-stylish":"^1.0.0","mocha":"^2.0.0","mocha-lcov-reporter":"^0.0.1","glob":"^4.0.0","should":"^4.0.0"},"scripts":{"lint":"jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules","test":"npm run-script lint && mocha --reporter spec","coveralls":"istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"},"engines":{"node":">= 0.10"},"licenses":[{"type":"MIT","url":"http://github.com/wearefractal/glob2base/raw/master/LICENSE"}],"gitHead":"d3fadacea415f4676fd431c90cd2205a2f1e6b26","bugs":{"url":"https://github.com/wearefractal/glob2base/issues"},"_id":"glob2base@0.0.12","_shasum":"9d419b3e28f12e83a362164a277055922c9c0d56","_from":".","_npmVersion":"2.1.6","_nodeVersion":"0.10.33","_npmUser":{"name":"anonymous","email":"contact@wearefractal.com"},"maintainers":[{"name":"anonymous","email":"contact@wearefractal.com"}],"dist":{"shasum":"9d419b3e28f12e83a362164a277055922c9c0d56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/glob2base/-/glob2base-0.0.12.tgz","npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2sZ4CRA9TVsSAnZWagAAyoQQAJlfzit1qrs4ZkI1ldgt\nfGe5l/+avpvYaifBKqjTmaytilc1LLuImzUIPMDIWbUi6s+OrZdy8ib0FtJ8\nfuV8S1v+3HBi9+XMlOXSDWiYUM95WrtlwszUcNAxvKgh6FLmz66caQ+CuZIH\n/XlFrMZbXoUtfKPg2orH3RVkDu1b30hVAkFoI91uUWtE/CB2s/8FXdaZP7KV\nbkfaczabJGofVueo1BqizldDXsUhNBOOa+ZKAWvDnFigtl7j26XI5o7CrghK\nrrpHc109B7dUJtLfdHuXKvUkEhiVllh51hXbE2BK7zbTOiy+0FyOe4/hZLiw\ng7r+oK6iy3nmzvHCOhSF2cYITtfPyeHzHznvuhEeA9YzLfCzPXAn60zgdRHS\nX8GEjTvWexVjzzXa/U4NqMcWkJ2FCEeYiP9yyL6WFDlyG7g5vHJwhf/AG5W0\nNuN2RPaoBEvTO+Efc9knH0bO07YBtjTqTH9nozF5M/Uq+lC6N+RTBeF9YEzg\nd3ZU947hInluLLqLUQQwzjgd1n6WvRaSFZwPOapn4hcwY00CYiN5430TDki5\nZyBlL9oz0phRJYtdgAgFEA3xB8sXWxpZ+RRaRzrc9iDFWziZfchlJobRMs+k\nPOVyVna3IHeLeNFw48DcB+nEoQ1TwIsdp3GUht5ZZuwSaRimGdHBtW2ZZY9s\nTArW\r\n=cheU\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-ZyqlgowMbfj2NPjxaZZ/EtsXlOch28FRXgMd64vqZWk1bT9+wvSRLYD1om9M7QfQru51zJPAT17qXm4/zd+9QA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGammWkiXGbxPPZF2lxeNb94hevOlrQ7i1dzp1DLRgw0AiBPDrgm3iLAtf4tyRv9ukHpoTHpS6YkPnx/Z4ZN5eOMgQ=="}]},"directories":{}}},"name":"glob2base","time":{"modified":"2022-06-18T12:55:04.874Z","created":"2013-12-17T03:20:32.850Z","0.0.1":"2013-12-17T03:20:34.320Z","0.0.2":"2013-12-17T03:23:40.117Z","0.0.3":"2013-12-28T22:05:46.444Z","0.0.4":"2014-01-05T07:20:53.364Z","0.0.5":"2014-02-05T06:20:09.130Z","0.0.6":"2014-02-08T03:52:46.428Z","0.0.7":"2014-02-08T05:31:12.083Z","0.0.8":"2014-02-09T03:56:57.351Z","0.0.9":"2014-06-01T02:13:03.312Z","0.0.10":"2014-07-22T19:16:58.112Z","0.0.11":"2014-07-30T22:30:20.793Z","0.0.12":"2014-11-13T23:31:52.604Z"},"readmeFilename":"README.md","homepage":"http://github.com/wearefractal/glob2base"}