package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "escalade@^3.1.1",
  3. "_id": "escalade@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  6. "_location": "/escalade",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escalade@^3.1.1",
  12. "name": "escalade",
  13. "escapedName": "escalade",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  22. "_shasum": "d8cfdc7000965c5a0174b4a82eaa5c0552742e40",
  23. "_spec": "escalade@^3.1.1",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/yargs",
  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": "./dist/index.mjs",
  48. "require": "./dist/index.js"
  49. },
  50. "./dist/index.js"
  51. ],
  52. "./sync": [
  53. {
  54. "import": "./sync/index.mjs",
  55. "require": "./sync/index.js"
  56. },
  57. "./sync/index.js"
  58. ]
  59. },
  60. "files": [
  61. "*.d.ts",
  62. "dist",
  63. "sync"
  64. ],
  65. "homepage": "https://github.com/lukeed/escalade#readme",
  66. "keywords": [
  67. "find",
  68. "parent",
  69. "parents",
  70. "directory",
  71. "search",
  72. "walk"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/index.js",
  76. "modes": {
  77. "sync": "src/sync.js",
  78. "default": "src/async.js"
  79. },
  80. "module": "dist/index.mjs",
  81. "name": "escalade",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/lukeed/escalade.git"
  85. },
  86. "scripts": {
  87. "build": "bundt",
  88. "pretest": "npm run build",
  89. "test": "uvu -r esm test -i fixtures"
  90. },
  91. "types": "index.d.ts",
  92. "version": "3.1.1"
  93. }