package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "escalade@^3.1.2",
  3. "_id": "escalade@3.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  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.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  22. "_shasum": "54076e9ab29ea5bf3d8f1ed62acffbb88272df27",
  23. "_spec": "escalade@^3.1.2",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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. "types": "./index.d.ts",
  48. "import": "./dist/index.mjs",
  49. "require": "./dist/index.js"
  50. },
  51. "./dist/index.js"
  52. ],
  53. "./sync": [
  54. {
  55. "types": "./sync/index.d.ts",
  56. "import": "./sync/index.mjs",
  57. "require": "./sync/index.js"
  58. },
  59. "./sync/index.js"
  60. ]
  61. },
  62. "files": [
  63. "*.d.ts",
  64. "dist",
  65. "sync"
  66. ],
  67. "homepage": "https://github.com/lukeed/escalade#readme",
  68. "keywords": [
  69. "find",
  70. "parent",
  71. "parents",
  72. "directory",
  73. "search",
  74. "walk"
  75. ],
  76. "license": "MIT",
  77. "main": "dist/index.js",
  78. "modes": {
  79. "sync": "src/sync.js",
  80. "default": "src/async.js"
  81. },
  82. "module": "dist/index.mjs",
  83. "name": "escalade",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/lukeed/escalade.git"
  87. },
  88. "scripts": {
  89. "build": "bundt",
  90. "pretest": "npm run build",
  91. "test": "uvu -r esm test -i fixtures"
  92. },
  93. "types": "index.d.ts",
  94. "version": "3.1.2"
  95. }