package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "escalade@^3.1.2",
  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.1.2",
  12. "name": "escalade",
  13. "escapedName": "escalade",
  14. "rawSpec": "^3.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.2"
  17. },
  18. "_requiredBy": [
  19. "/update-browserslist-db"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  22. "_shasum": "011a3f69856ba189dffa7dc8fcce99d2a87903e5",
  23. "_spec": "escalade@^3.1.2",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\update-browserslist-db",
  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/escalade/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  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. {
  47. "import": {
  48. "types": "./index.d.mts",
  49. "default": "./dist/index.mjs"
  50. },
  51. "require": {
  52. "types": "./index.d.ts",
  53. "default": "./dist/index.js"
  54. }
  55. },
  56. "./dist/index.js"
  57. ],
  58. "./sync": [
  59. {
  60. "import": {
  61. "types": "./sync/index.d.mts",
  62. "default": "./sync/index.mjs"
  63. },
  64. "require": {
  65. "types": "./sync/index.d.ts",
  66. "default": "./sync/index.js"
  67. }
  68. },
  69. "./sync/index.js"
  70. ]
  71. },
  72. "files": [
  73. "*.d.mts",
  74. "*.d.ts",
  75. "dist",
  76. "sync"
  77. ],
  78. "homepage": "https://github.com/lukeed/escalade#readme",
  79. "keywords": [
  80. "find",
  81. "parent",
  82. "parents",
  83. "directory",
  84. "search",
  85. "walk"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/index.js",
  89. "modes": {
  90. "sync": "src/sync.js",
  91. "default": "src/async.js"
  92. },
  93. "module": "dist/index.mjs",
  94. "name": "escalade",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/lukeed/escalade.git"
  98. },
  99. "scripts": {
  100. "build": "bundt",
  101. "pretest": "npm run build",
  102. "test": "uvu -r esm test -i fixtures"
  103. },
  104. "types": "index.d.ts",
  105. "version": "3.2.0"
  106. }