package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "escalade@^3.2.0",
  3. "_id": "escalade@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6. "_location": "/escalade",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escalade@^3.2.0",
  12. "name": "escalade",
  13. "escapedName": "escalade",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cli-highlight/yargs",
  20. "/update-browserslist-db"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  23. "_shasum": "011a3f69856ba189dffa7dc8fcce99d2a87903e5",
  24. "_spec": "escalade@^3.2.0",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\update-browserslist-db",
  26. "author": {
  27. "name": "Luke Edwards",
  28. "email": "luke.edwards05@gmail.com",
  29. "url": "https://lukeed.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lukeed/escalade/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  37. "devDependencies": {
  38. "bundt": "1.1.1",
  39. "esm": "3.2.25",
  40. "uvu": "0.3.3"
  41. },
  42. "engines": {
  43. "node": ">=6"
  44. },
  45. "exports": {
  46. ".": [
  47. {
  48. "import": {
  49. "types": "./index.d.mts",
  50. "default": "./dist/index.mjs"
  51. },
  52. "require": {
  53. "types": "./index.d.ts",
  54. "default": "./dist/index.js"
  55. }
  56. },
  57. "./dist/index.js"
  58. ],
  59. "./sync": [
  60. {
  61. "import": {
  62. "types": "./sync/index.d.mts",
  63. "default": "./sync/index.mjs"
  64. },
  65. "require": {
  66. "types": "./sync/index.d.ts",
  67. "default": "./sync/index.js"
  68. }
  69. },
  70. "./sync/index.js"
  71. ]
  72. },
  73. "files": [
  74. "*.d.mts",
  75. "*.d.ts",
  76. "dist",
  77. "sync"
  78. ],
  79. "homepage": "https://github.com/lukeed/escalade#readme",
  80. "keywords": [
  81. "find",
  82. "parent",
  83. "parents",
  84. "directory",
  85. "search",
  86. "walk"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/index.js",
  90. "modes": {
  91. "sync": "src/sync.js",
  92. "default": "src/async.js"
  93. },
  94. "module": "dist/index.mjs",
  95. "name": "escalade",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/lukeed/escalade.git"
  99. },
  100. "scripts": {
  101. "build": "bundt",
  102. "pretest": "npm run build",
  103. "test": "uvu -r esm test -i fixtures"
  104. },
  105. "types": "index.d.ts",
  106. "version": "3.2.0"
  107. }