package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "escalade@3.1.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "escalade@3.1.1",
  10. "_id": "escalade@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  13. "_location": "/escalade",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "escalade@3.1.1",
  19. "name": "escalade",
  20. "escapedName": "escalade",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/update-browserslist-db",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz",
  30. "_spec": "3.1.1",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Luke Edwards",
  34. "email": "luke.edwards05@gmail.com",
  35. "url": "https://lukeed.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/lukeed/escalade/issues"
  39. },
  40. "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  41. "devDependencies": {
  42. "bundt": "1.1.1",
  43. "esm": "3.2.25",
  44. "uvu": "0.3.3"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "exports": {
  50. ".": [
  51. {
  52. "import": "./dist/index.mjs",
  53. "require": "./dist/index.js"
  54. },
  55. "./dist/index.js"
  56. ],
  57. "./sync": [
  58. {
  59. "import": "./sync/index.mjs",
  60. "require": "./sync/index.js"
  61. },
  62. "./sync/index.js"
  63. ]
  64. },
  65. "files": [
  66. "*.d.ts",
  67. "dist",
  68. "sync"
  69. ],
  70. "homepage": "https://github.com/lukeed/escalade#readme",
  71. "keywords": [
  72. "find",
  73. "parent",
  74. "parents",
  75. "directory",
  76. "search",
  77. "walk"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "modes": {
  82. "sync": "src/sync.js",
  83. "default": "src/async.js"
  84. },
  85. "module": "dist/index.mjs",
  86. "name": "escalade",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/lukeed/escalade.git"
  90. },
  91. "scripts": {
  92. "build": "bundt",
  93. "pretest": "npm run build",
  94. "test": "uvu -r esm test -i fixtures"
  95. },
  96. "types": "index.d.ts",
  97. "version": "3.1.1"
  98. }