File: //usr/local/lib/node_modules/firebase-tools/node_modules/glob-slasher/package.json
{
"name": "glob-slasher",
"version": "1.0.1",
"description": "Prefix an object (key/values) of globs with a slash and normalize. Supports negated globs too. Glob version of slasher module",
"main": "index.js",
"scripts": {
"test": "node test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/glob-slasher.git"
},
"keywords": [
"glob",
"slash",
"slasher",
"prefix"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/scottcorgan/glob-slasher/issues"
},
"homepage": "https://github.com/scottcorgan/glob-slasher",
"devDependencies": {
"tap-spec": "^1.0.1",
"tape": "^3.0.3"
},
"dependencies": {
"glob-slash": "^1.0.0",
"lodash.isobject": "^2.4.1",
"toxic": "^1.0.0"
}
}