package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "path-scurry@^1.11.1",
  3. "_id": "path-scurry@1.11.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  6. "_location": "/path-scurry",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-scurry@^1.11.1",
  12. "name": "path-scurry",
  13. "escapedName": "path-scurry",
  14. "rawSpec": "^1.11.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.11.1"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify/glob"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  22. "_shasum": "7960a668888594a0720b12a911d1a742ab9f11d2",
  23. "_spec": "path-scurry@^1.11.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\js-beautify\\node_modules\\glob",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "https://blog.izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/path-scurry/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "lru-cache": "^10.2.0",
  36. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "walk paths fast and efficiently",
  40. "devDependencies": {
  41. "@nodelib/fs.walk": "^1.2.8",
  42. "@types/node": "^20.12.11",
  43. "c8": "^7.12.0",
  44. "eslint-config-prettier": "^8.6.0",
  45. "mkdirp": "^3.0.0",
  46. "prettier": "^3.2.5",
  47. "rimraf": "^5.0.1",
  48. "tap": "^18.7.2",
  49. "ts-node": "^10.9.2",
  50. "tshy": "^1.14.0",
  51. "typedoc": "^0.25.12",
  52. "typescript": "^5.4.3"
  53. },
  54. "engines": {
  55. "node": ">=16 || 14 >=14.18"
  56. },
  57. "exports": {
  58. "./package.json": "./package.json",
  59. ".": {
  60. "import": {
  61. "types": "./dist/esm/index.d.ts",
  62. "default": "./dist/esm/index.js"
  63. },
  64. "require": {
  65. "types": "./dist/commonjs/index.d.ts",
  66. "default": "./dist/commonjs/index.js"
  67. }
  68. }
  69. },
  70. "files": [
  71. "dist"
  72. ],
  73. "funding": {
  74. "url": "https://github.com/sponsors/isaacs"
  75. },
  76. "homepage": "https://github.com/isaacs/path-scurry#readme",
  77. "license": "BlueOak-1.0.0",
  78. "main": "./dist/commonjs/index.js",
  79. "name": "path-scurry",
  80. "prettier": {
  81. "experimentalTernaries": true,
  82. "semi": false,
  83. "printWidth": 75,
  84. "tabWidth": 2,
  85. "useTabs": false,
  86. "singleQuote": true,
  87. "jsxSingleQuote": false,
  88. "bracketSameLine": true,
  89. "arrowParens": "avoid",
  90. "endOfLine": "lf"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/isaacs/path-scurry.git"
  95. },
  96. "scripts": {
  97. "bench": "bash ./scripts/bench.sh",
  98. "format": "prettier --write . --loglevel warn",
  99. "postversion": "npm publish",
  100. "prepare": "tshy",
  101. "prepublishOnly": "git push origin --follow-tags",
  102. "presnap": "npm run prepare",
  103. "pretest": "npm run prepare",
  104. "preversion": "npm test",
  105. "snap": "tap",
  106. "test": "tap",
  107. "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
  108. },
  109. "tap": {
  110. "typecheck": true
  111. },
  112. "tshy": {
  113. "selfLink": false,
  114. "exports": {
  115. "./package.json": "./package.json",
  116. ".": "./src/index.ts"
  117. }
  118. },
  119. "type": "module",
  120. "types": "./dist/commonjs/index.d.ts",
  121. "version": "1.11.1"
  122. }