d2-ui
Version:
142 lines (141 loc) • 3.19 kB
JSON
{
"_args": [
[
"globby@^4.0.0",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/del"
]
],
"_from": "globby@>=4.0.0 <5.0.0",
"_id": "globby@4.1.0",
"_inCache": true,
"_installable": true,
"_location": "/globby",
"_nodeVersion": "4.4.2",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/globby-4.1.0.tgz_1463549816081_0.4191678147763014"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.0",
"_phantomChildren": {
"inflight": "1.0.5",
"inherits": "2.0.1",
"minimatch": "2.0.10",
"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.1.0.tgz",
"_shasum": "080f54549ec1b82a6c60e631fc82e1211dbe95f8",
"_shrinkwrap": null,
"_spec": "globby@^4.0.0",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/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": "github:wearefractal/glob-stream#master",
"globby": "github:sindresorhus/globby#master",
"matcha": "^0.7.0",
"mocha": "*",
"rimraf": "^2.2.8",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "080f54549ec1b82a6c60e631fc82e1211dbe95f8",
"tarball": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "be0f9481251b163a94328519ecdc6305d059e6fc",
"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": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"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.1.0",
"xo": {
"envs": [
"node",
"mocha"
]
}
}