You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
2.3 KiB
JSON

5 years ago
{
"_from": "globby@^4.0.0",
"_id": "globby@4.1.0",
"_inBundle": false,
"_integrity": "sha1-CA9UVJ7BuCpsYOYx/ILhIR2+lfg=",
"_location": "/globby",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "globby@^4.0.0",
"name": "globby",
"escapedName": "globby",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz",
"_shasum": "080f54549ec1b82a6c60e631fc82e1211dbe95f8",
"_spec": "globby@^4.0.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globby/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-union": "^1.0.1",
"arrify": "^1.0.0",
"glob": "^6.0.1",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"deprecated": false,
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
"devDependencies": {
"glob-stream": "github:wearefractal/glob-stream#master",
"globby": "github:sindresorhus/globby#master",
"matcha": "^0.7.0",
"mocha": "*",
"rimraf": "^2.2.8",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/globby#readme",
"keywords": [
"all",
"array",
"directories",
"dirs",
"expand",
"files",
"filesystem",
"filter",
"find",
"fnmatch",
"folders",
"fs",
"glob",
"globbing",
"globs",
"gulpfriendly",
"match",
"matcher",
"minimatch",
"multi",
"multiple",
"paths",
"pattern",
"patterns",
"traverse",
"util",
"utility",
"wildcard",
"wildcards",
"promise"
],
"license": "MIT",
"name": "globby",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globby.git"
},
"scripts": {
"bench": "npm update globby glob-stream && matcha bench.js",
"test": "xo && mocha"
},
"version": "4.1.0",
"xo": {
"envs": [
"node",
"mocha"
]
}
}