package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "/browserslist",
  20. "/jest/yargs",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  24. "_shasum": "d8cfdc7000965c5a0174b4a82eaa5c0552742e40",
  25. "_spec": "escalade@^3.1.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\browserslist",
  27. "author": {
  28. "name": "Luke Edwards",
  29. "email": "luke.edwards05@gmail.com",
  30. "url": "https://lukeed.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/lukeed/escalade/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  38. "devDependencies": {
  39. "bundt": "1.1.1",
  40. "esm": "3.2.25",
  41. "uvu": "0.3.3"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "exports": {
  47. ".": [
  48. {
  49. "import": "./dist/index.mjs",
  50. "require": "./dist/index.js"
  51. },
  52. "./dist/index.js"
  53. ],
  54. "./sync": [
  55. {
  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.1"
  95. }