package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "escalade@3.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "escalade@3.1.0",
  10. "_id": "escalade@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig==",
  13. "_location": "/escalade",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "escalade@3.1.0",
  19. "name": "escalade",
  20. "escapedName": "escalade",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default/browserslist",
  27. "/postcss-normalize-unicode/browserslist",
  28. "/stylehacks/browserslist"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.0.tgz",
  31. "_spec": "3.1.0",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Luke Edwards",
  35. "email": "luke.edwards05@gmail.com",
  36. "url": "https://lukeed.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/lukeed/escalade/issues"
  40. },
  41. "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  42. "devDependencies": {
  43. "bundt": "1.1.1",
  44. "esm": "3.2.25",
  45. "uvu": "0.3.3"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "exports": {
  51. ".": {
  52. "import": "./dist/index.mjs",
  53. "require": "./dist/index.js"
  54. },
  55. "./sync": {
  56. "import": "./sync/index.mjs",
  57. "require": "./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.0"
  93. }