bigint-crypto-utils/node_modules/has-glob/package.json

106 lines
2.1 KiB
JSON

{
"_from": "has-glob@^1.0.0",
"_id": "has-glob@1.0.0",
"_inBundle": false,
"_integrity": "sha1-mqqe7b/7G6OZCnsAEPtnjuAIEgc=",
"_location": "/has-glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-glob@^1.0.0",
"name": "has-glob",
"escapedName": "has-glob",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/matched"
],
"_resolved": "https://registry.npmjs.org/has-glob/-/has-glob-1.0.0.tgz",
"_shasum": "9aaa9eedbffb1ba3990a7b0010fb678ee0081207",
"_spec": "has-glob@^1.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/matched",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/has-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-glob": "^3.0.0"
},
"deprecated": false,
"description": "Returns `true` if an array has a glob pattern.",
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/has-glob",
"keywords": [
"bash",
"braces",
"check",
"exec",
"expression",
"extglob",
"glob",
"globbing",
"globstar",
"has",
"match",
"matches",
"pattern",
"regex",
"regular",
"string",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "has-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/has-glob.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"has-glob",
"is-glob",
"is-negated-glob",
"is-valid-glob",
"micromatch"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "1.0.0"
}