package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "totalist@^3.0.0",
  3. "_id": "totalist@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  6. "_location": "/totalist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "totalist@^3.0.0",
  12. "name": "totalist",
  13. "escapedName": "totalist",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sirv"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  22. "_shasum": "ba3a3d600c915b1a97872348f79c127475f6acf8",
  23. "_spec": "totalist@^3.0.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\sirv",
  25. "author": {
  26. "name": "Luke Edwards",
  27. "email": "luke.edwards05@gmail.com",
  28. "url": "https://lukeed.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lukeed/totalist/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A tiny (195B to 220B) utility to recursively list all (total) files in a directory",
  36. "devDependencies": {
  37. "bundt": "1.1.1",
  38. "esm": "3.2.25",
  39. "uvu": "0.3.3"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "exports": {
  45. ".": {
  46. "types": "./index.d.ts",
  47. "import": "./dist/index.mjs",
  48. "require": "./dist/index.js"
  49. },
  50. "./sync": {
  51. "types": "./sync/index.d.ts",
  52. "import": "./sync/index.mjs",
  53. "require": "./sync/index.js"
  54. }
  55. },
  56. "files": [
  57. "index.d.ts",
  58. "dist",
  59. "sync"
  60. ],
  61. "homepage": "https://github.com/lukeed/totalist#readme",
  62. "keywords": [
  63. "list",
  64. "recursive",
  65. "files",
  66. "glob",
  67. "tree"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/index.js",
  71. "modes": {
  72. "sync": "src/sync.js",
  73. "default": "src/async.js"
  74. },
  75. "module": "dist/index.mjs",
  76. "name": "totalist",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/lukeed/totalist.git"
  80. },
  81. "scripts": {
  82. "build": "bundt",
  83. "test": "uvu -r esm test -i fixtures"
  84. },
  85. "types": "index.d.ts",
  86. "version": "3.0.1"
  87. }