{ "_from": "empty-dir@2.0.0", "_id": "empty-dir@2.0.0", "_inBundle": false, "_integrity": "sha512-XAedXlNAQZxMmbllXY9cxuESlNVjZ8xd67bSIUZwbS7VoLyhlNehVN3Iy35yDTGFHKR1opBRgORkp3am0so+WQ==", "_location": "/empty-dir", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "empty-dir@2.0.0", "name": "empty-dir", "escapedName": "empty-dir", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/umi-ui" ], "_resolved": "https://registry.npmjs.org/empty-dir/-/empty-dir-2.0.0.tgz", "_shasum": "c59b4e73b9909d3c4bd49c1fbdaea52031fe22ac", "_spec": "empty-dir@2.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-ui", "author": { "name": "Gulp Team", "email": "team@gulpjs.com", "url": "http://gulpjs.com/" }, "bugs": { "url": "https://github.com/gulpjs/empty-dir/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Tyler Kellen", "email": "tyler@sleekcode.net" }, { "name": "Jon Schlinkert", "email": "jon.schlinkert@sellside.com" }, { "name": "Blaine Bublitz", "email": "blaine.bublitz@gmail.com" } ], "dependencies": {}, "deprecated": false, "description": "Check if a directory is empty.", "devDependencies": { "eslint": "^2.13.0", "eslint-config-gulp": "^3.0.1", "expect": "^1.20.2", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "mocha": "^3.5.3" }, "engines": { "node": ">= 4" }, "files": [ "index.js", "LICENSE" ], "homepage": "https://github.com/gulpjs/empty-dir#readme", "keywords": [ "empty", "is-empty", "directory", "folder", "check" ], "license": "MIT", "main": "index.js", "name": "empty-dir", "repository": { "type": "git", "url": "git+https://github.com/gulpjs/empty-dir.git" }, "scripts": { "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "npm run cover && istanbul-coveralls", "lint": "eslint .", "pretest": "npm run lint", "test": "mocha --async-only" }, "version": "2.0.0" }