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

143 lines
3.2 KiB

{
"_args": [
[
"globby@^6.1.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/imagemin"
]
],
"_from": "globby@>=6.1.0 <7.0.0",
"_id": "globby@6.1.0",
"_inCache": true,
"_installable": true,
"_location": "/globby",
"_nodeVersion": "4.6.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/globby-6.1.0.tgz_1478246824721_0.12834556330926716"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.3.3",
"path-is-absolute": "1.0.1"
},
"_requested": {
"name": "globby",
"raw": "globby@^6.1.0",
"rawSpec": "^6.1.0",
"scope": null,
"spec": ">=6.1.0 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/imagemin"
],
"_resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
"_shasum": "f5a6d70e8395e21c858fb0489d64df02424d506c",
"_shrinkwrap": null,
"_spec": "globby@^6.1.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/imagemin",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globby/issues"
},
"dependencies": {
"array-union": "^1.0.1",
"glob": "^7.0.3",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
"devDependencies": {
"ava": "*",
"glob-stream": "github:gulpjs/glob-stream#master",
"globby": "github:sindresorhus/globby#master",
"matcha": "^0.7.0",
"rimraf": "^2.2.8",
"xo": "^0.16.0"
},
"directories": {},
"dist": {
"shasum": "f5a6d70e8395e21c858fb0489d64df02424d506c",
"tarball": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "5c647384e349e90a13658778029b96b28112a972",
"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",
"maintainers": [
{
"email": "michael@schnittstabil.de",
"name": "schnittstabil"
},
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
{
"email": "ultcombo@gmail.com",
"name": "ult_combo"
}
],
"name": "globby",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globby.git"
},
"scripts": {
"bench": "npm update glob-stream && matcha bench.js",
"test": "xo && ava"
},
"version": "6.1.0"
}