bigint-crypto-utils/node_modules/matched/package.json

144 lines
3.0 KiB
JSON

{
"_from": "matched@^1.0.2",
"_id": "matched@1.0.2",
"_inBundle": false,
"_integrity": "sha512-7ivM1jFZVTOOS77QsR+TtYHH0ecdLclMkqbf5qiJdX2RorqfhsL65QHySPZgDE0ZjHoh+mQUNHTanNXIlzXd0Q==",
"_location": "/matched",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "matched@^1.0.2",
"name": "matched",
"escapedName": "matched",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/@rollup/plugin-multi-entry"
],
"_resolved": "https://registry.npmjs.org/matched/-/matched-1.0.2.tgz",
"_shasum": "1d95d77dd5f1b5075a9e94acde5462ffd85f317a",
"_spec": "matched@^1.0.2",
"_where": "/home/juan/bigint-crypto-utils/node_modules/@rollup/plugin-multi-entry",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/matched/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bogdan Chadkin",
"url": "https://github.com/TrySound"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"arr-union": "^3.1.0",
"async-array-reduce": "^0.2.1",
"glob": "^7.1.2",
"has-glob": "^1.0.0",
"is-valid-glob": "^1.0.0",
"resolve-dir": "^1.0.0"
},
"deprecated": false,
"description": "Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.",
"devDependencies": {
"eslint": "^4.0.0",
"gulp-format-md": "^0.1.12",
"mocha": "^3.0.2",
"nyc": "^11.0.2",
"rimraf": "^2.5.2"
},
"engines": {
"node": ">= 0.12.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jonschlinkert/matched",
"keywords": [
"array",
"directories",
"exclude",
"exclusions",
"expand",
"files",
"filesystem",
"find",
"fnmatch",
"folders",
"fs",
"glob",
"globbing",
"globby",
"globs",
"globstar",
"lookup",
"match",
"matched",
"matcher",
"matching",
"minimatch",
"multi",
"multimatch",
"multiple",
"negate",
"node",
"node-glob",
"paths",
"pattern",
"patterns",
"star",
"wildcard",
"wildcards"
],
"license": "MIT",
"main": "index.js",
"name": "matched",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/matched.git"
},
"scripts": {
"posttest": "eslint *.js test/*.js lib/*.js",
"report": "nyc report --reporter=html",
"test": "nyc mocha test/*.js"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-glob",
"look-up",
"micromatch"
]
},
"reflinks": [
"glob-stream",
"verb",
"verb-readme-generator",
"vinyl"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.2"
}