mirror of https://github.com/lukechilds/node.git
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.
137 lines
3.0 KiB
137 lines
3.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"globby@^4.0.0",
|
|
"/Users/silverwind/git/node/tools/package/package/node_modules/del"
|
|
]
|
|
],
|
|
"_from": "globby@>=4.0.0 <5.0.0",
|
|
"_id": "globby@4.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/globby",
|
|
"_nodeVersion": "4.2.1",
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "2.14.7",
|
|
"_phantomChildren": {
|
|
"inflight": "1.0.4",
|
|
"inherits": "2.0.1",
|
|
"minimatch": "3.0.0",
|
|
"once": "1.3.3",
|
|
"path-is-absolute": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"name": "globby",
|
|
"raw": "globby@^4.0.0",
|
|
"rawSpec": "^4.0.0",
|
|
"scope": null,
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/del"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/globby/-/globby-4.0.0.tgz",
|
|
"_shasum": "36ff06c5a9dc1dbc201f700074992882857e9817",
|
|
"_shrinkwrap": null,
|
|
"_spec": "globby@^4.0.0",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package/node_modules/del",
|
|
"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",
|
|
"arrify": "^1.0.0",
|
|
"glob": "^6.0.1",
|
|
"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": {
|
|
"glob-stream": "git+https://github.com/wearefractal/glob-stream.git#master",
|
|
"globby": "git+https://github.com/sindresorhus/globby.git#master",
|
|
"matcha": "^0.6.0",
|
|
"mocha": "*",
|
|
"rimraf": "^2.2.8",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "36ff06c5a9dc1dbc201f700074992882857e9817",
|
|
"tarball": "https://registry.npmjs.org/globby/-/globby-4.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "70389b06d4633868ea016ce38956d0a86aa90a23",
|
|
"homepage": "https://github.com/sindresorhus/globby",
|
|
"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",
|
|
"promise",
|
|
"traverse",
|
|
"util",
|
|
"utility",
|
|
"wildcard",
|
|
"wildcards"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "globby",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"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.0.0",
|
|
"xo": {
|
|
"envs": [
|
|
"mocha",
|
|
"node"
|
|
]
|
|
}
|
|
}
|
|
|