package.json 2.2 KB

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