package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "pacote",
  3. "version": "21.0.0",
  4. "description": "JavaScript package downloader",
  5. "author": "GitHub Inc.",
  6. "bin": {
  7. "pacote": "bin/index.js"
  8. },
  9. "license": "ISC",
  10. "main": "lib/index.js",
  11. "scripts": {
  12. "test": "tap",
  13. "snap": "tap",
  14. "lint": "npm run eslint",
  15. "postlint": "template-oss-check",
  16. "lintfix": "npm run eslint -- --fix",
  17. "posttest": "npm run lint",
  18. "template-oss-apply": "template-oss-apply --force",
  19. "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
  20. },
  21. "tap": {
  22. "timeout": 300,
  23. "nyc-arg": [
  24. "--exclude",
  25. "tap-snapshots/**"
  26. ]
  27. },
  28. "devDependencies": {
  29. "@npmcli/arborist": "^8.0.0",
  30. "@npmcli/eslint-config": "^5.0.0",
  31. "@npmcli/template-oss": "4.23.4",
  32. "hosted-git-info": "^8.0.0",
  33. "mutate-fs": "^2.1.1",
  34. "nock": "^13.2.4",
  35. "npm-registry-mock": "^1.3.2",
  36. "rimraf": "^6.0.1",
  37. "tap": "^16.0.1"
  38. },
  39. "files": [
  40. "bin/",
  41. "lib/"
  42. ],
  43. "keywords": [
  44. "packages",
  45. "npm",
  46. "git"
  47. ],
  48. "dependencies": {
  49. "@npmcli/git": "^6.0.0",
  50. "@npmcli/installed-package-contents": "^3.0.0",
  51. "@npmcli/package-json": "^6.0.0",
  52. "@npmcli/promise-spawn": "^8.0.0",
  53. "@npmcli/run-script": "^9.0.0",
  54. "cacache": "^19.0.0",
  55. "fs-minipass": "^3.0.0",
  56. "minipass": "^7.0.2",
  57. "npm-package-arg": "^12.0.0",
  58. "npm-packlist": "^10.0.0",
  59. "npm-pick-manifest": "^10.0.0",
  60. "npm-registry-fetch": "^18.0.0",
  61. "proc-log": "^5.0.0",
  62. "promise-retry": "^2.0.1",
  63. "sigstore": "^3.0.0",
  64. "ssri": "^12.0.0",
  65. "tar": "^6.1.11"
  66. },
  67. "engines": {
  68. "node": "^20.17.0 || >=22.9.0"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/npm/pacote.git"
  73. },
  74. "templateOSS": {
  75. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  76. "version": "4.23.4",
  77. "windowsCI": false,
  78. "publish": "true"
  79. }
  80. }