Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / is-glob / package.json
Size: Mime:
{
  "_args": [
    [
      "is-glob@https://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz",
      "/vso/work/2/s"
    ]
  ],
  "_from": "is-glob@>=1.1.3 <2.0.0",
  "_id": "is-glob@1.1.3",
  "_inCache": true,
  "_location": "/is-glob",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-glob",
    "raw": "is-glob@https://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz",
    "rawSpec": "https://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/chokidar"
  ],
  "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz",
  "_shasum": "b4c64b8303d39114492a460d364ccfb0d3c0a045",
  "_shrinkwrap": null,
  "_spec": "is-glob@https://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz",
  "_where": "/vso/work/2/s",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/is-glob/issues"
  },
  "dependencies": {},
  "description": "Returns `true` if the given string looks like a glob pattern.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/is-glob",
  "keywords": [
    "bash",
    "braces",
    "check",
    "exec",
    "extglob",
    "expression",
    "glob",
    "globbing",
    "globstar",
    "match",
    "matches",
    "pattern",
    "regex",
    "regular",
    "string",
    "test"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-glob",
  "optionalDependencies": {},
  "readme": "# is-glob [![NPM version](https://badge.fury.io/js/is-glob.svg)](http://badge.fury.io/js/is-glob)  [![Build Status](https://travis-ci.org/jonschlinkert/is-glob.svg)](https://travis-ci.org/jonschlinkert/is-glob) \n\n> Returns `true` if the given string looks like a glob pattern.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i is-glob --save\n```\n\n## Usage\n\n```js\nvar isGlob = require('is-glob');\n\nisGlob('foo.js');\n//=> 'false'\nisGlob('!foo.js');\n//=> 'true'\nisGlob('*.js');\n//=> 'true'\nisGlob('**/abc.js');\n//=> 'true'\nisGlob('abc/*.js');\n//=> 'true'\nisGlob('abc/(aaa|bbb).js');\n//=> 'true'\nisGlob('abc/[a-z].js');\n//=> 'true'\nisGlob('abc/{a,b}.js');\n//=> 'true'\nisGlob('abc/?.js');\n//=> 'true'\nisGlob('abc.js');\n//=> 'false'\nisGlob('abc/def/ghi.js');\n//=> 'false'\n```\n\n## Related\n* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A faster alternative to minimatch (10-45x faster on avg), with all the features you're used to using in your Grunt and gulp tasks.\n* [parse-glob](https://github.com/jonschlinkert/parse-glob): Parse a glob pattern into an object of tokens.\n\n## Run tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-glob/issues)\n\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2015 Jon Schlinkert  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 04, 2015._",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/is-glob.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.1.3"
}