| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "totalist@^3.0.0",
- "_id": "totalist@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
- "_location": "/totalist",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "totalist@^3.0.0",
- "name": "totalist",
- "escapedName": "totalist",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/sirv"
- ],
- "_resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
- "_shasum": "ba3a3d600c915b1a97872348f79c127475f6acf8",
- "_spec": "totalist@^3.0.0",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\sirv",
- "author": {
- "name": "Luke Edwards",
- "email": "luke.edwards05@gmail.com",
- "url": "https://lukeed.com"
- },
- "bugs": {
- "url": "https://github.com/lukeed/totalist/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|