package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. "/react-dev-utils/browserslist"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  23. "_shasum": "d8cfdc7000965c5a0174b4a82eaa5c0552742e40",
  24. "_spec": "escalade@^3.1.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\browserslist",
  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": "./dist/index.mjs",
  49. "require": "./dist/index.js"
  50. },
  51. "./dist/index.js"
  52. ],
  53. "./sync": [
  54. {
  55. "import": "./sync/index.mjs",
  56. "require": "./sync/index.js"
  57. },
  58. "./sync/index.js"
  59. ]
  60. },
  61. "files": [
  62. "*.d.ts",
  63. "dist",
  64. "sync"
  65. ],
  66. "homepage": "https://github.com/lukeed/escalade#readme",
  67. "keywords": [
  68. "find",
  69. "parent",
  70. "parents",
  71. "directory",
  72. "search",
  73. "walk"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/index.js",
  77. "modes": {
  78. "sync": "src/sync.js",
  79. "default": "src/async.js"
  80. },
  81. "module": "dist/index.mjs",
  82. "name": "escalade",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/lukeed/escalade.git"
  86. },
  87. "scripts": {
  88. "build": "bundt",
  89. "pretest": "npm run build",
  90. "test": "uvu -r esm test -i fixtures"
  91. },
  92. "types": "index.d.ts",
  93. "version": "3.1.1"
  94. }