package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "totalist@^1.0.0",
  3. "_id": "totalist@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==",
  6. "_location": "/totalist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "totalist@^1.0.0",
  12. "name": "totalist",
  13. "escapedName": "totalist",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sirv"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz",
  22. "_shasum": "a4d65a3e546517701e3e5c37a47a70ac97fe56df",
  23. "_spec": "totalist@^1.0.0",
  24. "_where": "H:\\gs_nuxt\\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 224B) utility to recursively list all (total) files in a directory",
  36. "devDependencies": {
  37. "bundt": "1.0.1",
  38. "esm": "3.2.25",
  39. "premove": "1.0.0",
  40. "uvu": "0.0.13"
  41. },
  42. "engines": {
  43. "node": ">=6"
  44. },
  45. "files": [
  46. "index.d.ts",
  47. "dist",
  48. "sync"
  49. ],
  50. "homepage": "https://github.com/lukeed/totalist#readme",
  51. "keywords": [
  52. "list",
  53. "recursive",
  54. "files",
  55. "glob",
  56. "tree"
  57. ],
  58. "license": "MIT",
  59. "main": "dist/index.js",
  60. "modes": {
  61. "sync": "src/sync.js",
  62. "default": "src/async.js"
  63. },
  64. "module": "dist/index.mjs",
  65. "name": "totalist",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/lukeed/totalist.git"
  69. },
  70. "scripts": {
  71. "build": "bundt",
  72. "postbuild": "cp sync.d.ts sync/index.d.ts",
  73. "test": "uvu -r esm test -i fixtures"
  74. },
  75. "types": "index.d.ts",
  76. "version": "1.1.0"
  77. }