{ "_args": [ [ "totalist@3.0.1", "/Users/mac/projects/mime/mine" ] ], "_development": true, "_from": "totalist@3.0.1", "_id": "totalist@3.0.1", "_inBundle": false, "_integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", "_location": "/totalist", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "totalist@3.0.1", "name": "totalist", "escapedName": "totalist", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/sirv" ], "_resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz", "_spec": "3.0.1", "_where": "/Users/mac/projects/mime/mine", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "bugs": { "url": "https://github.com/lukeed/totalist/issues" }, "description": "A tiny (195B to 220B) utility to recursively list all (total) files in a directory", "devDependencies": { "bundt": "1.1.1", "esm": "3.2.25", "uvu": "0.3.3" }, "engines": { "node": ">=6" }, "exports": { ".": { "types": "./index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./sync": { "types": "./sync/index.d.ts", "import": "./sync/index.mjs", "require": "./sync/index.js" } }, "files": [ "index.d.ts", "dist", "sync" ], "homepage": "https://github.com/lukeed/totalist#readme", "keywords": [ "list", "recursive", "files", "glob", "tree" ], "license": "MIT", "main": "dist/index.js", "modes": { "sync": "src/sync.js", "default": "src/async.js" }, "module": "dist/index.mjs", "name": "totalist", "repository": { "type": "git", "url": "git+https://github.com/lukeed/totalist.git" }, "scripts": { "build": "bundt", "test": "uvu -r esm test -i fixtures" }, "types": "index.d.ts", "version": "3.0.1" }